Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DDragEvent.java422 public SurfaceControl getDragSurface() { in getDragSurface() method in DragEvent
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragAndDropController.java246 final SurfaceControl dragSurface = event.getDragSurface(); in handleDrop()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDragDropControllerTests.java256 assertTrue(dropEvent.getDragSurface() != null); in testPrivateInterceptGlobalDragDropFlagBehaviour()