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

  /packages/apps/Contacts/src/com/android/contacts/widget/
MultiShrinkScroller.java 469 scrollTo(0, getScroll() + (int) delta);
473 final int distanceFromMaxScrolling = getMaximumScrollUpwards() - getScroll();
639 getScroll() - getScrollUntilOffBottom());
656 final int currentPosition = getScroll();
679 final int delta = y - getScroll();
751 public int getScroll() {
762 * A variant of {@link #getScroll} that pretends the header is never larger than
770 * This value should never be used in conjunction with {@link #getScroll} values.
798 final int oldScroll = getScroll();
801 final int distanceFromMaxScrolling = getMaximumScrollUpwards() - getScroll();
    [all...]
  /packages/apps/Browser/src/com/android/browser/
TabScrollView.java 81 setScroll(getScroll());
198 public int getScroll() {
  /packages/apps/FMRadio/src/com/android/fmradio/views/
FmScroller.java 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
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 722 milliseconds