Home
last modified time | relevance | path

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

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