Searched refs:mLastTouchPoint (Results 1 – 2 of 2) sorted by relevance
918 final PointF mLastTouchPoint = new PointF(); field in ViewRootImpl6964 mLastTouchPoint.x = event.getRawX(); in processPointerEvent()6965 mLastTouchPoint.y = event.getRawY(); in processPointerEvent()8315 outLocation.x = (int) mLastTouchPoint.x; in getLastTouchPoint()8316 outLocation.y = (int) mLastTouchPoint.y; in getLastTouchPoint()
64774 Landroid/view/ViewRootImpl;->mLastTouchPoint:Landroid/graphics/PointF;