Searched refs:unclipHeight (Results 1 – 1 of 1) sorted by relevance
234 float unclipHeight = unclipHeightBeforeScale / getScaleY(); in setProgress() local236 mUnclipRect.top = (int) (unclipCenterY - unclipHeight * 0.5f); in setProgress()238 mUnclipRect.bottom = (int) (unclipCenterY + unclipHeight * 0.5f); in setProgress()