/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | VelocityTest.java | 55 vt.computeCurrentVelocity(1); in testClear() 59 vt.computeCurrentVelocity(1); in testClear() 140 vt.computeCurrentVelocity(1); in testStabilityInNbPoints() 145 vt.computeCurrentVelocity(1); in testStabilityInNbPoints() 162 vt.computeCurrentVelocity(1); in testStabilityInTime() 167 vt.computeCurrentVelocity(1); in testStabilityInTime() 184 vt.computeCurrentVelocity(1); in testStabilityInSpace() 189 vt.computeCurrentVelocity(1); in testStabilityInSpace() 206 vt.computeCurrentVelocity(1); in testStabilityOfComputation() 209 vt.computeCurrentVelocity(1); in testStabilityOfComputation() [all …]
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_VelocityTracker.cpp | 44 void computeCurrentVelocity(int32_t units, float maxVelocity); 63 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) { in computeCurrentVelocity() function in android::VelocityTrackerState 116 state->computeCurrentVelocity(units, maxVelocity); in android_view_VelocityTracker_nativeComputeCurrentVelocity()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | VelocityTracker.java | 363 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in VelocityTracker 382 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in VelocityTracker
|
H A D | GestureDetector.java | 588 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent() 763 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/ |
H A D | MagnetizedObject.kt | 374 velocityTracker.computeCurrentVelocity(1000) 394 velocityTracker.computeCurrentVelocity(1000) 410 velocityTracker.computeCurrentVelocity(1000 /* units */)
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubblesNavBarMotionEventHandler.java | 101 getVelocityTracker().computeCurrentVelocity(VELOCITY_UNITS); in onMotionEvent()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/ |
H A D | RelativeTouchListener.kt | 135 velocityTracker.computeCurrentVelocity(1000 /* units */)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | MenuListViewTouchHandler.java | 104 mVelocityTracker.computeCurrentVelocity(VELOCITY_UNIT_SECONDS); in onInterceptTouchEvent()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
H A D | DistanceClassifier.java | 134 velocityTracker.computeCurrentVelocity(1); in calculateDistances()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipTouchState.java | 206 mVelocityTracker.computeCurrentVelocity(1000, in onTouchEvent()
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | KeyboardView.java | 417 mSwipeTracker.computeCurrentVelocity(1000); in initGestureDetector() 1525 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker 1526 computeCurrentVelocity(units, Float.MAX_VALUE); in computeCurrentVelocity() 1529 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/ |
H A D | BouncerSwipeTouchHandler.java | 300 mVelocityTracker.computeCurrentVelocity(1000); in onMotionEvent()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | PulseExpansionHandler.kt | 220 velocityTracker!!.computeCurrentVelocity(1000 /* units */)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
H A D | NavigationBarEdgePanel.java | 645 mVelocityTracker.computeCurrentVelocity(1000); in triggerBack() 782 mVelocityTracker.computeCurrentVelocity(1000); in handleMoveEvent()
|
H A D | BackPanelController.kt | 680 computeCurrentVelocity(PX_PER_SEC) 1034 computeCurrentVelocity(PX_PER_MS)
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
H A D | DividerView.java | 330 mVelocityTracker.computeCurrentVelocity(1000 /* units */); in onTouch()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | PointerLocationView.java | 632 mVelocity.computeCurrentVelocity(1); in onPointerEvent() 635 mAltVelocity.computeCurrentVelocity(1); in onPointerEvent()
|
H A D | ResolverDrawerLayout.java | 477 mVelocityTracker.computeCurrentVelocity(1000); in onTouchEvent()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | ExpandHelper.java | 409 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentVelocity()
|
H A D | SwipeHelper.java | 719 mVelocityTracker.computeCurrentVelocity(1000 /* px/sec */, getMaxVelocity()); in onTouchEvent()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | SlidingDrawer.java | 438 velocityTracker.computeCurrentVelocity(mVelocityUnits); in onTouchEvent()
|
H A D | Switch.java | 1193 mVelocityTracker.computeCurrentVelocity(1000); in stopDrag()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/helper/ |
H A D | ItemTouchHelper.java | 1201 mVelocityTracker.computeCurrentVelocity(PIXELS_PER_SECOND, in checkHorizontalSwipe() 1228 mVelocityTracker.computeCurrentVelocity(PIXELS_PER_SECOND, in checkVerticalSwipe()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | LockIconViewController.java | 644 mVelocityTracker.computeCurrentVelocity(1000); in onTouchEvent()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsController.java | 739 mVelocityTracker.computeCurrentVelocity(1000); in oldOnTouch()
|