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.java374 final int maxTextHeight = Math.max(Math.max(alignedPrevHeight, alignedCurrHeight), in updateTextPositions() local
391 final int centeredTop = (paddedHeight - maxTextHeight) / 2; in updateTextPositions()
397 final int bottomGravTop = stripHeight - paddingBottom - maxTextHeight; in updateTextPositions()