Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DActionBarContextView.java297 final int customHeightMode = lp.height != LayoutParams.WRAP_CONTENT ? in onMeasure() local
302 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()