Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragAndDropController.java220 final SurfaceControl dragSurface = event.getDragSurface(); in handleDrop() local
229 mTransaction.reparent(dragSurface, null); in handleDrop() argument
DDragLayout.java190 public boolean drop(DragEvent event, SurfaceControl dragSurface, in drop()
/frameworks/base/core/java/android/view/
DDragEvent.java294 ClipDescription description, ClipData data, SurfaceControl dragSurface, in init()
316 SurfaceControl dragSurface, IDragAndDropPermissions dragAndDropPermissions, in obtain()