webengine/osswebengine/WebKit/s60/webview/WebScrollingDeceleratorGH.cpp
branchRCL_3
changeset 46 30342f40acbf
parent 44 800203832575
child 48 79859ed3eea9
equal deleted inserted replaced
44:800203832575 46:30342f40acbf
    40 const int KScrollIntervalTimeout = 30000; // scroll timer interval in microseconds
    40 const int KScrollIntervalTimeout = 30000; // scroll timer interval in microseconds
    41 #else
    41 #else
    42 const int KScrollIntervalTimeout = 60000; // scroll timer interval in microseconds
    42 const int KScrollIntervalTimeout = 60000; // scroll timer interval in microseconds
    43 #endif
    43 #endif
    44 
    44 
       
    45 #ifdef BRDO_MULTITOUCH_ENABLED_FF
       
    46 const float KDecceleration = -1300.0;
       
    47 #else 
    45 const float KDecceleration = -750.0;
    48 const float KDecceleration = -750.0;
       
    49 #endif 
    46 const float KSpeedHigh = 2000.0;
    50 const float KSpeedHigh = 2000.0;
    47 
    51 
    48 int decelTimerCB(TAny* ptr);
    52 int decelTimerCB(TAny* ptr);
    49 
    53 
    50 
    54