Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/view/
DPagerTitleStrip.java343 final int nextWidth = mNextText.getMeasuredWidth(); in updateTextPositions() local
411 final int nextLeft = Math.max(stripWidth - paddingRight - nextWidth, in updateTextPositions()
413 mNextText.layout(nextLeft, nextTop, nextLeft + nextWidth, in updateTextPositions()