Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingAppPairView.kt72 Utilities.getBoundsForViewInDragLayer( in init()
DFloatingTaskView.java186 Utilities.getBoundsForViewInDragLayer(mContainer.getDragLayer(), originalView, in updateInitialPositionForView()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java274 Utilities.getBoundsForViewInDragLayer(launcher.getDragLayer(), v, outViewBounds, in getLocationBoundsForView()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitAnimationController.kt353 Utilities.getBoundsForViewInDragLayer( in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java253 public static void getBoundsForViewInDragLayer(BaseDragLayer dragLayer, View view, in getBoundsForViewInDragLayer() method in Utilities