Searched refs:nextLeft (Results 1 – 5 of 5) sorted by relevance
415 final int nextLeft = Math.max(stripWidth - paddingRight - nextWidth, in updateTextPositions() local417 mNextText.layout(nextLeft, nextTop, nextLeft + nextWidth, in updateTextPositions()
2788 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left;2790 if (currentFocused != null && nextLeft >= currLeft) {2798 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left;2800 if (currentFocused != null && nextLeft <= currLeft) {
330 int nextLeft; in makeRow() local333 nextLeft = getWidth() - mListPadding.right - columnWidth - in makeRow()336 nextLeft = mListPadding.left + in makeRow()348 nextLeft += (isLayoutRtl ? -1 : +1) * deltaLeft; in makeRow()366 child = makeAndAddView(pos, y, flow, nextLeft, selected, where); in makeRow()368 nextLeft += nextChildDir * columnWidth; in makeRow()370 nextLeft += nextChildDir * horizontalSpacing; in makeRow()
2525 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left;2527 if (currentFocused != null && nextLeft >= currLeft) {2535 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left;2537 if (currentFocused != null && nextLeft <= currLeft) {
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...