Searched refs:maxJump (Results 1 – 3 of 3) sorted by relevance
1109 final int maxJump = getMaxScrollAmount(); in arrowScroll() local1111 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() local1569 if (isWithinDeltaOfScreen(currentFocused, maxJump)) { in onSizeChanged()
1124 final int maxJump = getMaxScrollAmount(); in arrowScroll() local1126 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) { in arrowScroll()1134 int scrollDelta = maxJump; in arrowScroll()1142 if (daBottom - screenBottom < maxJump) { in arrowScroll()
1239 final int maxJump = getMaxScrollAmount(); in arrowScroll() local1241 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) { in arrowScroll()1249 int scrollDelta = maxJump; in arrowScroll()1257 if (daBottom - screenBottom < maxJump) { in arrowScroll()