/frameworks/base/core/tests/coretests/src/android/view/ |
D | VelocityTest.java | 52 vt.computeCurrentVelocity(1); in testClear() 56 vt.computeCurrentVelocity(1); in testClear() 67 vt.computeCurrentVelocity(1000); in testDragAcceleration() 78 vt.computeCurrentVelocity(1000); in testDragDeceleration() 91 vt.computeCurrentVelocity(1000); in testDragLinearHorizontal() 104 vt.computeCurrentVelocity(1000); in testDragLinearVertical() 121 vt.computeCurrentVelocity(1000); in testDragWith2Points() 137 vt.computeCurrentVelocity(1); in testStabilityInNbPoints() 142 vt.computeCurrentVelocity(1); in testStabilityInNbPoints() 159 vt.computeCurrentVelocity(1); in testStabilityInTime() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PlatformVelocityTracker.java | 53 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in PlatformVelocityTracker 54 mTracker.computeCurrentVelocity(units); in computeCurrentVelocity()
|
D | VelocityTrackerInterface.java | 27 public void computeCurrentVelocity(int units); in computeCurrentVelocity() method
|
D | NoisyVelocityTracker.java | 66 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in NoisyVelocityTracker
|
D | NavigationBarGestureHelper.java | 249 mVelocityTracker.computeCurrentVelocity(1000); in handleDragActionUpEvent()
|
D | PanelView.java | 453 mVelocityTracker.computeCurrentVelocity(1000); in endMotionEvent() 504 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentExpandVelocity()
|
D | KeyguardAffordanceHelper.java | 487 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentVelocity()
|
/frameworks/base/core/java/android/view/ |
D | VelocityTracker.java | 135 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in VelocityTracker 152 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in VelocityTracker
|
D | GestureDetector.java | 536 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent() 649 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
|
/frameworks/base/core/jni/ |
D | android_view_VelocityTracker.cpp | 52 void computeCurrentVelocity(int32_t units, float maxVelocity); 81 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) { in computeCurrentVelocity() function in android::VelocityTrackerState 176 state->computeCurrentVelocity(units, maxVelocity); in android_view_VelocityTracker_nativeComputeCurrentVelocity()
|
/frameworks/support/compat/java/android/support/v4/view/ |
D | GestureDetectorCompat.java | 267 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent() 378 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
|
/frameworks/support/wear/src/android/support/wear/widget/ |
D | ScrollManager.java | 158 mVelocityTracker.computeCurrentVelocity(ONE_SEC_IN_MS, in onTouchEvent()
|
D | SwipeDismissLayout.java | 403 mVelocityTracker.computeCurrentVelocity(1000); in updateDismiss()
|
/frameworks/support/samples/SupportAnimationDemos/src/com/example/android/support/animation/ |
D | SpringActivity.java | 90 vt.computeCurrentVelocity(1000); in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipTouchState.java | 177 mVelocityTracker.computeCurrentVelocity(1000, in onTouchEvent()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | HeaderBehavior.java | 168 mVelocityTracker.computeCurrentVelocity(1000); in onTouchEvent()
|
D | BottomSheetBehavior.java | 618 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in getYVelocity()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 407 mSwipeTracker.computeCurrentVelocity(1000); in initGestureDetector() 1510 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker 1511 computeCurrentVelocity(units, Float.MAX_VALUE); in computeCurrentVelocity() 1514 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SwipeDismissLayout.java | 349 mVelocityTracker.computeCurrentVelocity(1000);
|
D | PointerLocationView.java | 577 mVelocity.computeCurrentVelocity(1); in onPointerEvent() 580 mAltVelocity.computeCurrentVelocity(1); in onPointerEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 379 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentVelocity()
|
D | SwipeHelper.java | 627 mVelocityTracker.computeCurrentVelocity(1000 /* px/sec */, getMaxVelocity()); in onTouchEvent()
|
/frameworks/base/core/java/android/widget/ |
D | SlidingDrawer.java | 431 velocityTracker.computeCurrentVelocity(mVelocityUnits); in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackViewTouchHandler.java | 332 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in handleTouchEvent()
|
/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()
|