Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/view/
DPagerTitleStrip.java415 final int nextLeft = Math.max(stripWidth - paddingRight - nextWidth, in updateTextPositions() local
417 mNextText.layout(nextLeft, nextTop, nextLeft + nextWidth, in updateTextPositions()
DViewPager.java2788 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) {
/frameworks/base/core/java/android/widget/
DGridView.java330 int nextLeft; in makeRow() local
333 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()
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java2525 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) {
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...