Searched refs:mLastTouchPoint (Results 1 – 2 of 2) sorted by relevance
545 final PointF mLastTouchPoint = new PointF(); field in ViewRootImpl5403 mLastTouchPoint.x = event.getRawX(); in processPointerEvent()5404 mLastTouchPoint.y = event.getRawY(); in processPointerEvent()6988 outLocation.x = (int) mLastTouchPoint.x;6989 outLocation.y = (int) mLastTouchPoint.y;
79203 Landroid/view/ViewRootImpl;->mLastTouchPoint:Landroid/graphics/PointF;