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

  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 146 private int mMaximumVelocity;
202 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
538 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
558 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 119 private int mMaximumVelocity;
184 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
700 vtracker.computeCurrentVelocity(1000, mMaximumVelocity);
715 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 121 private int mMaximumVelocity;
205 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
602 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
ScrollView.java 117 private int mMaximumVelocity;
215 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
616 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
StackView.java 132 private int mMaximumVelocity;
186 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
808 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
AbsListView.java 569 private int mMaximumVelocity;
788 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java 163 private int mMaximumVelocity;
289 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 116 private int mMaximumVelocity;
243 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 

Completed in 304 milliseconds