diff -r aecbbf00d063 -r d48ab3b357f1 uifw/AvKon/aknphysics/inc/aknphysicsconstants.h --- a/uifw/AvKon/aknphysics/inc/aknphysicsconstants.h Tue Aug 31 15:28:30 2010 +0300 +++ b/uifw/AvKon/aknphysics/inc/aknphysicsconstants.h Wed Sep 01 12:16:19 2010 +0100 @@ -21,9 +21,9 @@ // Physics Constants const TInt KDefaultFriction( 10 ); -const TInt KFps( 50 ); // desired framerate +const TInt KFps( 60 ); // desired framerate const TInt KPhysicsTime( 1000000/KFps ); // timer value -const TInt KPhysicsMinTime( 17000 ); // ~1000000/(2*KFps); +const TInt KPhysicsMinTime( 8500 ); // ~1000000/(2*KFps); const TInt KAknHighResMinWait( 500 ); // minimum wait time between callbacks const TInt KAknHighResMaxWait( 100000 ); // maximum wait time between callbacks const TInt KMaxContacts( 2 ); // max amount of contacts with 2 objects