Searched refs:mLastTouchPoint (Results 1 – 2 of 2) sorted by relevance
522 final PointF mLastTouchPoint = new PointF(); field in ViewRootImpl5233 mLastTouchPoint.x = event.getRawX(); in processPointerEvent()5234 mLastTouchPoint.y = event.getRawY(); in processPointerEvent()6818 outLocation.x = (int) mLastTouchPoint.x;6819 outLocation.y = (int) mLastTouchPoint.y;
84824 Landroid/view/ViewRootImpl;->mLastTouchPoint:Landroid/graphics/PointF;