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

1 2

  /frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java 167 private float[] mMaximumVelocity = new float[] { NO_MAX, NO_MAX };
294 mMaximumVelocity[HORIZONTAL] = horizontalMax / 1000f;
295 mMaximumVelocity[VERTICAL] = verticalMax / 1000f;
549 final float maximumVelocity = mMaximumVelocity[direction];
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java 166 private float[] mMaximumVelocity = new float[] { NO_MAX, NO_MAX };
293 mMaximumVelocity[HORIZONTAL] = horizontalMax / 1000f;
294 mMaximumVelocity[VERTICAL] = verticalMax / 1000f;
548 final float maximumVelocity = mMaximumVelocity[direction];
    [all...]
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...]
  /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/base/core/java/android/widget/
HorizontalScrollView.java 122 private int mMaximumVelocity;
208 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
634 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
ScrollView.java 129 private int mMaximumVelocity;
229 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
670 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
StackView.java 135 private int mMaximumVelocity;
189 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
811 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
AbsListView.java 597 private int mMaximumVelocity;
833 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [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/packages/Keyguard/src/com/android/keyguard/
PagedView.java 150 private int mMaximumVelocity;
318 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java 194 private final int mMaximumVelocity;
400 mMaximumVelocity = vc.getScaledMaximumFlingVelocity();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 159 private int mMaximumVelocity;
326 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 

Completed in 1135 milliseconds

1 2