Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/view/
DPagerTitleStrip.java357 final int textPaddedRight = paddingRight + halfCurrWidth; in updateTextPositions() local
358 final int contentWidth = stripWidth - textPaddedLeft - textPaddedRight; in updateTextPositions()
364 final int currCenter = stripWidth - textPaddedRight - (int) (contentWidth * currOffset); in updateTextPositions()