/aosp12/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 …]
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_VelocityTracker.cpp | 50 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()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/ |
H A D | MagnetizedObject.kt | 379 velocityTracker.computeCurrentVelocity(1000) 399 velocityTracker.computeCurrentVelocity(1000) 415 velocityTracker.computeCurrentVelocity(1000 /* units */)
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | VelocityTracker.java | 337 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in VelocityTracker 354 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in VelocityTracker
|
H A D | GestureDetector.java | 582 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent() 757 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
H A D | FlingToDeleteHelper.java | 89 mVelocityTracker.computeCurrentVelocity(1000, config.getScaledMaximumFlingVelocity()); in isFlingingToDelete()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | RelativeTouchListener.kt | 137 velocityTracker.computeCurrentVelocity(1000 /* units */)
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | TriggerSwipeUpTouchTracker.java | 135 mVelocityTracker.computeCurrentVelocity(PX_PER_MS); in onGestureEnd()
|
H A D | MotionPauseDetector.java | 228 mVelocityTracker.computeCurrentVelocity(1); // px / ms
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | HeadsUpNotificationOnTouchListener.java | 94 mVelocityTracker.computeCurrentVelocity(VELOCITY_UNITS); in onTouch()
|
H A D | CarNotificationItemTouchListener.java | 338 mVelocityTracker.computeCurrentVelocity( in onTouchEvent()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
H A D | AccessibilityInputConsumer.java | 132 mVelocityTracker.computeCurrentVelocity(1000); in onMotionEvent()
|
H A D | DeviceLockedInputConsumer.java | 186 mVelocityTracker.computeCurrentVelocity(PX_PER_MS); in finishTouchTracking()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
H A D | EdgeBackGesturePanel.java | 448 mVelocityTracker.computeCurrentVelocity(1000); in triggerBack() 574 mVelocityTracker.computeCurrentVelocity(1000); in handleMoveEvent()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
H A D | DistanceClassifier.java | 132 velocityTracker.computeCurrentVelocity(1); in calculateDistances()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
H A D | BaseSwipeDetector.java | 276 mVelocityTracker.computeCurrentVelocity(1000, mMaxVelocity); in reportDragEnd()
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | KeyboardView.java | 415 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
|
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/ |
H A D | KeyboardView.java | 470 mSwipeTracker.computeCurrentVelocity(1000); in initGestureDetector() 1562 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker 1563 computeCurrentVelocity(units, Float.MAX_VALUE); in computeCurrentVelocity() 1566 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipTouchState.java | 186 mVelocityTracker.computeCurrentVelocity(1000, in onTouchEvent()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
H A D | NavigationBarEdgePanel.java | 625 mVelocityTracker.computeCurrentVelocity(1000); in triggerBack() 762 mVelocityTracker.computeCurrentVelocity(1000); in handleMoveEvent()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
H A D | DividerView.java | 236 mVelocityTracker.computeCurrentVelocity(1000 /* units */); in onTouch()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
H A D | ConversationListSwipeHelper.java | 190 mVelocityTracker.computeCurrentVelocity(UNIT_SECONDS, maxVelocity); in onTouchEvent()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | PulseExpansionHandler.kt | 211 velocityTracker!!.computeCurrentVelocity(1000 /* units */)
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/ |
H A D | FlingUpDownTouchHandler.java | 301 velocityTracker.computeCurrentVelocity(1000); in endMotionEvent()
|
/aosp12/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()
|