Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1231 final int maxJump = getMaxScrollAmount(); in arrowScroll() local
1233 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump)) { in arrowScroll()
1241 int scrollDelta = maxJump; in arrowScroll()
1251 if (daRight - screenRight < maxJump) { in arrowScroll()
1689 final int maxJump = mRight - mLeft; in onSizeChanged() local
1691 if (isWithinDeltaOfScreen(currentFocused, maxJump)) { in onSizeChanged()
DScrollView.java1257 final int maxJump = getMaxScrollAmount(); in arrowScroll() local
1259 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) { in arrowScroll()
1267 int scrollDelta = maxJump; in arrowScroll()
1275 if (daBottom - screenBottom < maxJump) { in arrowScroll()