Home
last modified time | relevance | path

Searched defs:dragSurface (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/draganddrop/
DGlobalDragListenerTest.kt100 val dragSurface = mock<SurfaceControl>() in onUnhandledDrop_withListener_expectNotifyHandled() constant
/frameworks/base/core/java/android/view/
DDragEvent.java306 int flags, ClipDescription description, ClipData data, SurfaceControl dragSurface, in init()
330 SurfaceControl dragSurface, IDragAndDropPermissions dragAndDropPermissions, in obtain()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragLayout.java682 public boolean drop(DragEvent event, @NonNull SurfaceControl dragSurface, in drop()
705 private void hideDragSurface(@NonNull SurfaceControl dragSurface) { in hideDragSurface()
DDragAndDropController.java470 final SurfaceControl dragSurface = event.getDragSurface(); in handleDrop() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopTasksControllerTest.kt7858 val dragSurface = b.build() in <lambda>() constant