Home
last modified time | relevance | path

Searched refs:actionPaddedHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
DSliceView.java368 int actionPaddedHeight = actionHeight + getPaddingTop() + getPaddingBottom(); in onMeasure() local
369 int actionHeightSpec = MeasureSpec.makeMeasureSpec(actionPaddedHeight, MeasureSpec.EXACTLY); in onMeasure()