Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarContextView.java296 final int customHeight = lp.height >= 0 ? in onMeasure() local
299 MeasureSpec.makeMeasureSpec(customHeight, customHeightMode)); in onMeasure()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarContextView.java359 final int customHeight = lp.height >= 0 ? in onMeasure() local
362 MeasureSpec.makeMeasureSpec(customHeight, customHeightMode)); in onMeasure()