Searched refs:mDragPoint (Results 1 – 1 of 1) sorted by relevance
521 final PointF mDragPoint = new PointF(); field in ViewRootImpl6703 mDragPoint.set(event.mX, event.mY);6705 mTranslator.translatePointInScreenToAppWindow(mDragPoint);6709 mDragPoint.offset(0, mCurScrollY);6712 event.mX = mDragPoint.x;6713 event.mY = mDragPoint.y;