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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java350 final PointF mLastTouchPoint = new PointF(); field in class:ViewRootImpl
4254 mLastTouchPoint.x = event.getRawX();
4255 mLastTouchPoint.y = event.getRawY();
5638 outLocation.x = (int) mLastTouchPoint.x;
5639 outLocation.y = (int) mLastTouchPoint.y;

Completed in 40 milliseconds