Searched refs:unscaledHeight (Results 1 – 1 of 1) sorted by relevance
1825 int unscaledHeight = (int) (mCurrentRect.height() * (1f / scale)); in onUpdate() local1826 int croppedHeight = mWindowTargetBounds.height() - unscaledHeight; in onUpdate()