Searched refs:computeCurrentVelocity (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java46 * the previous values after a call to computeCurrentVelocity()
53 vt.computeCurrentVelocity(1);
57 vt.computeCurrentVelocity(1);
68 vt.computeCurrentVelocity(1000);
79 vt.computeCurrentVelocity(1000);
91 vt.computeCurrentVelocity(1000);
103 vt.computeCurrentVelocity(1000);
119 vt.computeCurrentVelocity(1000);
134 vt.computeCurrentVelocity(1);
139 vt.computeCurrentVelocity(
[all...]
/frameworks/base/core/java/android/view/
H A DVelocityTracker.java32 * {@link #computeCurrentVelocity(int)} and then {@link #getXVelocity()}
233 * Equivalent to invoking {@link #computeCurrentVelocity(int, float)} with a maximum
236 * @see #computeCurrentVelocity(int, float)
238 public void computeCurrentVelocity(int units) { method in class:VelocityTracker
239 computeCurrentVelocity(units, Float.MAX_VALUE);
255 public void computeCurrentVelocity(int units, float maxVelocity) { method in class:VelocityTracker
332 * {@link #computeCurrentVelocity(int)} before calling this function.
343 * {@link #computeCurrentVelocity(int)} before calling this function.
354 * {@link #computeCurrentVelocity(int)} before calling this function.
366 * {@link #computeCurrentVelocity(in
[all...]
H A DGestureDetector.java562 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java538 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
558 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
H A DPointerLocationView.java384 mVelocity.computeCurrentVelocity(1);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java381 mSwipeTracker.computeCurrentVelocity(1000);
1418 public void computeCurrentVelocity(int units) { method in class:KeyboardView.SwipeTracker
1419 computeCurrentVelocity(units, Float.MAX_VALUE);
1422 public void computeCurrentVelocity(int units, float maxVelocity) { method in class:KeyboardView.SwipeTracker
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java409 velocityTracker.computeCurrentVelocity(mVelocityUnits);
H A DHorizontalScrollView.java566 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
H A DScrollView.java561 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
H A DAbsListView.java2430 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
2464 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarService.java981 mVelocityTracker.computeCurrentVelocity(1000);
/frameworks/base/core/java/android/webkit/
H A DWebView.java6015 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFling);

Completed in 272 milliseconds