HomeSort by relevance Sort by last modified time
    Searched refs:maxJump (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 822 final int maxJump = getMaxScrollAmount();
824 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump)) {
832 int scrollDelta = maxJump;
842 if (daRight - screenRight < maxJump) {
    [all...]
ScrollView.java 822 final int maxJump = getMaxScrollAmount();
824 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) {
832 int scrollDelta = maxJump;
842 if (daBottom - screenBottom < maxJump) {
    [all...]

Completed in 208 milliseconds