Home
last modified time | relevance | path

Searched refs:notifyUnhandledDropComplete (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DGlobalDragListener.kt113 wmCallback.notifyUnhandledDropComplete(false) in onUnhandledDrop()
122 wmCallback.notifyUnhandledDropComplete(it) in onUnhandledDrop()
/frameworks/base/core/java/android/window/
DIUnhandledDragCallback.aidl32 void notifyUnhandledDropComplete(boolean handled); in notifyUnhandledDropComplete() method
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/draganddrop/
DGlobalDragListenerTest.kt82 verify(wmCallback).notifyUnhandledDropComplete(ArgumentMatchers.eq(false)) in onUnhandledDrop_noListener_expectNotifyUnhandled()
106 verify(wmCallback).notifyUnhandledDropComplete(ArgumentMatchers.eq(true)) in onUnhandledDrop_withListener_expectNotifyHandled()
/frameworks/base/services/core/java/com/android/server/wm/
DDragDropController.java395 public void notifyUnhandledDropComplete(boolean consumedByListener) { in notifyUnhandledDrop()