Home
last modified time | relevance | path

Searched refs:computeCurrentVelocity (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java51 vt.computeCurrentVelocity(1); in testClear()
55 vt.computeCurrentVelocity(1); in testClear()
66 vt.computeCurrentVelocity(1000); in testDragAcceleration()
77 vt.computeCurrentVelocity(1000); in testDragDeceleration()
89 vt.computeCurrentVelocity(1000); in testDragLinearHorizontal()
101 vt.computeCurrentVelocity(1000); in testDragLinearVertical()
117 vt.computeCurrentVelocity(1000); in testDragWith2Points()
132 vt.computeCurrentVelocity(1); in testStabilityInNbPoints()
137 vt.computeCurrentVelocity(1); in testStabilityInNbPoints()
154 vt.computeCurrentVelocity(1); in testStabilityInTime()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPlatformVelocityTracker.java53 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in PlatformVelocityTracker
54 mTracker.computeCurrentVelocity(units); in computeCurrentVelocity()
DVelocityTrackerInterface.java27 public void computeCurrentVelocity(int units); in computeCurrentVelocity() method
DNoisyVelocityTracker.java66 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in NoisyVelocityTracker
DKeyguardAffordanceHelper.java436 mVelocityTracker.computeCurrentVelocity(1000);
DPanelView.java332 mVelocityTracker.computeCurrentVelocity(1000); in onTouchEvent()
/frameworks/base/core/java/android/view/
DVelocityTracker.java135 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in VelocityTracker
152 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in VelocityTracker
DGestureDetector.java494 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
604 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp51 void computeCurrentVelocity(int32_t units, float maxVelocity);
80 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) { in computeCurrentVelocity() function in android::VelocityTrackerState
175 state->computeCurrentVelocity(units, maxVelocity); in android_view_VelocityTracker_nativeComputeCurrentVelocity()
/frameworks/support/v4/java/android/support/v4/view/
DGestureDetectorCompat.java263 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
372 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
/frameworks/base/docs/html/training/gestures/
Dmovement.jd130 // computeCurrentVelocity(). Then call getXVelocity()
132 mVelocityTracker.computeCurrentVelocity(1000);
/frameworks/base/core/java/com/android/internal/widget/
DRotarySelector.java547 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
567 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
DSwipeDismissLayout.java297 mVelocityTracker.computeCurrentVelocity(1000);
DPointerLocationView.java576 mVelocity.computeCurrentVelocity(1); in onPointerEvent()
579 mAltVelocity.computeCurrentVelocity(1); in onPointerEvent()
DResolverDrawerLayout.java287 mVelocityTracker.computeCurrentVelocity(1000); in onTouchEvent()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java399 mSwipeTracker.computeCurrentVelocity(1000); in initGestureDetector()
1517 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker
1518 computeCurrentVelocity(units, Float.MAX_VALUE); in computeCurrentVelocity()
1521 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DSwipeHelper.java352 velocityTracker.computeCurrentVelocity(1000 /* px/sec */); in endSwipe()
DTaskStackViewTouchHandler.java276 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java441 mVelocityTracker.computeCurrentVelocity(1000 /* px/sec */, maxVelocity); in onTouchEvent()
DExpandHelper.java374 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentVelocity()
/frameworks/base/core/java/android/widget/
DSlidingDrawer.java436 velocityTracker.computeCurrentVelocity(mVelocityUnits); in onTouchEvent()
DSwitch.java808 mVelocityTracker.computeCurrentVelocity(1000); in stopDrag()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSwitchCompat.java690 mVelocityTracker.computeCurrentVelocity(1000); in stopDrag()
/frameworks/support/v4/java/android/support/v4/widget/
DViewDragHelper.java1386 mVelocityTracker.computeCurrentVelocity(1000, mMaxVelocity); in releaseViewForPointerUp()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DSlidingChallengeLayout.java651 mVelocityTracker.computeCurrentVelocity(1000, mMaxVelocity); in onTouchEvent()

12