Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java55 vt.computeCurrentVelocity(1); in testClear()
59 vt.computeCurrentVelocity(1); in testClear()
70 vt.computeCurrentVelocity(1000); in testDragAcceleration()
81 vt.computeCurrentVelocity(1000); in testDragDeceleration()
94 vt.computeCurrentVelocity(1000); in testDragLinearHorizontal()
107 vt.computeCurrentVelocity(1000); in testDragLinearVertical()
124 vt.computeCurrentVelocity(1000); in testDragWith2Points()
140 vt.computeCurrentVelocity(1); in testStabilityInNbPoints()
145 vt.computeCurrentVelocity(1); in testStabilityInNbPoints()
162 vt.computeCurrentVelocity(1); in testStabilityInTime()
[all …]
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp50 void computeCurrentVelocity(int32_t units, float maxVelocity);
78 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) { in computeCurrentVelocity() function in android::VelocityTrackerState
177 state->computeCurrentVelocity(units, maxVelocity); in android_view_VelocityTracker_nativeComputeCurrentVelocity()
/frameworks/base/core/java/android/view/
DVelocityTracker.java337 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in VelocityTracker
354 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in VelocityTracker
DGestureDetector.java582 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
757 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/
DMagnetizedObject.kt372 velocityTracker.computeCurrentVelocity(1000) in <lambda>()
392 velocityTracker.computeCurrentVelocity(1000) in <lambda>()
408 velocityTracker.computeCurrentVelocity(1000 /* units */) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DRelativeTouchListener.kt137 velocityTracker.computeCurrentVelocity(1000 /* units */) in onDown()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DDividerView.java138 mVelocityTracker.computeCurrentVelocity(1000 /* units */); in onTouch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DDistanceClassifier.java132 velocityTracker.computeCurrentVelocity(1); in calculateDistances()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipTouchState.java186 mVelocityTracker.computeCurrentVelocity(1000, in onTouchEvent()
/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.kt206 velocityTracker!!.computeCurrentVelocity(1000 /* units */) in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DNavigationBarEdgePanel.java622 mVelocityTracker.computeCurrentVelocity(1000); in triggerBack()
759 mVelocityTracker.computeCurrentVelocity(1000); in handleMoveEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelViewController.java373 mVelocityTracker.computeCurrentVelocity(1000); in endMotionEvent()
425 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentExpandVelocity()
DKeyguardAffordanceHelper.java484 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentVelocity()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java619 mVelocity.computeCurrentVelocity(1); in onPointerEvent()
622 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.java657 mVelocityTracker.computeCurrentVelocity(1000 /* px/sec */, getMaxVelocity()); in onTouchEvent()
/frameworks/base/core/java/android/widget/
DSlidingDrawer.java438 velocityTracker.computeCurrentVelocity(mVelocityUnits); in onTouchEvent()
DSwitch.java1183 mVelocityTracker.computeCurrentVelocity(1000); in stopDrag()
DHorizontalScrollView.java789 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
DStackView.java820 mVelocityTracker.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/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java443 mVelocityTracker.computeCurrentVelocity(1000); in onTouch()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java364 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()

12