Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarContextView.java294 final int customHeightMode = lp.height != LayoutParams.WRAP_CONTENT ? in onMeasure() local
299 MeasureSpec.makeMeasureSpec(customHeight, customHeightMode)); in onMeasure()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarContextView.java357 final int customHeightMode = lp.height != LayoutParams.WRAP_CONTENT ? in onMeasure() local
362 MeasureSpec.makeMeasureSpec(customHeight, customHeightMode)); in onMeasure()