Home
last modified time | relevance | path

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

123

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java55 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 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()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/
H A DMagnetizedObject.kt379 velocityTracker.computeCurrentVelocity(1000)
399 velocityTracker.computeCurrentVelocity(1000)
415 velocityTracker.computeCurrentVelocity(1000 /* units */)
/aosp12/frameworks/base/core/java/android/view/
H A 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
H A DGestureDetector.java582 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
757 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DFlingToDeleteHelper.java89 mVelocityTracker.computeCurrentVelocity(1000, config.getScaledMaximumFlingVelocity()); in isFlingingToDelete()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DRelativeTouchListener.kt137 velocityTracker.computeCurrentVelocity(1000 /* units */)
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DTriggerSwipeUpTouchTracker.java135 mVelocityTracker.computeCurrentVelocity(PX_PER_MS); in onGestureEnd()
H A DMotionPauseDetector.java228 mVelocityTracker.computeCurrentVelocity(1); // px / ms
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DHeadsUpNotificationOnTouchListener.java94 mVelocityTracker.computeCurrentVelocity(VELOCITY_UNITS); in onTouch()
H A DCarNotificationItemTouchListener.java338 mVelocityTracker.computeCurrentVelocity( in onTouchEvent()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DAccessibilityInputConsumer.java132 mVelocityTracker.computeCurrentVelocity(1000); in onMotionEvent()
H A DDeviceLockedInputConsumer.java186 mVelocityTracker.computeCurrentVelocity(PX_PER_MS); in finishTouchTracking()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DEdgeBackGesturePanel.java448 mVelocityTracker.computeCurrentVelocity(1000); in triggerBack()
574 mVelocityTracker.computeCurrentVelocity(1000); in handleMoveEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DDistanceClassifier.java132 velocityTracker.computeCurrentVelocity(1); in calculateDistances()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DBaseSwipeDetector.java276 mVelocityTracker.computeCurrentVelocity(1000, mMaxVelocity); in reportDragEnd()
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A 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
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java470 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 DPipTouchState.java186 mVelocityTracker.computeCurrentVelocity(1000, in onTouchEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationBarEdgePanel.java625 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 DDividerView.java236 mVelocityTracker.computeCurrentVelocity(1000 /* units */); in onTouch()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListSwipeHelper.java190 mVelocityTracker.computeCurrentVelocity(UNIT_SECONDS, maxVelocity); in onTouchEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DPulseExpansionHandler.kt211 velocityTracker!!.computeCurrentVelocity(1000 /* units */)
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DFlingUpDownTouchHandler.java301 velocityTracker.computeCurrentVelocity(1000); in endMotionEvent()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java632 mVelocity.computeCurrentVelocity(1); in onPointerEvent()
635 mAltVelocity.computeCurrentVelocity(1); in onPointerEvent()

123