Searched refs:mDragDetector (Results 1 – 5 of 5) sorted by relevance
52 private DragDetector mDragDetector; field in CaptionWindowDecoration86 mDragDetector = dragDetector; in setDragDetector()87 mDragDetector.setTouchSlop(ViewConfiguration.get(mContext).getScaledTouchSlop()); in setDragDetector()155 mDragDetector.setTouchSlop(touchSlop); in relayout()
201 windowDecoration.setDragDetector(touchEventListener.mDragDetector); in createWindowDecoration()213 private final DragDetector mDragDetector; field in CaptionWindowDecorViewModel.CaptionTouchEventListener224 mDragDetector = new DragDetector(this); in CaptionTouchEventListener()255 return mDragDetector.onMotionEvent(e); in onTouch()
94 private DragDetector mDragDetector; field in DragResizeInputListener140 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()
74 private DragDetector mDragDetector; field in DesktopModeWindowDecoration138 mDragDetector = dragDetector; in setDragDetector()139 mDragDetector.setTouchSlop(ViewConfiguration.get(mContext).getScaledTouchSlop()); in setDragDetector()244 mDragDetector.setTouchSlop(touchSlop); in relayout()
327 private final DragDetector mDragDetector; field in DesktopModeWindowDecorViewModel.DesktopModeTouchEventListener340 mDragDetector = new DragDetector(this); in DesktopModeTouchEventListener()413 return mDragDetector.onMotionEvent(v, e); in onTouch()895 windowDecoration.setDragDetector(touchEventListener.mDragDetector); in createWindowDecoration()