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

1 2

  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 148 private int mMaximumVelocity;
204 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
540 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
560 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 72 private int mMaximumVelocity;
107 mMaximumVelocity = vc.getScaledMaximumFlingVelocity();
365 mVelocityTracker.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 119 private int mMaximumVelocity;
203 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
628 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
ScrollView.java 126 private int mMaximumVelocity;
224 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
664 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
StackView.java 135 private int mMaximumVelocity;
189 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
811 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
AbsListView.java 583 private int mMaximumVelocity;
820 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HorizontalScrollView.java 125 private int mMaximumVelocity;
197 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
622 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 118 private int mMaximumVelocity;
210 mMaximumVelocity = vc.getScaledMaximumFlingVelocity();
364 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 122 private int mMaximumVelocity;
243 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java 192 private int mMaximumVelocity;
364 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 143 private int mMaximumVelocity;
300 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 

Completed in 475 milliseconds

1 2