Home
last modified time | relevance | path

Searched refs:reportDropWindow (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDragDropControllerTests.java262 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/
DInputManagerCallback.java252 mService.mDragDropController::reportDropWindow, token, x, y)); in notifyDropWindow()
DDragDropController.java521 void reportDropWindow(IBinder token, float x, float y) { in reportDropWindow() method in DragDropController