HomeSort by relevance Sort by last modified time
    Searched defs:mMaximumFlingVelocity (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/third_party/
GestureDetector.java 212 private int mMaximumFlingVelocity;
406 mMaximumFlingVelocity = ViewConfiguration.getMaximumFlingVelocity();
418 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity();
510 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
616 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
  /frameworks/base/core/java/android/view/
GestureDetector.java 199 private int mMaximumFlingVelocity;
397 mMaximumFlingVelocity = ViewConfiguration.getMaximumFlingVelocity();
404 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity();
494 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
604 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
ViewConfiguration.java 218 private final int mMaximumFlingVelocity;
244 mMaximumFlingVelocity = MAXIMUM_FLING_VELOCITY;
283 mMaximumFlingVelocity = (int) (density * MAXIMUM_FLING_VELOCITY + 0.5f);
613 return mMaximumFlingVelocity;
  /frameworks/support/v4/java/android/support/v4/view/
GestureDetectorCompat.java 60 private int mMaximumFlingVelocity;
178 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity();
263 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
372 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
  /frameworks/base/core/java/android/widget/
NumberPicker.java 394 private int mMaximumFlingVelocity;
697 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity()
886 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
    [all...]
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 

Completed in 910 milliseconds