uifw/EikStd/coctlsrc/aknedwinphysicshandler.cpp
branchRCL_3
changeset 38 c52421ed5f07
parent 23 3d340a0166ff
child 55 aecbbf00d063
equal deleted inserted replaced
29:a8834a2e9a96 38:c52421ed5f07
   216     // Do nothing if handler itself is updating the view
   216     // Do nothing if handler itself is updating the view
   217     if ( iFlags.IsSet( EFlagUpdatingView ) )
   217     if ( iFlags.IsSet( EFlagUpdatingView ) )
   218         {
   218         {
   219         return;
   219         return;
   220         }
   220         }
   221 
   221     if ( !IsBouncing() )
       
   222         {
       
   223         iFlags.Clear( EFlagBouncingDown ); 
       
   224         iFlags.Clear( EFlagBouncingUp ); 
       
   225         }
   222     iWorldIndex += aPixelsToMove;
   226     iWorldIndex += aPixelsToMove;
   223     ScrollView( EFalse );
   227     ScrollView( EFalse );
   224     }
   228     }
   225 
   229 
   226 // ---------------------------------------------------------------------------
   230 // ---------------------------------------------------------------------------