Searched refs:floatingIconBounds (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 712 RectF floatingIconBounds = new RectF(); in getOpeningWindowAnimators() local 823 floatingIconBounds.set(launcherIconBounds); in getOpeningWindowAnimators() 824 floatingIconBounds.offset(mDx.value, mDy.value); in getOpeningWindowAnimators() 825 Utilities.scaleRectFAboutCenter(floatingIconBounds, mIconScaleToFitScreen.value); in getOpeningWindowAnimators() 826 floatingIconBounds.left -= offsetX; in getOpeningWindowAnimators() 827 floatingIconBounds.top -= offsetY; in getOpeningWindowAnimators() 828 floatingIconBounds.right += offsetX; in getOpeningWindowAnimators() 829 floatingIconBounds.bottom += offsetY; in getOpeningWindowAnimators() 833 floatingView.update(1f, floatingIconBounds, percent, 0f, in getOpeningWindowAnimators() 861 floatingView.update(mIconAlpha.value, floatingIconBounds, percent, 0f, in getOpeningWindowAnimators()
|