Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarContextView.java359 final int customHeightMode = lp.height != LayoutParams.WRAP_CONTENT ? in onMeasure() local
364 MeasureSpec.makeMeasureSpec(customHeight, customHeightMode)); in onMeasure()