Searched refs:mImposedTabsHeight (Results 1 – 1 of 1) sorted by relevance
66 private int mImposedTabsHeight = -1; field in TabWidget155 if (!isMeasureWithLargestChildEnabled() && mImposedTabsHeight >= 0) { in measureChildBeforeLayout()158 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mImposedTabsHeight, in measureChildBeforeLayout()175 mImposedTabsHeight = -1; in measureHorizontal()203 mImposedTabsHeight = Math.max(mImposedTabsHeight, child.getMeasuredHeight()); in measureHorizontal()