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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
Paper.java 26 // This class does the overscroll effect.
36 public void overScroll(float distance) {
SlotView.java 678 mPaper.overScroll(overDistance);
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 140 // it is equal to the scaled overscroll position. We use a separate value so as to prevent
420 overScroll(x - mMaxScrollX);
422 overScroll(x);
429 overScroll(x);
431 overScroll(x - mMaxScrollX);
823 // Otherwise it is equal to the scaled overscroll position.
    [all...]
AppsCustomizePagedView.java 194 // Relating to the scroll and overscroll effects
    [all...]
Workspace.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 154 // it is equal to the scaled overscroll position. We use a separate value so as to prevent
525 overScroll(x);
530 overScroll(x - mMaxScrollX);
    [all...]
KeyguardWidgetPager.java 475 protected void overScroll(float amount) {
    [all...]

Completed in 207 milliseconds