Searched refs:nextLeft (Results 1 – 5 of 5) sorted by relevance
409 final int nextLeft = Math.max(stripWidth - paddingRight - nextWidth, in updateTextPositions() local411 mNextText.layout(nextLeft, nextTop, nextLeft + nextWidth, in updateTextPositions()
2827 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left;2829 if (currentFocused != null && nextLeft >= currLeft) {2837 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left;2839 if (currentFocused != null && nextLeft <= currLeft) {
335 int nextLeft; in makeRow() local338 nextLeft = getWidth() - mListPadding.right - columnWidth - in makeRow()341 nextLeft = mListPadding.left + in makeRow()353 nextLeft += (isLayoutRtl ? -1 : +1) * deltaLeft; in makeRow()371 child = makeAndAddView(pos, y, flow, nextLeft, selected, where); in makeRow()373 nextLeft += nextChildDir * columnWidth; in makeRow()375 nextLeft += nextChildDir * horizontalSpacing; in makeRow()
2500 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left;2502 if (currentFocused != null && nextLeft >= currLeft) {2510 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left;2512 if (currentFocused != null && nextLeft <= currLeft) {
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...