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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java442 final PointF mLastTouchPoint = new PointF(); field in class:ViewRootImpl
4858 mLastTouchPoint.x = event.getRawX();
4859 mLastTouchPoint.y = event.getRawY();
6435 outLocation.x = (int) mLastTouchPoint.x;
6436 outLocation.y = (int) mLastTouchPoint.y;

Completed in 159 milliseconds