Searched refs:nextLeft (Results 1 – 2 of 2) sorted by relevance
348 int nextLeft; in makeRow() local351 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()
2506 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) {