Home
last modified time | relevance | path

Searched refs:dragSurface (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/draganddrop/
DGlobalDragListenerTest.kt95 dragEvent.dragSurface.release() in onUnhandledDrop_withListener_expectNotifyHandled()
100 val dragSurface = mock<SurfaceControl>() in onUnhandledDrop_withListener_expectNotifyHandled() constant
102 dragSurface, null, false) in onUnhandledDrop_withListener_expectNotifyHandled()
107 verify(dragSurface).release() in onUnhandledDrop_withListener_expectNotifyHandled()
/frameworks/base/core/java/android/view/
DDragEvent.java301 ClipDescription description, ClipData data, SurfaceControl dragSurface, in init() argument
311 mDragSurface = dragSurface; in init()
324 SurfaceControl dragSurface, IDragAndDropPermissions dragAndDropPermissions, in obtain() argument
330 ev.init(action, x, y, offsetX, offsetY, flags, description, data, dragSurface, in obtain()
342 ev.init(action, x, y, offsetX, offsetY, flags, description, data, dragSurface, in obtain()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragController.java214 SurfaceControl dragSurface = dragEvent.getDragSurface();
222 tx.setAlpha(dragSurface, alpha);
244 tx.remove(dragSurface);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragLayout.java459 public boolean drop(DragEvent event, SurfaceControl dragSurface, in drop() argument
470 hideDragSurface(dragSurface); in drop()
475 private void hideDragSurface(SurfaceControl dragSurface) { in hideDragSurface() argument
487 tx.setAlpha(dragSurface, alpha); in hideDragSurface()
510 tx.remove(dragSurface); in hideDragSurface()
DDragAndDropController.java126 @NonNull SurfaceControl dragSurface, in onUnhandledDrag() argument
403 final SurfaceControl dragSurface = event.getDragSurface(); in handleDrop() local
405 return pd.dragLayout.drop(event, dragSurface, () -> { in handleDrop()
/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java231 SurfaceControl dragSurface = null; in closeLocked() local
239 dragSurface = mSurfaceControl; in closeLocked()
243 mThumbOffsetX, mThumbOffsetY, mFlags, null, null, null, dragSurface, null, in closeLocked()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopTasksController.kt1356 dragSurface: SurfaceControl, in <lambda>()
1395 t.remove(dragSurface) in <lambda>()