Searched refs:nextLeft (Results 1 – 2 of 2) sorted by relevance
349 int nextLeft; in makeRow() local352 nextLeft = getWidth() - mListPadding.right - columnWidth - in makeRow()355 nextLeft = mListPadding.left + in makeRow()367 nextLeft += (isLayoutRtl ? -1 : +1) * deltaLeft; in makeRow()385 child = makeAndAddView(pos, y, flow, nextLeft, selected, where); in makeRow()387 nextLeft += nextChildDir * columnWidth; in makeRow()389 nextLeft += nextChildDir * horizontalSpacing; in makeRow()
2550 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left;2552 if (currentFocused != null && nextLeft >= currLeft) {2560 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left;2562 if (currentFocused != null && nextLeft <= currLeft) {