Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java627 RectF floatingIconBounds = new RectF(); in getOpeningWindowAnimators() local
719 floatingIconBounds.set(launcherIconBounds); in getOpeningWindowAnimators()
720 floatingIconBounds.offset(mDx.value, mDy.value); in getOpeningWindowAnimators()
721 Utilities.scaleRectFAboutCenter(floatingIconBounds, mIconScaleToFitScreen.value); in getOpeningWindowAnimators()
722 floatingIconBounds.left -= offsetX; in getOpeningWindowAnimators()
723 floatingIconBounds.top -= offsetY; in getOpeningWindowAnimators()
724 floatingIconBounds.right += offsetX; in getOpeningWindowAnimators()
725 floatingIconBounds.bottom += offsetY; in getOpeningWindowAnimators()
729 floatingView.update(1f, 255, floatingIconBounds, percent, 0f, in getOpeningWindowAnimators()
756 floatingView.update(mIconAlpha.value, 255, floatingIconBounds, percent, 0f, in getOpeningWindowAnimators()