Searched refs:mWindowTargetBounds (Results 1 – 1 of 1) sorted by relevance
1785 private final Rect mWindowTargetBounds = new Rect(); field in SpringAnimRunner1795 mWindowTargetBounds.set(windowTargetBounds); in SpringAnimRunner()1822 if (mWindowTargetBounds.height() > mWindowTargetBounds.width()) { in onUpdate()1823 scale = Math.min(1f, currentRectF.width() / mWindowTargetBounds.width()); in onUpdate()1826 int croppedHeight = mWindowTargetBounds.height() - unscaledHeight; in onUpdate()1827 mTmpRect.set(0, 0, mWindowTargetBounds.width(), in onUpdate()1828 mWindowTargetBounds.height() - croppedHeight); in onUpdate()1830 scale = Math.min(1f, currentRectF.height() / mWindowTargetBounds.height()); in onUpdate()1833 int croppedWidth = mWindowTargetBounds.width() - unscaledWidth; in onUpdate()1834 mTmpRect.set(0, 0, mWindowTargetBounds.width() - croppedWidth, in onUpdate()[all …]