Searched refs:mImposedTabsHeight (Results 1 – 1 of 1) sorted by relevance
72 private int mImposedTabsHeight = -1; field in TabWidget151 if (!isMeasureWithLargestChildEnabled() && mImposedTabsHeight >= 0) { in measureChildBeforeLayout()154 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mImposedTabsHeight, in measureChildBeforeLayout()173 mImposedTabsHeight = -1; in measureHorizontal()201 mImposedTabsHeight = Math.max(mImposedTabsHeight, child.getMeasuredHeight()); in measureHorizontal()