emailuis/uicomponents/src/fstreevisualizerbase.cpp
branchRCL_3
changeset 26 67369d1b217f
parent 24 b5fbb9b25d57
child 52 efd4f1afd43e
equal deleted inserted replaced
24:b5fbb9b25d57 26:67369d1b217f
    86 const TInt KZero = 0;
    86 const TInt KZero = 0;
    87 _LIT8( KPropertyItemId, "PropItemID" );
    87 _LIT8( KPropertyItemId, "PropItemID" );
    88 
    88 
    89 // check from aknphysicsconstants.h
    89 // check from aknphysicsconstants.h
    90 const TInt KFlickMaxDuration( 500000 );
    90 const TInt KFlickMaxDuration( 500000 );
    91 const TInt KDefaultFriction( 25 ); // avkon default is 10
    91 //const TInt KDefaultFriction( 25 ); // avkon default is 10
       
    92 const TInt KDefaultFriction( 5 ); // avkon default is 10
    92 
    93 
    93 // ======== LOCAL FUNCTIONS ========
    94 // ======== LOCAL FUNCTIONS ========
    94 
    95 
    95 // ---------------------------------------------------------------------------
    96 // ---------------------------------------------------------------------------
    96 // Deletes and sets pointer to NULL.
    97 // Deletes and sets pointer to NULL.