Home
last modified time | relevance | path

Searched refs:leftTabHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java500 final int leftTabHeight = mLeftSlider.getTabHeight(); in onMeasure() local
506 height = Math.max(leftTabHeight, rightTabHeight); in onMeasure()
509 height = Math.max(heightSpecSize, leftTabHeight + rightTabHeight); in onMeasure()