Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java902 new Size(windowTargetBounds.width(), windowTargetBounds.height()), in getOpeningWindowAnimatorsForWidget()
1350 windowTargetBounds) { in getClosingWindowAnimators()
1368 windowTargetBounds) { in getClosingWindowAnimators()
1721 float smallestSize = Math.min(windowTargetBounds.height(), windowTargetBounds.width()); in AnimOpenProperties()
1747 cropCenterXStart = windowTargetBounds.centerX(); in AnimOpenProperties()
1753 cropWidthEnd = windowTargetBounds.width(); in AnimOpenProperties()
1754 cropHeightEnd = windowTargetBounds.height(); in AnimOpenProperties()
1756 cropCenterXEnd = windowTargetBounds.centerX(); in AnimOpenProperties()
1757 cropCenterYEnd = windowTargetBounds.centerY(); in AnimOpenProperties()
1790 Rect windowTargetBounds) { in SpringAnimRunner() argument
[all …]