Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/view/
DPagerTitleStrip.java346 final int currWidth = mCurrText.getMeasuredWidth(); in updateTextPositions() local
348 final int halfCurrWidth = currWidth / 2; in updateTextPositions()
365 final int currLeft = currCenter - currWidth / 2; in updateTextPositions()
366 final int currRight = currLeft + currWidth; in updateTextPositions()