Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1207 final int maxJump = getMaxScrollAmount(); in arrowScroll() local
1209 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump)) { in arrowScroll()
1217 int scrollDelta = maxJump; in arrowScroll()
1227 if (daRight - screenRight < maxJump) { in arrowScroll()
1665 final int maxJump = mRight - mLeft; in onSizeChanged() local
1667 if (isWithinDeltaOfScreen(currentFocused, maxJump)) { in onSizeChanged()
DScrollView.java1230 final int maxJump = getMaxScrollAmount(); in arrowScroll() local
1232 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) { in arrowScroll()
1240 int scrollDelta = maxJump; in arrowScroll()
1248 if (daBottom - screenBottom < maxJump) { in arrowScroll()