Home
last modified time | relevance | path

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

/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
DSliceView.java332 final int actionHeight = mActionRow.getVisibility() != View.GONE in onMeasure() local
340 if (heightAvailable >= sliceHeight + actionHeight in onMeasure()
354 if (getMode() == MODE_LARGE && heightAvailable >= mMinLargeHeight + actionHeight) { in onMeasure()
368 int actionPaddedHeight = actionHeight + getPaddingTop() + getPaddingBottom(); in onMeasure()
373 height += actionHeight + getPaddingTop() + getPaddingBottom(); in onMeasure()