Searched refs:mLastTouchPoint (Results 1 – 2 of 2) sorted by relevance
916 final PointF mLastTouchPoint = new PointF(); field in ViewRootImpl7651 mLastTouchPoint.x = event.getRawX(); in processPointerEvent()7652 mLastTouchPoint.y = event.getRawY(); in processPointerEvent()9084 outLocation.x = (int) mLastTouchPoint.x; in getLastTouchPoint()9085 outLocation.y = (int) mLastTouchPoint.y; in getLastTouchPoint()
64131 Landroid/view/ViewRootImpl;->mLastTouchPoint:Landroid/graphics/PointF;