/frameworks/support/v4/java/android/support/v4/view/ |
VelocityTrackerCompat.java | 31 public float getYVelocity(VelocityTracker tracker, int pointerId); 43 public float getYVelocity(VelocityTracker tracker, int pointerId) { 44 return tracker.getYVelocity(); 57 public float getYVelocity(VelocityTracker tracker, int pointerId) { 58 return VelocityTrackerCompatHoneycomb.getYVelocity(tracker, pointerId); 86 * Call {@link VelocityTracker#getYVelocity(int)}. 88 * returns {@link VelocityTracker#getYVelocity()}. 90 public static float getYVelocity(VelocityTracker tracker, int pointerId) { 91 return IMPL.getYVelocity(tracker, pointerId);
|
GestureDetectorCompat.java | 267 final float y1 = VelocityTrackerCompat.getYVelocity(mVelocityTracker, id1); 273 final float y = y1 * VelocityTrackerCompat.getYVelocity(mVelocityTracker, id2); 373 final float velocityY = VelocityTrackerCompat.getYVelocity(
|
/frameworks/support/v4/honeycomb/android/support/v4/view/ |
VelocityTrackerCompatHoneycomb.java | 28 public static float getYVelocity(VelocityTracker tracker, int pointerId) { 29 return tracker.getYVelocity(pointerId);
|
/frameworks/base/core/tests/coretests/src/android/view/ |
VelocityTest.java | 55 assertFalse("Velocity should not be null", vt.getYVelocity() == 0.0f); 59 assertEquals(0.0f, vt.getYVelocity()); 70 assertGreater(250.0f, vt.getYVelocity()); 81 assertLower(250.0f, vt.getYVelocity()); 92 assertEquals(0.0f, vt.getYVelocity()); 105 assertEqualFuzzy(250.0f, vt.getYVelocity(), 4f); 121 assertEquals(1000.0f, vt.getYVelocity()); 136 float firstY = vt.getYVelocity(); 141 float secondY = vt.getYVelocity(); 158 float firstY = vt.getYVelocity(); [all...] |
/frameworks/base/core/java/android/view/ |
VelocityTracker.java | 29 * and {@link #getYVelocity(int)} to retrieve the velocity for each pointer id. 144 * {@link #getYVelocity()}. 172 public float getYVelocity() { 194 public float getYVelocity(int id) {
|
GestureDetector.java | 498 final float y1 = mVelocityTracker.getYVelocity(id1); 504 final float y = y1 * mVelocityTracker.getYVelocity(id2); 605 final float velocityY = velocityTracker.getYVelocity(pointerId);
|
/cts/tests/tests/view/src/android/view/cts/ |
VelocityTrackerTest.java | 170 final float estimatedVy = mVelocityTracker.getYVelocity(); 183 final float estimatedVy = mVelocityTracker.getYVelocity();
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/third_party/ |
GestureDetector.java | 514 final float y1 = mVelocityTracker.getYVelocity(id1); 520 final float y = y1 * mVelocityTracker.getYVelocity(id2); 617 final float velocityY = velocityTracker.getYVelocity(pointerId);
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
MonthListView.java | 118 float vel = mTracker.getYVelocity ();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
SwipeHelper.java | 112 vt.getYVelocity(); 122 return mSwipeDirection == X ? vt.getYVelocity() :
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
SwipeHelper.java | 134 vt.getYVelocity(); 151 return mSwipeDirection == X ? vt.getYVelocity() :
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
SwipeHelper.java | 112 vt.getYVelocity(); 129 return mSwipeDirection == X ? vt.getYVelocity() :
|
/frameworks/base/core/java/com/android/internal/widget/ |
RotarySelector.java | 543 -(int) velocityTracker.getYVelocity(); 563 - (int) velocityTracker.getYVelocity();
|
PointerLocationView.java | 605 ps.mYVelocity = mVelocity.getYVelocity(id); 609 ps.mAltYVelocity = mAltVelocity.getYVelocity(id); [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PanelView.java | 179 public float getYVelocity() { 461 yVel = mVelocityTracker.getYVelocity();
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragController.java | 629 if (mVelocityTracker.getYVelocity() < mFlingToDeleteThresholdVelocity) { 632 mVelocityTracker.getYVelocity());
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DragController.java | 630 if (mVelocityTracker.getYVelocity() < mFlingToDeleteThresholdVelocity) { 633 mVelocityTracker.getYVelocity());
|
/packages/apps/Browser/src/com/android/browser/view/ |
ScrollerView.java | 702 vtracker.getYVelocity(mActivePointerId)) 703 && mMinimumVelocity < Math.abs((mHorizontal ? vtracker.getYVelocity() 705 onOrthoFling(mDownView, mHorizontal ? vtracker.getYVelocity() 718 : (int) velocityTracker.getYVelocity(mActivePointerId); [all...] |
/frameworks/support/v4/java/android/support/v4/widget/ |
ViewDragHelper.java | 564 (int) VelocityTrackerCompat.getYVelocity(mVelocityTracker, mActivePointerId)); 697 (int) VelocityTrackerCompat.getYVelocity(mVelocityTracker, mActivePointerId), [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
navier-stokes.js | 334 this.getYVelocity = function(x, y) {
|
/external/chromium_org/v8/benchmarks/ |
navier-stokes.js | 316 this.getYVelocity = function(x, y) {
|
/external/v8/benchmarks/ |
navier-stokes.js | 316 this.getYVelocity = function(x, y) {
|
/frameworks/base/core/java/android/widget/ |
SlidingDrawer.java | 417 float yVelocity = velocityTracker.getYVelocity(); [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
KeyboardView.java | 394 final float endingVelocityY = mSwipeTracker.getYVelocity(); [all...] |
/development/samples/training/multiscreen/newsreader/libs/ |
android-support-v4.jar | |