Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java675 RectF floatingIconBounds = new RectF(); in getOpeningWindowAnimators() local
773 floatingIconBounds.set(launcherIconBounds); in getOpeningWindowAnimators()
774 floatingIconBounds.offset(mDx.value, mDy.value); in getOpeningWindowAnimators()
775 Utilities.scaleRectFAboutCenter(floatingIconBounds, mIconScaleToFitScreen.value); in getOpeningWindowAnimators()
776 floatingIconBounds.left -= offsetX; in getOpeningWindowAnimators()
777 floatingIconBounds.top -= offsetY; in getOpeningWindowAnimators()
778 floatingIconBounds.right += offsetX; in getOpeningWindowAnimators()
779 floatingIconBounds.bottom += offsetY; in getOpeningWindowAnimators()
783 floatingView.update(1f, 255, floatingIconBounds, percent, 0f, in getOpeningWindowAnimators()
810 floatingView.update(mIconAlpha.value, 255, floatingIconBounds, percent, 0f, in getOpeningWindowAnimators()