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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DVelocityTrackerInterface.java27 public void computeCurrentVelocity(int units); method in interface:VelocityTrackerInterface
H A DPlatformVelocityTracker.java53 public void computeCurrentVelocity(int units) { method in class:PlatformVelocityTracker
54 mTracker.computeCurrentVelocity(units);
H A DNoisyVelocityTracker.java66 public void computeCurrentVelocity(int units) { method in class:NoisyVelocityTracker
H A DKeyguardAffordanceHelper.java436 mVelocityTracker.computeCurrentVelocity(1000);
H A DPanelView.java332 mVelocityTracker.computeCurrentVelocity(1000);
/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java44 * the previous values after a call to computeCurrentVelocity()
51 vt.computeCurrentVelocity(1);
55 vt.computeCurrentVelocity(1);
66 vt.computeCurrentVelocity(1000);
77 vt.computeCurrentVelocity(1000);
89 vt.computeCurrentVelocity(1000);
101 vt.computeCurrentVelocity(1000);
117 vt.computeCurrentVelocity(1000);
132 vt.computeCurrentVelocity(1);
137 vt.computeCurrentVelocity(
[all...]
/frameworks/base/core/java/android/view/
H A DVelocityTracker.java28 * {@link #computeCurrentVelocity(int)} and then call {@link #getXVelocity(int)}
130 * Equivalent to invoking {@link #computeCurrentVelocity(int, float)} with a maximum
133 * @see #computeCurrentVelocity(int, float)
135 public void computeCurrentVelocity(int units) { method in class:VelocityTracker
152 public void computeCurrentVelocity(int units, float maxVelocity) { method in class:VelocityTracker
158 * {@link #computeCurrentVelocity(int)} before calling this function.
168 * {@link #computeCurrentVelocity(int)} before calling this function.
178 * {@link #computeCurrentVelocity(int)} before calling this function.
189 * {@link #computeCurrentVelocity(int)} before calling this function.
202 * It is not necessary to call {@link #computeCurrentVelocity(in
[all...]
H A DGestureDetector.java494 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
604 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp51 void computeCurrentVelocity(int32_t units, float maxVelocity);
80 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) { function in class:android::VelocityTrackerState
175 state->computeCurrentVelocity(units, maxVelocity);
/frameworks/support/v4/java/android/support/v4/view/
H A DGestureDetectorCompat.java263 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
372 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
/frameworks/base/core/java/com/android/internal/widget/
H A DSwipeDismissLayout.java297 mVelocityTracker.computeCurrentVelocity(1000);
H A DRotarySelector.java547 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
567 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
H A DPointerLocationView.java576 mVelocity.computeCurrentVelocity(1);
579 mAltVelocity.computeCurrentVelocity(1);
H A DResolverDrawerLayout.java287 mVelocityTracker.computeCurrentVelocity(1000);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DSwipeHelper.java352 velocityTracker.computeCurrentVelocity(1000 /* px/sec */);
H A DTaskStackViewTouchHandler.java276 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java399 mSwipeTracker.computeCurrentVelocity(1000);
1517 public void computeCurrentVelocity(int units) { method in class:KeyboardView.SwipeTracker
1518 computeCurrentVelocity(units, Float.MAX_VALUE);
1521 public void computeCurrentVelocity(int units, float maxVelocity) { method in class:KeyboardView.SwipeTracker
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java441 mVelocityTracker.computeCurrentVelocity(1000 /* px/sec */, maxVelocity);
H A DExpandHelper.java374 mVelocityTracker.computeCurrentVelocity(1000);
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java436 velocityTracker.computeCurrentVelocity(mVelocityUnits);
H A DSwitch.java808 mVelocityTracker.computeCurrentVelocity(1000);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DSlidingChallengeLayout.java651 mVelocityTracker.computeCurrentVelocity(1000, mMaxVelocity);
H A DPagedView.java1580 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
2389 mVelocityTracker.computeCurrentVelocity(1000, config.getScaledMaximumFlingVelocity());
/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java1386 mVelocityTracker.computeCurrentVelocity(1000, mMaxVelocity);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java690 mVelocityTracker.computeCurrentVelocity(1000);

Completed in 2965 milliseconds

12