Searched refs:dragSurface (Results 1 – 5 of 5) sorted by relevance
/aosp14/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()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
H A D | DragLayout.java | 381 public boolean drop(DragEvent event, SurfaceControl dragSurface, in drop() argument 392 hideDragSurface(dragSurface); in drop() 397 private void hideDragSurface(SurfaceControl dragSurface) { in hideDragSurface() argument 409 tx.setAlpha(dragSurface, alpha); in hideDragSurface() 432 tx.remove(dragSurface); in hideDragSurface()
|
H A D | DragAndDropController.java | 346 final SurfaceControl dragSurface = event.getDragSurface(); in handleDrop() local 348 return pd.dragLayout.drop(event, dragSurface, () -> { in handleDrop()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowDragController.java | 214 SurfaceControl dragSurface = dragEvent.getDragSurface(); 222 tx.setAlpha(dragSurface, alpha); 244 tx.remove(dragSurface);
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DragState.java | 228 SurfaceControl dragSurface = null; in closeLocked() local 236 dragSurface = mSurfaceControl; in closeLocked() 240 x, y, mThumbOffsetX, mThumbOffsetY, null, null, null, dragSurface, null, in closeLocked()
|