Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java2077 private final Rect mWindowStartBounds = new Rect(); field in SpringAnimRunner
2101 mWindowStartBounds.set(closingWindowStartRect); in SpringAnimRunner()
2108 final RectF transferRect = new RectF(mWindowStartBounds); in SpringAnimRunner()
2111 result.round(mWindowStartBounds); in SpringAnimRunner()
2146 if (mWindowStartBounds.height() > mWindowStartBounds.width()) { in onUpdate()
2150 int croppedHeight = mWindowStartBounds.height() - unscaledHeight; in onUpdate()
2152 mWindowStartBounds.height() - croppedHeight); in onUpdate()
2158 int croppedWidth = mWindowStartBounds.width() - unscaledWidth; in onUpdate()
2159 mTmpRect.set(0, 0, mWindowStartBounds.width() - croppedWidth, in onUpdate()