Searched refs:getLocationBoundsForView (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | FloatingIconView.java | 211 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()
|
D | FloatingSurfaceView.java | 19 import static com.android.launcher3.views.FloatingIconView.getLocationBoundsForView; 175 getLocationBoundsForView(mLauncher, icon, false, mTmpPosition, mIconBounds); in updateIconLocation()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Launcher.java | 2455 FloatingIconView.getLocationBoundsForView(this, v, false, locationBounds,
|