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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java294 final PointF mLastTouchPoint = new PointF(); field in class:ViewRootImpl
3935 mLastTouchPoint.x = event.getRawX();
3936 mLastTouchPoint.y = event.getRawY();
5247 outLocation.x = (int) mLastTouchPoint.x;
5248 outLocation.y = (int) mLastTouchPoint.y;

Completed in 107 milliseconds