menufw/menufwui/mmwidgets/inc/mmwidgetsconstants.h
changeset 4 4d54b72983ae
parent 1 5315654608de
child 9 f966699dea19
--- a/menufw/menufwui/mmwidgets/inc/mmwidgetsconstants.h	Fri Jan 22 09:35:14 2010 +0200
+++ b/menufw/menufwui/mmwidgets/inc/mmwidgetsconstants.h	Tue Jan 26 11:48:23 2010 +0200
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:  Constants for the matrixmenu
-*  Version     : %version: 33.1.9 % << Don't touch! Updated by Synergy at check-out.
+*  Version     : %version: 33.1.11 % << Don't touch! Updated by Synergy at check-out.
 *
 */
 
@@ -441,4 +441,17 @@
     EManualAlignRight
     };
 
+/**
+ * The minimal drag vector y-length that can trigger kinetic scrolling.
+ * This is just a rough estimation of the actual trigger value used by AVKON,
+ * but it is sufficient for our purposes.  
+ */
+const TInt KDragTreshold = 18;
+
+/**
+ * The interval between redraws when scrolling using the scrollbar.
+ * This will give us nice ~30 fps.
+ */
+const TInt KScrollingRedrawInterval = 33333;
+
 #endif // MMWIDGETSCONSTANTS_H