Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java53 vt.computeCurrentVelocity(1); in testClear()
57 vt.computeCurrentVelocity(1); in testClear()
68 vt.computeCurrentVelocity(1000); in testDragAcceleration()
79 vt.computeCurrentVelocity(1000); in testDragDeceleration()
92 vt.computeCurrentVelocity(1000); in testDragLinearHorizontal()
105 vt.computeCurrentVelocity(1000); in testDragLinearVertical()
122 vt.computeCurrentVelocity(1000); in testDragWith2Points()
138 vt.computeCurrentVelocity(1); in testStabilityInNbPoints()
143 vt.computeCurrentVelocity(1); in testStabilityInNbPoints()
160 vt.computeCurrentVelocity(1); in testStabilityInTime()
[all …]
/frameworks/base/core/java/android/view/
DVelocityTracker.java137 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in VelocityTracker
154 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in VelocityTracker
DGestureDetector.java592 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
767 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp52 void computeCurrentVelocity(int32_t units, float maxVelocity);
81 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) { in computeCurrentVelocity() function in android::VelocityTrackerState
176 state->computeCurrentVelocity(units, maxVelocity); in android_view_VelocityTracker_nativeComputeCurrentVelocity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DRelativeTouchListener.kt137 velocityTracker.computeCurrentVelocity(1000 /* units */) in onDown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/
DDistanceClassifier.java126 velocityTracker.computeCurrentVelocity(1); in calculateDistances()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchState.java181 mVelocityTracker.computeCurrentVelocity(1000, in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarEdgePanel.java597 mVelocityTracker.computeCurrentVelocity(1000); in triggerBack()
721 mVelocityTracker.computeCurrentVelocity(1000); in handleMoveEvent()
DPanelViewController.java369 mVelocityTracker.computeCurrentVelocity(1000); in endMotionEvent()
428 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentExpandVelocity()
DKeyguardAffordanceHelper.java481 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentVelocity()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java415 mSwipeTracker.computeCurrentVelocity(1000); in initGestureDetector()
1523 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker
1524 computeCurrentVelocity(units, Float.MAX_VALUE); in computeCurrentVelocity()
1527 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt195 velocityTracker!!.computeCurrentVelocity(1000 /* units */) in <lambda>()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java616 mVelocity.computeCurrentVelocity(1); in onPointerEvent()
619 mAltVelocity.computeCurrentVelocity(1); in onPointerEvent()
DResolverDrawerLayout.java451 mVelocityTracker.computeCurrentVelocity(1000); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java389 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentVelocity()
DSwipeHelper.java648 mVelocityTracker.computeCurrentVelocity(1000 /* px/sec */, getMaxVelocity()); in onTouchEvent()
/frameworks/base/core/java/android/widget/
DSlidingDrawer.java438 velocityTracker.computeCurrentVelocity(mVelocityUnits); in onTouchEvent()
DSwitch.java1118 mVelocityTracker.computeCurrentVelocity(1000); in stopDrag()
DHorizontalScrollView.java763 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
DStackView.java820 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
DScrollView.java835 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
DAbsListView.java4130 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchUp()
4180 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchUp()
4651 vt.computeCurrentVelocity(1000, mMaximumVelocity);
/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java1201 mVelocityTracker.computeCurrentVelocity(PIXELS_PER_SECOND, in checkHorizontalSwipe()
1228 mVelocityTracker.computeCurrentVelocity(PIXELS_PER_SECOND, in checkVerticalSwipe()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java364 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java527 mVelocityTracker.computeCurrentVelocity(1000); in onTouch()

12