Searched refs:getLocationBoundsForView (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/ |
H A D | FloatingIconView.java | 177 getLocationBoundsForView(launcher, v, isOpening, positionOut); in matchPositionOf() 206 private static void getLocationBoundsForView(Launcher launcher, View v, boolean isOpening, in getLocationBoundsForView() method in FloatingIconView 208 getLocationBoundsForView(launcher, v, isOpening, outRect, new Rect()); in getLocationBoundsForView() 216 public static void getLocationBoundsForView(Launcher launcher, View v, boolean isOpening, in getLocationBoundsForView() method in FloatingIconView 498 getLocationBoundsForView(mLauncher, mOriginalIcon, mIsOpening, sTmpRectF); in onGlobalLayout() 519 getLocationBoundsForView(l, v, isOpening, position); in fetchIcon()
|
H A D | FloatingSurfaceView.java | 18 import static com.android.launcher3.views.FloatingIconView.getLocationBoundsForView; 172 getLocationBoundsForView(mLauncher, icon, false, mTmpPosition, mIconBounds); in updateIconLocation()
|