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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java416 final PointF mLastTouchPoint = new PointF(); field in class:ViewRootImpl
4557 mLastTouchPoint.x = event.getRawX();
4558 mLastTouchPoint.y = event.getRawY();
6036 outLocation.x = (int) mLastTouchPoint.x;
6037 outLocation.y = (int) mLastTouchPoint.y;

Completed in 846 milliseconds