Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarContextView.java360 final int customHeight = lp.height >= 0 ? in onMeasure() local
363 MeasureSpec.makeMeasureSpec(customHeight, customHeightMode)); in onMeasure()