HomeSort by relevance Sort by last modified time
    Searched refs:computeCurrentVelocity (Results 1 - 25 of 26) sorted by null

1 2

  /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...]
  /cts/tests/tests/view/src/android/view/cts/
VelocityTrackerTest.java 67 method = "computeCurrentVelocity",
104 vt.computeCurrentVelocity(1);
109 vt.computeCurrentVelocity(10);
120 vt.computeCurrentVelocity(1);
129 vt.computeCurrentVelocity(1);
138 vt.computeCurrentVelocity(1);
  /frameworks/base/core/java/android/view/
VelocityTracker.java 31 * {@link #computeCurrentVelocity(int)} and then call {@link #getXVelocity(int)}
153 * Equivalent to invoking {@link #computeCurrentVelocity(int, float)} with a maximum
156 * @see #computeCurrentVelocity(int, float)
158 public void computeCurrentVelocity(int units) {
175 public void computeCurrentVelocity(int units, float maxVelocity) {
181 * {@link #computeCurrentVelocity(int)} before calling this function.
191 * {@link #computeCurrentVelocity(int)} before calling this function.
201 * {@link #computeCurrentVelocity(int)} before calling this function.
212 * {@link #computeCurrentVelocity(int)} before calling this function.
225 * It is not necessary to call {@link #computeCurrentVelocity(int)} before callin
    [all...]
GestureDetector.java 573 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
  /frameworks/base/core/jni/
android_view_VelocityTracker.cpp 48 void computeCurrentVelocity(int32_t units, float maxVelocity);
77 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) {
168 state->computeCurrentVelocity(units, maxVelocity);
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 538 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
558 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
PointerLocationView.java 508 mVelocity.computeCurrentVelocity(1);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 303 mVelocityTracker.computeCurrentVelocity(1000 /* px/sec */, maxVelocity);
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 394 mSwipeTracker.computeCurrentVelocity(1000);
    [all...]
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 409 velocityTracker.computeCurrentVelocity(mVelocityUnits);
    [all...]
Switch.java 491 mVelocityTracker.computeCurrentVelocity(1000);
HorizontalScrollView.java 602 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
NumberPicker.java 763 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
    [all...]
ScrollView.java 616 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
StackView.java 808 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
AbsListView.java     [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 700 vtracker.computeCurrentVelocity(1000, mMaximumVelocity);
715 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 

Completed in 1303 milliseconds

1 2