Home
last modified time | relevance | path

Searched refs:computeCurrentVelocity (Results 1 – 25 of 40) 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/
DSwipeDismissLayout.java258 mVelocityTracker.computeCurrentVelocity(1000);
DRotarySelector.java547 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
567 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
DPointerLocationView.java576 mVelocity.computeCurrentVelocity(1); in onPointerEvent()
579 mAltVelocity.computeCurrentVelocity(1); in onPointerEvent()
DResolverDrawerLayout.java281 mVelocityTracker.computeCurrentVelocity(1000); in onTouchEvent()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java398 mSwipeTracker.computeCurrentVelocity(1000); in initGestureDetector()
1515 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker
1516 computeCurrentVelocity(units, Float.MAX_VALUE); in computeCurrentVelocity()
1519 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java284 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
DSwipeHelper.java354 velocityTracker.computeCurrentVelocity(1000 /* px/sec */, maxVelocity); in endSwipe()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java438 mVelocityTracker.computeCurrentVelocity(1000 /* px/sec */, maxVelocity); in onTouchEvent()
DExpandHelper.java371 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentVelocity()
/frameworks/base/core/java/android/widget/
DSlidingDrawer.java436 velocityTracker.computeCurrentVelocity(mVelocityUnits); in onTouchEvent()
DSwitch.java802 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.java1385 mVelocityTracker.computeCurrentVelocity(1000, mMaxVelocity); in releaseViewForPointerUp()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DSlidingChallengeLayout.java651 mVelocityTracker.computeCurrentVelocity(1000, mMaxVelocity); in onTouchEvent()

12