/frameworks/base/core/tests/coretests/src/android/view/ |
D | VelocityTest.java | 55 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/ |
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()
|
/frameworks/base/core/java/android/view/ |
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
|
D | GestureDetector.java | 582 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/ |
D | MagnetizedObject.kt | 372 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/ |
D | RelativeTouchListener.kt | 137 velocityTracker.computeCurrentVelocity(1000 /* units */) in onDown()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
D | DividerView.java | 138 mVelocityTracker.computeCurrentVelocity(1000 /* units */); in onTouch()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | DistanceClassifier.java | 132 velocityTracker.computeCurrentVelocity(1); in calculateDistances()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipTouchState.java | 186 mVelocityTracker.computeCurrentVelocity(1000, in onTouchEvent()
|
/frameworks/base/core/java/android/inputmethodservice/ |
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
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | PulseExpansionHandler.kt | 206 velocityTracker!!.computeCurrentVelocity(1000 /* units */) in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | NavigationBarEdgePanel.java | 622 mVelocityTracker.computeCurrentVelocity(1000); in triggerBack() 759 mVelocityTracker.computeCurrentVelocity(1000); in handleMoveEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelViewController.java | 373 mVelocityTracker.computeCurrentVelocity(1000); in endMotionEvent() 425 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentExpandVelocity()
|
D | KeyguardAffordanceHelper.java | 484 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentVelocity()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 619 mVelocity.computeCurrentVelocity(1); in onPointerEvent() 622 mAltVelocity.computeCurrentVelocity(1); in onPointerEvent()
|
D | ResolverDrawerLayout.java | 451 mVelocityTracker.computeCurrentVelocity(1000); in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 389 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentVelocity()
|
D | SwipeHelper.java | 657 mVelocityTracker.computeCurrentVelocity(1000 /* px/sec */, getMaxVelocity()); in onTouchEvent()
|
/frameworks/base/core/java/android/widget/ |
D | SlidingDrawer.java | 438 velocityTracker.computeCurrentVelocity(mVelocityUnits); in onTouchEvent()
|
D | Switch.java | 1183 mVelocityTracker.computeCurrentVelocity(1000); in stopDrag()
|
D | HorizontalScrollView.java | 789 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
|
D | StackView.java | 820 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
|
/frameworks/base/core/java/com/android/internal/widget/helper/ |
D | ItemTouchHelper.java | 1201 mVelocityTracker.computeCurrentVelocity(PIXELS_PER_SECOND, in checkHorizontalSwipe() 1228 mVelocityTracker.computeCurrentVelocity(PIXELS_PER_SECOND, in checkVerticalSwipe()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsController.java | 443 mVelocityTracker.computeCurrentVelocity(1000); in onTouch()
|
/frameworks/ex/widget/java/com/android/ex/widget/ |
D | StaggeredGridView.java | 364 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
|