uifw/AvKon/src/aknlongtapdetector.cpp
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
child 29 a8834a2e9a96
equal deleted inserted replaced
0:2f259fa3e83a 4:8ca85d2f0db7
    22 #include <AknUtils.h>
    22 #include <AknUtils.h>
    23 #include <AknCapServerClient.h> // RAknUiServer
    23 #include <AknCapServerClient.h> // RAknUiServer
    24 #include <AknSgcc.h>
    24 #include <AknSgcc.h>
    25 #include <aknlayoutscalable_avkon.cdl.h>
    25 #include <aknlayoutscalable_avkon.cdl.h>
    26 #include <aknlongtapanimation.h>
    26 #include <aknlongtapanimation.h>
    27 #include <EIKSRVS.H>
    27 #include <eiksrvs.h>
    28 #include "AknPanic.h"
    28 #include "AknPanic.h"
    29 #include "aknlongtapdetector.h"
    29 #include "aknlongtapdetector.h"
    30 
    30 
    31 // CONSTANTS
    31 // CONSTANTS
    32 const TInt KTimeDelayBeforeAnimation = 150000;  // 0,15 seconds
    32 const TInt KTimeDelayBeforeAnimation = 150000;  // 0,15 seconds
    33 const TInt KLongTapDelay = 600000;              // 0,6 seconds
    33 const TInt KLongTapDelay = 500000;              // 0,6 seconds
    34 
    34 
    35 // ======== MEMBER FUNCTIONS ========
    35 // ======== MEMBER FUNCTIONS ========
    36 
    36 
    37 
    37 
    38 // ---------------------------------------------------------------------------
    38 // ---------------------------------------------------------------------------