Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java1167 int contentAreaWidthSpec = MeasureSpec.makeMeasureSpec(contentWidth, MeasureSpec.EXACTLY); in onMeasure() local
1171 mContent.measure(contentAreaWidthSpec, contentAreaHeightSpec); in onMeasure()
1181 mFooter.measure(contentAreaWidthSpec, in onMeasure()