Searched refs:unscaledHeight (Results 1 – 1 of 1) sorted by relevance
2149 int unscaledHeight = (int) (mCurrentRectF.height() * (1f / scale)); in onUpdate() local2150 int croppedHeight = mWindowStartBounds.height() - unscaledHeight; in onUpdate()