Searched refs:getYVelocity (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthListView.java118 float vel = mTracker.getYVelocity ();
/packages/apps/Dialer/src/com/android/dialer/list/
H A DSwipeHelper.java134 vt.getYVelocity();
151 return mSwipeDirection == X ? vt.getYVelocity() :
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSwipeHelper.java112 vt.getYVelocity();
129 return mSwipeDirection == X ? vt.getYVelocity() :
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragController.java629 if (mVelocityTracker.getYVelocity() < mFlingToDeleteThresholdVelocity) {
632 mVelocityTracker.getYVelocity());
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragController.java630 if (mVelocityTracker.getYVelocity() < mFlingToDeleteThresholdVelocity) {
633 mVelocityTracker.getYVelocity());
H A DPagedView.java2512 if (mVelocityTracker.getYVelocity() < mFlingToDeleteThresholdVelocity) {
2515 mVelocityTracker.getYVelocity());
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java702 vtracker.getYVelocity(mActivePointerId))
703 && mMinimumVelocity < Math.abs((mHorizontal ? vtracker.getYVelocity()
705 onOrthoFling(mDownView, mHorizontal ? vtracker.getYVelocity()
718 : (int) velocityTracker.getYVelocity(mActivePointerId);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java394 final float endingVelocityY = mSwipeTracker.getYVelocity();
1506 public float getYVelocity() { method in class:KeyboardView.SwipeTracker
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java993 final float velocity = VelocityTrackerCompat.getYVelocity(mVelocityTracker,

Completed in 274 milliseconds