Searched refs:mDragView (Results 1 – 2 of 2) sorted by relevance
127 private DragView mDragView; in startInternalDrag()131 return mDragView != null && mDragView.isAnimationFinished(); in startInternalDrag()136 mDragView = dragObject.dragView; in startInternalDrag()141 mDragView = null; in startInternalDrag()
111 private View mDragView; field in WindowMagnificationController529 mDragView = mMirrorView.findViewById(R.id.drag_handle); in addDragTouchListeners()535 mDragView.setOnTouchListener(this); in addDragTouchListeners()592 if (v == mDragView || v == mLeftDrag || v == mTopDrag || v == mRightDrag in onTouch()