photosgallery/viewframework/views/cloudview/src/glxcloudviewcontrol.cpp
branchRCL_3
changeset 23 b023a8d2866a
parent 21 f9e827349359
child 24 ea65f74e6de4
equal deleted inserted replaced
21:f9e827349359 23:b023a8d2866a
    67 const TInt KMinTagSize = 77;
    67 const TInt KMinTagSize = 77;
    68 const TInt KTagScreenHeight = 460;
    68 const TInt KTagScreenHeight = 460;
    69 const TReal KBoundaryMargin = 0.1; //10% = 10/100 = 0.1 
    69 const TReal KBoundaryMargin = 0.1; //10% = 10/100 = 0.1 
    70 const TInt KFastCloudMovement = 100; //Transition time to move cloud view
    70 const TInt KFastCloudMovement = 100; //Transition time to move cloud view
    71 const TInt KSlowCloudMovement = 1000; //Transition time to move cloud view
    71 const TInt KSlowCloudMovement = 1000; //Transition time to move cloud view
    72 const TInt KLongPressTimer = 1500000; //1.5 seconds
    72 const TInt KLongPressTimer = 700000;//700 ms to synchonize with gridview context menu timings
    73 
    73 
    74 // ---------------------------------------------------------------------------
    74 // ---------------------------------------------------------------------------
    75 // Two-phased constructor.
    75 // Two-phased constructor.
    76 // ---------------------------------------------------------------------------
    76 // ---------------------------------------------------------------------------
    77 // 
    77 //