Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarContainer.java263 final int topMarginForTabs; in onMeasure() local
265 topMarginForTabs = getMeasuredHeightWithMargins(mActionBarView); in onMeasure()
267 topMarginForTabs = getMeasuredHeightWithMargins(mContextView); in onMeasure()
269 topMarginForTabs = 0; in onMeasure()
274 Math.min(topMarginForTabs + getMeasuredHeightWithMargins(mTabContainer), in onMeasure()