Searched refs:dragSurface (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/ |
H A D | DragEvent.java | 294 ClipDescription description, ClipData data, SurfaceControl dragSurface, in init() argument 303 mDragSurface = dragSurface; in init() 316 SurfaceControl dragSurface, IDragAndDropPermissions dragAndDropPermissions, in obtain() argument 322 ev.init(action, x, y, offsetX, offsetY, description, data, dragSurface, in obtain() 334 ev.init(action, x, y, offsetX, offsetY, description, data, dragSurface, in obtain()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
H A D | DragAndDropController.java | 246 final SurfaceControl dragSurface = event.getDragSurface(); in handleDrop() local 248 return pd.dragLayout.drop(event, dragSurface, () -> { in handleDrop() 255 mTransaction.reparent(dragSurface, null); in handleDrop() argument
|
H A D | DragLayout.java | 307 public boolean drop(DragEvent event, SurfaceControl dragSurface, in drop() argument
|