Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java348 int nextLeft; in makeRow() local
351 nextLeft = getWidth() - mListPadding.right - columnWidth - in makeRow()
354 nextLeft = mListPadding.left + in makeRow()
366 nextLeft += (isLayoutRtl ? -1 : +1) * deltaLeft; in makeRow()
384 child = makeAndAddView(pos, y, flow, nextLeft, selected, where); in makeRow()
386 nextLeft += nextChildDir * columnWidth; in makeRow()
388 nextLeft += nextChildDir * horizontalSpacing; in makeRow()
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java2506 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left;
2508 if (currentFocused != null && nextLeft >= currLeft) {
2516 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left;
2518 if (currentFocused != null && nextLeft <= currLeft) {