Home
last modified time | relevance | path

Searched refs:mDragView (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarDragController.java127 private DragView mDragView; in startInternalDrag()
131 return mDragView != null && mDragView.isAnimationFinished(); in startInternalDrag()
136 mDragView = dragObject.dragView; in startInternalDrag()
141 mDragView = null; in startInternalDrag()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java111 private View mDragView; field in WindowMagnificationController
529 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()