Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java52 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/
DPlatformVelocityTracker.java53 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in PlatformVelocityTracker
54 mTracker.computeCurrentVelocity(units); in computeCurrentVelocity()
DVelocityTrackerInterface.java27 public void computeCurrentVelocity(int units); in computeCurrentVelocity() method
DNoisyVelocityTracker.java66 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in NoisyVelocityTracker
DNavigationBarGestureHelper.java249 mVelocityTracker.computeCurrentVelocity(1000); in handleDragActionUpEvent()
DPanelView.java453 mVelocityTracker.computeCurrentVelocity(1000); in endMotionEvent()
504 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentExpandVelocity()
DKeyguardAffordanceHelper.java487 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentVelocity()
/frameworks/base/core/java/android/view/
DVelocityTracker.java135 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in VelocityTracker
152 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in VelocityTracker
DGestureDetector.java536 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
649 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp52 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/
DGestureDetectorCompat.java267 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
378 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
/frameworks/support/wear/src/android/support/wear/widget/
DScrollManager.java158 mVelocityTracker.computeCurrentVelocity(ONE_SEC_IN_MS, in onTouchEvent()
DSwipeDismissLayout.java403 mVelocityTracker.computeCurrentVelocity(1000); in updateDismiss()
/frameworks/support/samples/SupportAnimationDemos/src/com/example/android/support/animation/
DSpringActivity.java90 vt.computeCurrentVelocity(1000); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchState.java177 mVelocityTracker.computeCurrentVelocity(1000, in onTouchEvent()
/frameworks/support/design/src/android/support/design/widget/
DHeaderBehavior.java168 mVelocityTracker.computeCurrentVelocity(1000); in onTouchEvent()
DBottomSheetBehavior.java618 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in getYVelocity()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java407 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/
DSwipeDismissLayout.java349 mVelocityTracker.computeCurrentVelocity(1000);
DPointerLocationView.java577 mVelocity.computeCurrentVelocity(1); in onPointerEvent()
580 mAltVelocity.computeCurrentVelocity(1); in onPointerEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java379 mVelocityTracker.computeCurrentVelocity(1000); in getCurrentVelocity()
DSwipeHelper.java627 mVelocityTracker.computeCurrentVelocity(1000 /* px/sec */, getMaxVelocity()); in onTouchEvent()
/frameworks/base/core/java/android/widget/
DSlidingDrawer.java431 velocityTracker.computeCurrentVelocity(mVelocityUnits); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java332 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in handleTouchEvent()
/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()

12