javauis/lcdui_akn/lcdui/src/CMIDFormPhysics.cpp
branchRCL_3
changeset 19 71c436fe3ce0
parent 14 04becd199f91
equal deleted inserted replaced
18:9ac0a0a7da70 19:71c436fe3ce0
   139 TBool CMIDFormPhysics::StartFlick(const TPoint& aLength, TTime aDuration)
   139 TBool CMIDFormPhysics::StartFlick(const TPoint& aLength, TTime aDuration)
   140 {
   140 {
   141     if (iPhysics)
   141     if (iPhysics)
   142     {
   142     {
   143         TPoint drag(aLength);
   143         TPoint drag(aLength);
   144         iPhysics->StartFlick(drag, aDuration);
   144         return iPhysics->StartFlick(drag, aDuration);
   145         return ETrue;
       
   146     }
   145     }
   147 
   146 
   148     PhysicEmulationEnded();
   147     PhysicEmulationEnded();
   149     return EFalse;
   148     return EFalse;
   150 }
   149 }