Searched refs:maxJump (Results 1 – 2 of 2) sorted by relevance
1207 final int maxJump = getMaxScrollAmount(); in arrowScroll() local1209 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() local1667 if (isWithinDeltaOfScreen(currentFocused, maxJump)) { in onSizeChanged()
1230 final int maxJump = getMaxScrollAmount(); in arrowScroll() local1232 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) { in arrowScroll()1240 int scrollDelta = maxJump; in arrowScroll()1248 if (daBottom - screenBottom < maxJump) { in arrowScroll()