Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DBottomLabelLayout.java55 final int initialWidthMeasureSpec; in onMeasure() local
57 initialWidthMeasureSpec = MeasureSpec.makeMeasureSpec(widthSize, MeasureSpec.AT_MOST); in onMeasure()
62 initialWidthMeasureSpec = widthMeasureSpec; in onMeasure()
65 super.onMeasure(initialWidthMeasureSpec, heightMeasureSpec); in onMeasure()
/packages/apps/Settings/src/com/android/settings/widget/
DBottomLabelLayout.java55 final int initialWidthMeasureSpec; in onMeasure() local
57 initialWidthMeasureSpec = MeasureSpec.makeMeasureSpec(widthSize, MeasureSpec.AT_MOST); in onMeasure()
62 initialWidthMeasureSpec = widthMeasureSpec; in onMeasure()
65 super.onMeasure(initialWidthMeasureSpec, heightMeasureSpec); in onMeasure()