Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java820 final RectF widgetBackgroundBounds = new RectF(); in getOpeningWindowAnimatorsForWidget() local
841 v, widgetBackgroundBounds, in getOpeningWindowAnimatorsForWidget()
880 final FloatProp mDx = new FloatProp(widgetBackgroundBounds.centerX(), in getOpeningWindowAnimatorsForWidget()
883 final FloatProp mDy = new FloatProp(widgetBackgroundBounds.centerY(), in getOpeningWindowAnimatorsForWidget()
886 final FloatProp mWidth = new FloatProp(widgetBackgroundBounds.width(), in getOpeningWindowAnimatorsForWidget()
889 final FloatProp mHeight = new FloatProp(widgetBackgroundBounds.height(), in getOpeningWindowAnimatorsForWidget()
900 widgetBackgroundBounds.set(mDx.value - mWidth.value / 2f, in getOpeningWindowAnimatorsForWidget()
904 mAppWindowScale = widgetBackgroundBounds.width() / windowTargetBounds.width(); in getOpeningWindowAnimatorsForWidget()
908 Math.round(widgetBackgroundBounds.height() / mAppWindowScale) /* bottom */); in getOpeningWindowAnimatorsForWidget()
909 matrix.setTranslate(widgetBackgroundBounds.left, widgetBackgroundBounds.top); in getOpeningWindowAnimatorsForWidget()
[all …]