Searched refs:mDragDropController (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragInputEventReceiver.java | 40 private final DragDropController mDragDropController; field in DragInputEventReceiver 53 mDragDropController = controller; in DragInputEventReceiver() 105 mDragDropController.handleMotionEvent(!mMuteInput /* keepHandling */, newX, newY); in onInputEvent()
|
D | Session.java | 80 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()
|
D | DragState.java | 85 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()
|
D | InputMonitor.java | 132 final boolean inDrag = mService.mDragDropController.dragDropActiveLocked(); 526 mService.mDragDropController.sendDragStartedIfNeededLocked(w); in accept()
|
D | WindowManagerService.java | 813 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()
|