menufw/menufwui/mmwidgets/inc/mmwidgetsconstants.h
changeset 4 4d54b72983ae
parent 1 5315654608de
child 9 f966699dea19
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Constants for the matrixmenu
    14 * Description:  Constants for the matrixmenu
    15 *  Version     : %version: 33.1.9 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: 33.1.11 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef MMWIDGETSCONSTANTS_H
    20 #ifndef MMWIDGETSCONSTANTS_H
   439     EManualAlignLeft,
   439     EManualAlignLeft,
   440     EManualAlignCenter,
   440     EManualAlignCenter,
   441     EManualAlignRight
   441     EManualAlignRight
   442     };
   442     };
   443 
   443 
       
   444 /**
       
   445  * The minimal drag vector y-length that can trigger kinetic scrolling.
       
   446  * This is just a rough estimation of the actual trigger value used by AVKON,
       
   447  * but it is sufficient for our purposes.  
       
   448  */
       
   449 const TInt KDragTreshold = 18;
       
   450 
       
   451 /**
       
   452  * The interval between redraws when scrolling using the scrollbar.
       
   453  * This will give us nice ~30 fps.
       
   454  */
       
   455 const TInt KScrollingRedrawInterval = 33333;
       
   456 
   444 #endif // MMWIDGETSCONSTANTS_H
   457 #endif // MMWIDGETSCONSTANTS_H