Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragInputEventReceiver.java40 private final DragDropController mDragDropController; field in DragInputEventReceiver
53 mDragDropController = controller; in DragInputEventReceiver()
105 mDragDropController.handleMotionEvent(!mMuteInput /* keepHandling */, newX, newY); in onInputEvent()
DDragState.java96 final DragDropController mDragDropController; field in DragState
156 mDragDropController = controller; in DragState()
220 mDragDropController.sendHandlerMessage( in closeLocked()
271 mDragDropController.sendTimeoutMessage(MSG_REMOVE_DRAG_SURFACE_TIMEOUT, in closeLocked()
292 mDragDropController.onDragStateClosedLocked(this); in closeLocked()
362 if (mDragDropController.notifyUnhandledDrop(unhandledDropEvent, "unhandled-drop")) { in reportDropWindowLockInner()
386 mDragDropController.sendTimeoutMessage(MSG_DRAG_END_TIMEOUT, clientToken, in reportDropWindowLockInner()
412 mService.mH.getLooper(), mDragDropController); in InputInterceptor()
797 mDragDropController.sendHandlerMessage(MSG_ANIMATION_END, null); in onAnimationEnd()
DSession.java117 private final DragDropController mDragDropController; field in Session
177 mDragDropController = mService.mDragDropController; in Session()
383 return mDragDropController.performDrag(mPid, mUid, window, flags, surface, touchSource, in performDrag()
396 return mDragDropController.dropForAccessibility(window, x, y); in dropForAccessibility()
535 mDragDropController.reportDropResult(window, consumed); in reportDropResult()
545 mDragDropController.cancelDragAndDrop(dragToken, skipAnimation); in cancelDragAndDrop()
553 mDragDropController.dragRecipientEntered(window); in dragRecipientEntered()
558 mDragDropController.dragRecipientExited(window); in dragRecipientExited()
DInputManagerCallback.java252 mService.mDragDropController::reportDropWindow, token, x, y)); in notifyDropWindow()
DInputMonitor.java135 final boolean inDrag = mService.mDragDropController.dragDropActiveLocked(); in run()
680 mService.mDragDropController.sendDragStartedIfNeededLocked(w); in accept()
DWindowManagerService.java1066 final DragDropController mDragDropController; field in WindowManagerService
1424 mDragDropController = new DragDropController(this, mH.getLooper()); in WindowManagerService()
8197 mDragDropController.registerCallback(callback); in registerDragDropControllerCallback()
10172 mDragDropController.setGlobalDragListener(listener); in setGlobalDragListener()