Searched refs:rightTabHeight (Results 1 – 1 of 1) sorted by relevance
501 final int rightTabHeight = mRightSlider.getTabHeight(); in onMeasure() local506 height = Math.max(leftTabHeight, rightTabHeight); in onMeasure()508 width = Math.max(leftTabWidth, rightTabHeight); in onMeasure()509 height = Math.max(heightSpecSize, leftTabHeight + rightTabHeight); in onMeasure()