Home
last modified time | relevance | path

Searched refs:mDragDropController (Results 1 – 5 of 5) 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()
DSession.java85 private final DragDropController mDragDropController; field in Session
111 mDragDropController = mService.mDragDropController; in Session()
322 return mDragDropController.performDrag(mSurfaceSession, callerPid, callerUid, window, in performDrag()
333 mDragDropController.reportDropResult(window, consumed); in reportDropResult()
343 mDragDropController.cancelDragAndDrop(dragToken); in cancelDragAndDrop()
351 mDragDropController.dragRecipientEntered(window); in dragRecipientEntered()
356 mDragDropController.dragRecipientExited(window); in dragRecipientExited()
DDragState.java86 final DragDropController mDragDropController; field in DragState
124 mDragDropController = controller; in DragState()
143 mDragDropController.sendHandlerMessage( in closeLocked()
204 mDragDropController.onDragStateClosedLocked(this); in closeLocked()
219 mService.mH.getLooper(), mDragDropController); in InputInterceptor()
558 mDragDropController.sendTimeoutMessage(MSG_DRAG_END_TIMEOUT, token); in notifyDropLocked()
682 mDragDropController.sendHandlerMessage(MSG_ANIMATION_END, null); in onAnimationEnd()
DInputMonitor.java380 final boolean inDrag = mService.mDragDropController.dragDropActiveLocked(); in updateInputWindowsLw()
386 mService.mDragDropController.getInputWindowHandleLocked(); in updateInputWindowsLw()
722 mService.mDragDropController.sendDragStartedIfNeededLocked(w); in accept()
DWindowManagerService.java746 final DragDropController mDragDropController; field in WindowManagerService
1071 mDragDropController = new DragDropController(this, mH.getLooper()); in WindowManagerService()
7025 if (mDragDropController.dragDropActiveLocked()) { in updatePointerIcon()
7431 mDragDropController.registerCallback(callback); in registerDragDropControllerCallback()