Home
last modified time | relevance | path

Searched refs:maxJump (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1109 final int maxJump = getMaxScrollAmount(); in arrowScroll() local
1111 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump)) { in arrowScroll()
1119 int scrollDelta = maxJump; in arrowScroll()
1129 if (daRight - screenRight < maxJump) { in arrowScroll()
1567 final int maxJump = mRight - mLeft; in onSizeChanged() local
1569 if (isWithinDeltaOfScreen(currentFocused, maxJump)) { in onSizeChanged()
DScrollView.java1124 final int maxJump = getMaxScrollAmount(); in arrowScroll() local
1126 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) { in arrowScroll()
1134 int scrollDelta = maxJump; in arrowScroll()
1142 if (daBottom - screenBottom < maxJump) { in arrowScroll()
/frameworks/support/core-ui/java/android/support/v4/widget/
DNestedScrollView.java1239 final int maxJump = getMaxScrollAmount(); in arrowScroll() local
1241 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) { in arrowScroll()
1249 int scrollDelta = maxJump; in arrowScroll()
1257 if (daBottom - screenBottom < maxJump) { in arrowScroll()