Home
last modified time | relevance | path

Searched refs:getCurrVelocity (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/widget/
DScroller.java261 public float getCurrVelocity() { in getCurrVelocity() method in Scroller
430 float oldVel = getCurrVelocity(); in fling()
DScrollView.java734 setFrameContentVelocity(Math.abs(mScroller.getCurrVelocity())); in onInterceptTouchEvent()
1573 mEdgeGlowTop.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1575 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1587 setFrameContentVelocity(Math.abs(mScroller.getCurrVelocity())); in computeScroll()
1902 setFrameContentVelocity(Math.abs(mScroller.getCurrVelocity())); in fling()
DHorizontalScrollView.java1483 mEdgeGlowLeft.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1485 mEdgeGlowRight.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1496 setFrameContentVelocity(Math.abs(mScroller.getCurrVelocity())); in computeScroll()
1822 setFrameContentVelocity(Math.abs(mScroller.getCurrVelocity())); in fling()
DOverScroller.java190 public float getCurrVelocity() { in getCurrVelocity() method in OverScroller
DAbsListView.java5024 final int vel = (int) mScroller.getCurrVelocity();
5105 setFrameContentVelocity(Math.abs(mScroller.getCurrVelocity()));
5189 int velocity = (int) scroller.getCurrVelocity();
5204 setFrameContentVelocity(Math.abs(mScroller.getCurrVelocity()));
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java561 edge.onAbsorb(Math.abs((int) mScroller.getCurrVelocity())); in computeScroll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1290 : mScroller.getCurrVelocity());
2151 float currVelocity = mScroller.getCurrVelocity();
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java4824 final int vel = (int) scroller.getCurrVelocity(); in run()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37929 method public float getCurrVelocity();
38325 method public float getCurrVelocity();
/frameworks/base/core/api/
Dcurrent.txt59852 method public float getCurrVelocity();
60394 method public float getCurrVelocity();
/frameworks/base/boot/
Dboot-image-profile.txt20050 HSPLandroid/widget/OverScroller;->getCurrVelocity()F
/frameworks/base/config/
Dboot-image-profile.txt20114 HSPLandroid/widget/OverScroller;->getCurrVelocity()F