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.java301 ClipDescription description, ClipData data, SurfaceControl dragSurface, in init()
324 SurfaceControl dragSurface, IDragAndDropPermissions dragAndDropPermissions, in obtain()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragAndDropController.java126 @NonNull SurfaceControl dragSurface, in onUnhandledDrag()
403 final SurfaceControl dragSurface = event.getDragSurface(); in handleDrop() local
DDragLayout.java459 public boolean drop(DragEvent event, SurfaceControl dragSurface, in drop()
475 private void hideDragSurface(SurfaceControl dragSurface) { in hideDragSurface()
/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java231 SurfaceControl dragSurface = null; in closeLocked() local