Searched refs:nextLeft (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/v4/java/android/support/v4/view/ |
D | PagerTitleStrip.java | 411 final int nextLeft = Math.max(stripWidth - paddingRight - nextWidth, in updateTextPositions() local 413 mNextText.layout(nextLeft, nextTop, nextLeft + nextWidth, in updateTextPositions()
|
D | ViewPager.java | 2553 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left; 2555 if (currentFocused != null && nextLeft >= currLeft) { 2563 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left; 2565 if (currentFocused != null && nextLeft <= currLeft) {
|
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 325 int nextLeft; in makeRow() local 328 nextLeft = getWidth() - mListPadding.right - columnWidth - in makeRow() 331 nextLeft = mListPadding.left + in makeRow() 343 nextLeft += (isLayoutRtl ? -1 : +1) * deltaLeft; in makeRow() 361 child = makeAndAddView(pos, y, flow, nextLeft, selected, where); in makeRow() 363 nextLeft += nextChildDir * columnWidth; in makeRow() 365 nextLeft += nextChildDir * horizontalSpacing; in makeRow()
|