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

1 2 3

  /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...]
NestedScrollView.java 122 private int mMaximumVelocity;
339 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
792 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...]
RotarySelector.java 155 private int mMaximumVelocity;
211 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
547 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
567 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
ViewPager.java 204 private final int mMaximumVelocity;
375 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 53 int mMaximumVelocity;
68 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
302 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
305 float overscrollRangePct = Math.abs((float) velocity / 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/Contacts/src/com/android/contacts/widget/
MultiShrinkScroller.java 148 private final int mMaximumVelocity;
251 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 126 private int mMaximumVelocity;
217 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
645 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
ScrollView.java 132 private int mMaximumVelocity;
243 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
713 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
StackView.java 134 private int mMaximumVelocity;
195 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
817 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
AbsListView.java 617 private int mMaximumVelocity;
865 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/FMRadio/src/com/android/fmradio/views/
FmScroller.java 115 private final int mMaximumVelocity;
181 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
590 mVelocityTracker.computeCurrentVelocity(PIXELS_PER_SECOND, mMaximumVelocity);
    [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 144 private int mMaximumVelocity;
250 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java 198 private int mMaximumVelocity;
371 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 94 private int mMaximumVelocity;
294 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...]
  /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 

Completed in 971 milliseconds

1 2 3