Home
last modified time | relevance | path

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

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