Home
last modified time | relevance | path

Searched defs:clipHeight (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java430 int clipHeight = contentBottom - contentTop; in render() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java98 int clipHeight = Math.max(mActualHeight - mClipTopAmount - mClipBottomAmount, 0); in getClipHeight() local