Searched refs:clipHeight (Results 1 – 6 of 6) sorted by relevance
33 override var clipHeight = 054 if (clipHeight != actualHeight) {55 clipHeight = actualHeight64 bounds.bottom = clipHeight
32 assertTrue(mediaContainerView.clipHeight == 0)36 assertTrue(mediaContainerView.clipHeight == 10)
26 val clipHeight: Int363 val height = roundable.clipHeight380 val height = roundable.clipHeight
430 int clipHeight = contentBottom - contentTop; in render() local434 (float)clipHeight / getHeight()); in render()
98 int clipHeight = Math.max(mActualHeight - mClipTopAmount - mClipBottomAmount, 0); in getClipHeight() local99 return Math.max(clipHeight, mMinimumHeightForClipping); in getClipHeight()
206 override val clipHeight: Int