/frameworks/base/core/tests/coretests/src/android/view/ |
VelocityTest.java | 46 * the previous values after a call to computeCurrentVelocity() 53 vt.computeCurrentVelocity(1); 57 vt.computeCurrentVelocity(1); 68 vt.computeCurrentVelocity(1000); 79 vt.computeCurrentVelocity(1000); 91 vt.computeCurrentVelocity(1000); 103 vt.computeCurrentVelocity(1000); 119 vt.computeCurrentVelocity(1000); 134 vt.computeCurrentVelocity(1); 139 vt.computeCurrentVelocity(1) [all...] |
/frameworks/base/core/java/android/view/ |
VelocityTracker.java | 28 * {@link #computeCurrentVelocity(int)} and then call {@link #getXVelocity(int)} 130 * Equivalent to invoking {@link #computeCurrentVelocity(int, float)} with a maximum 133 * @see #computeCurrentVelocity(int, float) 135 public void computeCurrentVelocity(int units) { 152 public void computeCurrentVelocity(int units, float maxVelocity) { 158 * {@link #computeCurrentVelocity(int)} before calling this function. 168 * {@link #computeCurrentVelocity(int)} before calling this function. 178 * {@link #computeCurrentVelocity(int)} before calling this function. 189 * {@link #computeCurrentVelocity(int)} before calling this function. 202 * It is not necessary to call {@link #computeCurrentVelocity(int)} before callin [all...] |
GestureDetector.java | 494 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); 604 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
|
/cts/tests/tests/view/src/android/view/cts/ |
VelocityTrackerTest.java | 168 mVelocityTracker.computeCurrentVelocity(1); 181 mVelocityTracker.computeCurrentVelocity(1);
|
/frameworks/base/core/jni/ |
android_view_VelocityTracker.cpp | 51 void computeCurrentVelocity(int32_t units, float maxVelocity); 80 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) { 175 state->computeCurrentVelocity(units, maxVelocity);
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
MonthListView.java | 117 mTracker.computeCurrentVelocity(1000); // in pixels per second
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/third_party/ |
GestureDetector.java | 515 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); 625 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
|
/frameworks/support/v4/java/android/support/v4/view/ |
GestureDetectorCompat.java | 263 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); 372 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
|
/frameworks/base/core/java/com/android/internal/widget/ |
RotarySelector.java | 540 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); 560 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
|
PointerLocationView.java | 573 mVelocity.computeCurrentVelocity(1); 576 mAltVelocity.computeCurrentVelocity(1); [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PanelView.java | 113 public void computeCurrentVelocity(long timebase) { 159 Log.v("FlingTracker", "computeCurrentVelocity warning: totalweight=0", 459 mVelocityTracker.computeCurrentVelocity(1000);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
KeyboardView.java | 392 mSwipeTracker.computeCurrentVelocity(1000); [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
KeyboardView.java | 395 mSwipeTracker.computeCurrentVelocity(1000); [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
SwipeHelper.java | 369 mVelocityTracker.computeCurrentVelocity(1000 /* px/sec */, maxVelocity);
|
/packages/apps/Camera/src/com/android/camera/ui/ |
Switch.java | 310 mVelocityTracker.computeCurrentVelocity(1000);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
Switch.java | 301 mVelocityTracker.computeCurrentVelocity(1000);
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
SwipeHelper.java | 399 mVelocityTracker.computeCurrentVelocity(1000 /* px/sec */, maxVelocity);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
SwipeHelper.java | 404 mVelocityTracker.computeCurrentVelocity(1000 /* px/sec */, maxVelocity);
|
/frameworks/base/core/java/android/widget/ |
SlidingDrawer.java | 415 velocityTracker.computeCurrentVelocity(mVelocityUnits); [all...] |
Switch.java | 628 mVelocityTracker.computeCurrentVelocity(1000);
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
GalleryThumbnailView.java | 365 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragController.java | 627 mVelocityTracker.computeCurrentVelocity(1000, config.getScaledMaximumFlingVelocity());
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DragController.java | 624 mVelocityTracker.computeCurrentVelocity(1000, config.getScaledMaximumFlingVelocity());
|
/packages/apps/Browser/src/com/android/browser/view/ |
ScrollerView.java | 700 vtracker.computeCurrentVelocity(1000, mMaximumVelocity); 715 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
SlidingChallengeLayout.java | 651 mVelocityTracker.computeCurrentVelocity(1000, mMaxVelocity); [all...] |