equal
deleted
inserted
replaced
100 } |
100 } |
101 else if (AknTouchGestureFw::EAknTouchGestureFwOn == aEvent.State()) |
101 else if (AknTouchGestureFw::EAknTouchGestureFwOn == aEvent.State()) |
102 { |
102 { |
103 TPoint deltaPoint(aEvent.PreviousPosition() - aEvent.CurrentPosition()); |
103 TPoint deltaPoint(aEvent.PreviousPosition() - aEvent.CurrentPosition()); |
104 iPhysics->RegisterPanningPosition(deltaPoint); |
104 iPhysics->RegisterPanningPosition(deltaPoint); |
|
105 iStartTime.HomeTime(); |
105 } |
106 } |
106 else //AknTouchGestureFw::EAknTouchGestureFwStop |
107 else //AknTouchGestureFw::EAknTouchGestureFwStop |
107 { |
108 { |
108 TPoint drag(aEvent.PreviousPosition() - aEvent.CurrentPosition()); |
109 TPoint drag(aEvent.PreviousPosition() - aEvent.CurrentPosition()); |
109 iPhysics->StartPhysics(drag, iStartTime); |
110 iPhysics->StartPhysics(drag, iStartTime); |