Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java212 getLocationBoundsForView(launcher, v, isOpening, positionOut); in matchPositionOf()
243 private static void getLocationBoundsForView(Launcher launcher, View v, boolean isOpening, in getLocationBoundsForView() method in FloatingIconView
245 getLocationBoundsForView(launcher, v, isOpening, outRect, new Rect()); in getLocationBoundsForView()
253 public static void getLocationBoundsForView(Launcher launcher, View v, boolean isOpening, in getLocationBoundsForView() method in FloatingIconView
539 getLocationBoundsForView(mLauncher, mOriginalIcon, mIsOpening, sTmpRectF); in onGlobalLayout()
560 getLocationBoundsForView(l, v, isOpening, position); in fetchIcon()
DFloatingSurfaceView.java18 import static com.android.launcher3.views.FloatingIconView.getLocationBoundsForView;
173 getLocationBoundsForView(mLauncher, icon, false, mTmpPosition, mIconBounds); in updateIconLocation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java1474 FloatingIconView.getLocationBoundsForView(this, v, false, locationBounds, in getFirstVisibleElementForAppClose()