Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DFloatingTaskView.java118 Utilities.getBoundsForViewInDragLayer(mActivity.getDragLayer(), thumbnail, viewBounds, in updateInitialPositionForView()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DFloatingIconView.java238 Utilities.getBoundsForViewInDragLayer(launcher.getDragLayer(), v, outViewBounds, in getLocationBoundsForView()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java249 public static void getBoundsForViewInDragLayer(BaseDragLayer dragLayer, View view, in getBoundsForViewInDragLayer() method in Utilities