Home
last modified time | relevance | path

Searched refs:mDragDetector (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DCaptionWindowDecoration.java52 private DragDetector mDragDetector; field in CaptionWindowDecoration
86 mDragDetector = dragDetector; in setDragDetector()
87 mDragDetector.setTouchSlop(ViewConfiguration.get(mContext).getScaledTouchSlop()); in setDragDetector()
155 mDragDetector.setTouchSlop(touchSlop); in relayout()
H A DCaptionWindowDecorViewModel.java201 windowDecoration.setDragDetector(touchEventListener.mDragDetector); in createWindowDecoration()
213 private final DragDetector mDragDetector; field in CaptionWindowDecorViewModel.CaptionTouchEventListener
224 mDragDetector = new DragDetector(this); in CaptionTouchEventListener()
255 return mDragDetector.onMotionEvent(e); in onTouch()
H A DDragResizeInputListener.java94 private DragDetector mDragDetector; field in DragResizeInputListener
140 mDragDetector = new DragDetector(mInputEventReceiver); in DragResizeInputListener()
141 mDragDetector.setTouchSlop(ViewConfiguration.get(context).getScaledTouchSlop()); in DragResizeInputListener()
196 mDragDetector.setTouchSlop(touchSlop); in setGeometry()
381 return mDragDetector.onMotionEvent((MotionEvent) inputEvent); in handleInputEvent()
H A DDesktopModeWindowDecoration.java74 private DragDetector mDragDetector; field in DesktopModeWindowDecoration
138 mDragDetector = dragDetector; in setDragDetector()
139 mDragDetector.setTouchSlop(ViewConfiguration.get(mContext).getScaledTouchSlop()); in setDragDetector()
244 mDragDetector.setTouchSlop(touchSlop); in relayout()
H A DDesktopModeWindowDecorViewModel.java327 private final DragDetector mDragDetector; field in DesktopModeWindowDecorViewModel.DesktopModeTouchEventListener
340 mDragDetector = new DragDetector(this); in DesktopModeTouchEventListener()
413 return mDragDetector.onMotionEvent(v, e); in onTouch()
895 windowDecoration.setDragDetector(touchEventListener.mDragDetector); in createWindowDecoration()