Searched defs:mLastMotionY (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationContainer.java123 private float mLastMotionY; field in class:ConversationContainer
397 mLastMotionY = ev.getY();
404 final int yDiff = (int) Math.abs(y - mLastMotionY);
406 mLastMotionY = y;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java100 protected float mLastMotionY; field in class:PagedView
1030 mLastMotionY = y;
1105 final int yDiff = (int) Math.abs(y - mLastMotionY);
1428 mLastMotionY = ev.getY(newPointerIndex);

Completed in 3799 milliseconds