equal
deleted
inserted
replaced
69 * @param aEvent - drag event |
69 * @param aEvent - drag event |
70 */ |
70 */ |
71 void HandleDragEvent(AknTouchGestureFw::MAknTouchGestureFwDragEvent& aEvent); |
71 void HandleDragEvent(AknTouchGestureFw::MAknTouchGestureFwDragEvent& aEvent); |
72 |
72 |
73 /** |
73 /** |
|
74 * Checks if the physics is running |
74 */ |
75 */ |
75 TBool IsRunning() const; |
76 TBool IsRunning() const; |
76 |
77 |
77 /** |
78 /** |
|
79 * Checks if the physics is running drag |
|
80 */ |
|
81 TBool IsDragging() const; |
|
82 |
|
83 /** |
|
84 * Stops physics |
78 */ |
85 */ |
79 void Stop(); |
86 void Stop(); |
80 |
87 |
81 /** |
88 /** |
82 * Initialize animation between current position and destination point |
89 * Initialize animation between current position and destination point |