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

1 2 3

  /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 178 private final int mMaximumVelocity;
349 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 91 int mMaximumVelocity;
118 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
332 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
  /frameworks/support/core-ui/java/android/support/v4/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...]
NestedScrollView.java 146 private int mMaximumVelocity;
396 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
866 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
BottomSheetBehavior.java 124 private float mMaximumVelocity;
195 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
618 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 127 private int mMaximumVelocity;
224 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
665 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
StackView.java 134 private int mMaximumVelocity;
195 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
817 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
ScrollView.java 135 private int mMaximumVelocity;
252 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
729 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
AbsListView.java 629 private int mMaximumVelocity;
882 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/view/
ViewPager.java 213 private int mMaximumVelocity;
405 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 72 private int mMaximumVelocity;
107 mMaximumVelocity = vc.getScaledMaximumFlingVelocity();
365 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
  /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/Contacts/src/com/android/contacts/widget/
MultiShrinkScroller.java 155 private final int mMaximumVelocity;
258 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 122 private int mMaximumVelocity;
243 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 138 private int mMaximumVelocity;
226 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 141 private int mMaximumVelocity;
509 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /prebuilts/sdk/current/support/core-ui/
android-support-core-ui.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/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 643 milliseconds

1 2 3