Searched refs:maxJump (Results 1 – 2 of 2) sorted by relevance
1231 final int maxJump = getMaxScrollAmount(); in arrowScroll() local1233 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() local1691 if (isWithinDeltaOfScreen(currentFocused, maxJump)) { in onSizeChanged()
1257 final int maxJump = getMaxScrollAmount(); in arrowScroll() local1259 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) { in arrowScroll()1267 int scrollDelta = maxJump; in arrowScroll()1275 if (daBottom - screenBottom < maxJump) { in arrowScroll()