Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/view/
DPagerTitleStrip.java378 final int maxTextHeight = Math.max(Math.max(alignedPrevHeight, alignedCurrHeight), in updateTextPositions() local
395 final int centeredTop = (paddedHeight - maxTextHeight) / 2; in updateTextPositions()
401 final int bottomGravTop = stripHeight - paddingBottom - maxTextHeight; in updateTextPositions()