Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarContainer.java296 int nonTabMaxHeight = 0; in onMeasure() local
303 nonTabMaxHeight = Math.max(nonTabMaxHeight, isCollapsed(child) ? 0 : in onMeasure()
310 Math.min(nonTabMaxHeight + getMeasuredHeightWithMargins(mTabContainer), in onMeasure()