Searched refs:clipHeight (Results 1 – 6 of 6) sorted by relevance
33 override var clipHeight = 0 variable54 if (clipHeight != actualHeight) { in updateClipping()55 clipHeight = actualHeight in updateClipping()64 bounds.bottom = clipHeight in onDraw()
32 assertTrue(mediaContainerView.clipHeight == 0) in testUpdateClipping_updatesClipHeight()36 assertTrue(mediaContainerView.clipHeight == 10) in testUpdateClipping_updatesClipHeight()
24 val clipHeight: Int in <lambda>() constant341 val height = roundable.clipHeight358 val height = roundable.clipHeight
104 int clipHeight = Math.max(mActualHeight - mClipTopAmount - mClipBottomAmount, 0); in getClipHeight() local105 return Math.max(clipHeight, mMinimumHeightForClipping); in getClipHeight()
202 override val clipHeight: Int constant
592 const auto clipHeight = display.clip.height(); in initCanvas() local594 auto rotatedClipHeight = clipHeight; in initCanvas()609 canvas->translate(-clipWidth / 2, -clipHeight / 2); in initCanvas()