uifw/EikStd/coctlsrc/aknedwinphysicshandler.cpp
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
child 9 aabf2c525e0f
equal deleted inserted replaced
0:2f259fa3e83a 4:8ca85d2f0db7
   388                 // aknphysics (in function ViewPosition) and restart physics with
   388                 // aknphysics (in function ViewPosition) and restart physics with
   389                 // current force and velocity.
   389                 // current force and velocity.
   390                 
   390                 
   391                 iPhysics->SuspendPhysics();
   391                 iPhysics->SuspendPhysics();
   392                 InitBounce( aPixelsToScroll > 0 );
   392                 InitBounce( aPixelsToScroll > 0 );
       
   393                 ScrollRestOfPixels( restOfPixels );
   393                 iPhysics->ResumePhysics();
   394                 iPhysics->ResumePhysics();
   394                 }
   395                 }
   395             else
   396             else
   396                 {
   397                 {
   397                 InitBounce( aPixelsToScroll > 0 );
   398                 InitBounce( aPixelsToScroll > 0 );