Home
last modified time | relevance | path

Searched refs:mDragDropController (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDragInputEventReceiver.java40 private final DragDropController mDragDropController; field in DragInputEventReceiver
53 mDragDropController = controller; in DragInputEventReceiver()
105 mDragDropController.handleMotionEvent(!mMuteInput /* keepHandling */, newX, newY); in onInputEvent()
H A DDragState.java93 final DragDropController mDragDropController; field in DragState
148 mDragDropController = controller; in DragState()
202 mDragDropController.sendHandlerMessage( in closeLocked()
255 mDragDropController.sendTimeoutMessage(MSG_REMOVE_DRAG_SURFACE_TIMEOUT, in closeLocked()
272 mDragDropController.onDragStateClosedLocked(this); in closeLocked()
325 mDragDropController.sendTimeoutMessage(MSG_DRAG_END_TIMEOUT, clientToken, in reportDropWindowLock()
349 mService.mH.getLooper(), mDragDropController); in InputInterceptor()
727 mDragDropController.sendHandlerMessage(MSG_ANIMATION_END, null); in onAnimationEnd()
H A DSession.java104 private final DragDropController mDragDropController; field in Session
140 mDragDropController = mService.mDragDropController; in Session()
295 return mDragDropController.performDrag(mPid, mUid, window, flags, surface, touchSource, in performDrag()
307 return mDragDropController.dropForAccessibility(window, x, y); in dropForAccessibility()
436 mDragDropController.reportDropResult(window, consumed); in reportDropResult()
446 mDragDropController.cancelDragAndDrop(dragToken, skipAnimation); in cancelDragAndDrop()
454 mDragDropController.dragRecipientEntered(window); in dragRecipientEntered()
459 mDragDropController.dragRecipientExited(window); in dragRecipientExited()
H A DInputManagerCallback.java234 mService.mDragDropController::reportDropWindow, token, x, y)); in notifyDropWindow()
H A DInputMonitor.java171 final boolean inDrag = mService.mDragDropController.dragDropActiveLocked(); in run()
629 mService.mDragDropController.sendDragStartedIfNeededLocked(w); in accept()
H A DWindowManagerService.java1020 final DragDropController mDragDropController; field in WindowManagerService
1372 mDragDropController = new DragDropController(this, mH.getLooper()); in WindowManagerService()
7086 if (mDragDropController.dragDropActiveLocked()) { in updatePointerIcon()
7783 mDragDropController.registerCallback(callback); in registerDragDropControllerCallback()