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

1 2

  /frameworks/support/compat/src/main/java/androidx/core/widget/
AutoScrollHelper.java 168 private float[] mMaximumVelocity = new float[] { NO_MAX, NO_MAX };
296 mMaximumVelocity[HORIZONTAL] = horizontalMax / 1000f;
297 mMaximumVelocity[VERTICAL] = verticalMax / 1000f;
559 final float maximumVelocity = mMaximumVelocity[direction];
    [all...]
NestedScrollView.java 150 private int mMaximumVelocity;
438 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
914 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [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...]
ViewPager.java 179 private final int mMaximumVelocity;
350 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 90 int mMaximumVelocity;
117 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
334 mVelocityTracker.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/Contacts/src/com/android/contacts/widget/
MultiShrinkScroller.java 155 private final int mMaximumVelocity;
258 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 127 private int mMaximumVelocity;
224 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
665 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
ScrollView.java 135 private int mMaximumVelocity;
252 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
729 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
StackView.java 133 private int mMaximumVelocity;
194 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
816 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
AbsListView.java 630 private int mMaximumVelocity;
883 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/Launcher3/src/com/android/launcher3/
PagedView.java 122 private int mMaximumVelocity;
188 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 122 private int mMaximumVelocity;
243 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
ViewPager.java 219 private int mMaximumVelocity;
411 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 155 private int mMaximumVelocity;
599 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 1339 milliseconds

1 2