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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java287 final PointF mLastTouchPoint = new PointF(); field in class:ViewRootImpl
3215 mLastTouchPoint.x = event.getRawX();
3216 mLastTouchPoint.y = event.getRawY();
3907 outLocation.x = (int) mLastTouchPoint.x;
3908 outLocation.y = (int) mLastTouchPoint.y;

Completed in 60 milliseconds