Searched refs:rightTabHeight (Results 1 – 1 of 1) sorted by relevance
504 final int rightTabHeight = mRightSlider.getTabHeight(); in onMeasure() local509 height = Math.max(leftTabHeight, rightTabHeight); in onMeasure()511 width = Math.max(leftTabWidth, rightTabHeight); in onMeasure()512 height = Math.max(heightSpecSize, leftTabHeight + rightTabHeight); in onMeasure()