Home
last modified time | relevance | path

Searched refs:computeCurrentVelocity (Results 1 – 25 of 41) 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.java336 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in VelocityTracker
353 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in VelocityTracker
DGestureDetector.java586 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
761 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/
DMagnetizedObject.kt374 velocityTracker.computeCurrentVelocity(1000) in <lambda>()
394 velocityTracker.computeCurrentVelocity(1000) in <lambda>()
410 velocityTracker.computeCurrentVelocity(1000 /* units */) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DRelativeTouchListener.kt135 velocityTracker.computeCurrentVelocity(1000 /* units */) in onDown()
DBubblesNavBarMotionEventHandler.java100 getVelocityTracker().computeCurrentVelocity(VELOCITY_UNITS); in onMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DDistanceClassifier.java134 velocityTracker.computeCurrentVelocity(1); in calculateDistances()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipTouchState.java189 mVelocityTracker.computeCurrentVelocity(1000, in onTouchEvent()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java417 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
DBouncerSwipeTouchHandler.java287 mVelocityTracker.computeCurrentVelocity(1000); in onMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt225 velocityTracker!!.computeCurrentVelocity(1000 /* units */) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DNavigationBarEdgePanel.java645 mVelocityTracker.computeCurrentVelocity(1000); in triggerBack()
782 mVelocityTracker.computeCurrentVelocity(1000); in handleMoveEvent()
DBackPanelController.kt603 computeCurrentVelocity(PX_PER_SEC) in <lambda>()
916 computeCurrentVelocity(PX_PER_MS) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DDividerView.java319 mVelocityTracker.computeCurrentVelocity(1000 /* units */); in onTouch()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java649 mVelocity.computeCurrentVelocity(1); in onPointerEvent()
652 mAltVelocity.computeCurrentVelocity(1); in onPointerEvent()
DResolverDrawerLayout.java472 mVelocityTracker.computeCurrentVelocity(1000); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java407 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentVelocity()
DSwipeHelper.java718 mVelocityTracker.computeCurrentVelocity(1000 /* px/sec */, getMaxVelocity()); in onTouchEvent()
/frameworks/base/core/java/android/widget/
DSlidingDrawer.java438 velocityTracker.computeCurrentVelocity(mVelocityUnits); in onTouchEvent()
DSwitch.java1193 mVelocityTracker.computeCurrentVelocity(1000); in stopDrag()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLockIconViewController.java654 mVelocityTracker.computeCurrentVelocity(1000); in onTouchEvent()
/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.java614 mVelocityTracker.computeCurrentVelocity(1000); in oldOnTouch()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java364 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()

12