Searched refs:mLastTouchPoint (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java273 final PointF mLastTouchPoint = new PointF(); field in class:ViewRootImpl
2885 mLastTouchPoint.x = event.getRawX();
2886 mLastTouchPoint.y = event.getRawY();
3532 outLocation.x = (int) mLastTouchPoint.x;
3533 outLocation.y = (int) mLastTouchPoint.y;

Completed in 26 milliseconds