am 1a7cfd67: Merge "Fix for the clearing of fling events" into jb-mr1-aah-dev

* commit '1a7cfd67c2b3f789e6be420958dff60034884491':
  Fix for the clearing of fling events
This commit is contained in:
Justin Koh
2012-10-08 10:54:32 -07:00
committed by Android Git Automerger

View File

@@ -132,7 +132,7 @@ class SimulatedTrackball {
mLastMoveX = 0;
mLastMoveY = 0;
// Clear any flings
mHandler.removeMessages(0);
mHandler.removeMessages(FLICK_MSG_ID);
break;
case MotionEvent.ACTION_HOVER_MOVE:
// Determine whether the move is slop or an intentional move