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.java84 private final DragDropController mDragDropController; field in Session
109 mDragDropController = mService.mDragDropController; in Session()
282 return mDragDropController.performDrag(mSurfaceSession, mPid, mUid, window, in performDrag()
293 mDragDropController.reportDropResult(window, consumed); in reportDropResult()
303 mDragDropController.cancelDragAndDrop(dragToken, skipAnimation); in cancelDragAndDrop()
311 mDragDropController.dragRecipientEntered(window); in dragRecipientEntered()
316 mDragDropController.dragRecipientExited(window); in dragRecipientExited()
DDragState.java86 final DragDropController mDragDropController; field in DragState
137 mDragDropController = controller; in DragState()
191 mDragDropController.sendHandlerMessage( in closeLocked()
255 mDragDropController.onDragStateClosedLocked(this); in closeLocked()
270 mService.mH.getLooper(), mDragDropController); in InputInterceptor()
593 mDragDropController.sendTimeoutMessage(MSG_DRAG_END_TIMEOUT, token); in notifyDropLocked()
718 mDragDropController.sendHandlerMessage(MSG_ANIMATION_END, null); in onAnimationEnd()
DInputMonitor.java143 final boolean inDrag = mService.mDragDropController.dragDropActiveLocked(); in run()
545 mService.mDragDropController.sendDragStartedIfNeededLocked(w); in accept()
DWindowManagerService.java962 final DragDropController mDragDropController; field in WindowManagerService
1299 mDragDropController = new DragDropController(this, mH.getLooper()); in WindowManagerService()
6783 if (mDragDropController.dragDropActiveLocked()) { in updatePointerIcon()
7537 mDragDropController.registerCallback(callback); in registerDragDropControllerCallback()