Searched refs:rightTabHeight (Results 1 – 1 of 1) sorted by relevance
507 final int rightTabHeight = mRightSlider.getTabHeight(); in onMeasure() local512 height = Math.max(leftTabHeight, rightTabHeight); in onMeasure()514 width = Math.max(leftTabWidth, rightTabHeight); in onMeasure()515 height = Math.max(heightSpecSize, leftTabHeight + rightTabHeight); in onMeasure()