equal
deleted
inserted
replaced
124 * @param aCurrentPosition Current position of dragging. |
124 * @param aCurrentPosition Current position of dragging. |
125 * @return ETrue if drag threshold is exceeded. |
125 * @return ETrue if drag threshold is exceeded. |
126 */ |
126 */ |
127 TBool DragThresholdExceeded( const TPoint& aCurrentPosition ) const; |
127 TBool DragThresholdExceeded( const TPoint& aCurrentPosition ) const; |
128 |
128 |
|
129 /** |
|
130 * Disables dragging until next pointer up. |
|
131 * |
|
132 */ |
|
133 void DisableDragging(); |
|
134 |
129 |
135 |
130 public: // From base class MAknPhysicsObserver. |
136 public: // From base class MAknPhysicsObserver. |
131 |
137 |
132 /** |
138 /** |
133 * Called when view position changes. |
139 * Called when view position changes. |