Home | History | Annotate | Download | only in views

Lines Matching refs:getScroll

371                 scrollTo(0, getScroll() + (int) delta);
375 final int distanceFromMaxScrolling = getMaximumScrollUpwards() - getScroll();
456 final int delta = y - getScroll();
503 public int getScroll() {
512 * A variant of {@link #getScroll} that pretends the header is never
519 * with {@link #getScroll} values.
539 final int oldScroll = getScroll();
542 final int distanceFromMaxScrolling = getMaximumScrollUpwards() - getScroll();
575 - getScroll());
598 mScroller.fling(0, getScroll(), 0, (int) velocity, 0, 0, -Integer.MAX_VALUE,