Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DActionBarContainer.java275 final int topMarginForTabs; in onMeasure() local
277 topMarginForTabs = getMeasuredHeightWithMargins(mActionBarView); in onMeasure()
279 topMarginForTabs = getMeasuredHeightWithMargins(mContextView); in onMeasure()
281 topMarginForTabs = 0; in onMeasure()
286 Math.min(topMarginForTabs + getMeasuredHeightWithMargins(mTabContainer), in onMeasure()