Searched refs:reportDropWindow (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DragDropControllerTests.java | 262 mTarget.reportDropWindow(mWindow.mInputChannelToken, 0, 0); in testPrivateInterceptGlobalDragDropFlagBehaviour() 311 mTarget.reportDropWindow(globalInterceptWindow.mInputChannelToken, 0, 0); in testPrivateInterceptGlobalDragDropIgnoresNonLocalWindows() 350 mTarget.reportDropWindow(mWindow.mInputChannelToken, 0, 0); in testPrivateInterceptGlobalDragDropGetsDragFlags() 538 mTarget.reportDropWindow(otherWindow.mInputChannelToken, 0, 0); in testRequestSurfaceForReturnAnimationFlag_dropSuccessful() 569 mTarget.reportDropWindow(otherWindow.mInputChannelToken, 0, 0); in testRequestSurfaceForReturnAnimationFlag_dropUnsuccessful() 604 mTarget.reportDropWindow(mWindow.mInputChannelToken, invalidXY, invalidXY); in testUnhandledDragReceivesUnhandledDropOverWindow() 628 mTarget.reportDropWindow(mock(IBinder.class), invalidXY, invalidXY); in testUnhandledDragReceivesUnhandledDropOverNoValidWindow() 651 mTarget.reportDropWindow(mock(IBinder.class), invalidXY, invalidXY); in testUnhandledDragDoesNotReceiveUnhandledDropWithoutDragFlag() 673 mTarget.reportDropWindow(mock(IBinder.class), invalidXY, invalidXY); in testUnhandledDragCallbackTimeout() 690 mTarget.reportDropWindow(mWindow.mInputChannelToken, dropX, dropY); in doDragAndDrop()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputManagerCallback.java | 252 mService.mDragDropController::reportDropWindow, token, x, y)); in notifyDropWindow()
|
D | DragDropController.java | 521 void reportDropWindow(IBinder token, float x, float y) { in reportDropWindow() method in DragDropController
|