Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarContextView.java290 final int customWidthMode = lp.width != LayoutParams.WRAP_CONTENT ? in onMeasure() local
298 mCustomView.measure(MeasureSpec.makeMeasureSpec(customWidth, customWidthMode), in onMeasure()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarContextView.java353 final int customWidthMode = lp.width != LayoutParams.WRAP_CONTENT ? in onMeasure() local
361 mCustomView.measure(MeasureSpec.makeMeasureSpec(customWidth, customWidthMode), in onMeasure()