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.java80 private final DragDropController mDragDropController; field in Session
104 mDragDropController = mService.mDragDropController; in Session()
268 return mDragDropController.performDrag(mSurfaceSession, callerPid, callerUid, window, in performDrag()
279 mDragDropController.reportDropResult(window, consumed); in reportDropResult()
289 mDragDropController.cancelDragAndDrop(dragToken, skipAnimation); in cancelDragAndDrop()
297 mDragDropController.dragRecipientEntered(window); in dragRecipientEntered()
302 mDragDropController.dragRecipientExited(window); in dragRecipientExited()
DDragState.java85 final DragDropController mDragDropController; field in DragState
136 mDragDropController = controller; in DragState()
194 mDragDropController.sendHandlerMessage( in closeLocked()
256 mDragDropController.onDragStateClosedLocked(this); in closeLocked()
271 mService.mH.getLooper(), mDragDropController); in InputInterceptor()
606 mDragDropController.sendTimeoutMessage(MSG_DRAG_END_TIMEOUT, token); in notifyDropLocked()
730 mDragDropController.sendHandlerMessage(MSG_ANIMATION_END, null); in onAnimationEnd()
DInputMonitor.java132 final boolean inDrag = mService.mDragDropController.dragDropActiveLocked();
526 mService.mDragDropController.sendDragStartedIfNeededLocked(w); in accept()
DWindowManagerService.java813 final DragDropController mDragDropController; field in WindowManagerService
1153 mDragDropController = new DragDropController(this, mH.getLooper()); in WindowManagerService()
6732 if (mDragDropController.dragDropActiveLocked()) { in updatePointerIcon()
7414 mDragDropController.registerCallback(callback); in registerDragDropControllerCallback()