Home
last modified time | relevance | path

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

/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
DSliceView.java336 final int heightAvailable = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
339 int height = heightAvailable - getPaddingTop() - getPaddingBottom(); in onMeasure()
340 if (heightAvailable >= sliceHeight + actionHeight in onMeasure()
354 if (getMode() == MODE_LARGE && heightAvailable >= mMinLargeHeight + actionHeight) { in onMeasure()
356 height = Math.min(mMinLargeHeight, heightAvailable); in onMeasure()