Searched refs:mImposedTabsHeight (Results 1 – 1 of 1) sorted by relevance
75 private int mImposedTabsHeight = -1; field in TabWidget154 if (!isMeasureWithLargestChildEnabled() && mImposedTabsHeight >= 0) { in measureChildBeforeLayout()157 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mImposedTabsHeight, in measureChildBeforeLayout()176 mImposedTabsHeight = -1; in measureHorizontal()204 mImposedTabsHeight = Math.max(mImposedTabsHeight, child.getMeasuredHeight()); in measureHorizontal()