Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarContextView.java355 final int customWidthMode = lp.width != LayoutParams.WRAP_CONTENT ? in onMeasure() local
363 mCustomView.measure(MeasureSpec.makeMeasureSpec(customWidth, customWidthMode), in onMeasure()