Searched refs:mWindowStartBounds (Results 1 – 1 of 1) sorted by relevance
2077 private final Rect mWindowStartBounds = new Rect(); field in SpringAnimRunner2101 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()