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.java211 getLocationBoundsForView(launcher, v, isOpening, positionOut); in matchPositionOf()
242 private static void getLocationBoundsForView(Launcher launcher, View v, boolean isOpening, in getLocationBoundsForView() method in FloatingIconView
244 getLocationBoundsForView(launcher, v, isOpening, outRect, new Rect()); in getLocationBoundsForView()
252 public static void getLocationBoundsForView(Launcher launcher, View v, boolean isOpening, in getLocationBoundsForView() method in FloatingIconView
535 getLocationBoundsForView(mLauncher, mOriginalIcon, mIsOpening, sTmpRectF); in onGlobalLayout()
556 getLocationBoundsForView(l, v, isOpening, position); in fetchIcon()
DFloatingSurfaceView.java19 import static com.android.launcher3.views.FloatingIconView.getLocationBoundsForView;
175 getLocationBoundsForView(mLauncher, icon, false, mTmpPosition, mIconBounds); in updateIconLocation()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2455 FloatingIconView.getLocationBoundsForView(this, v, false, locationBounds,