Home
last modified time | relevance | path

Searched refs:onAbsorb (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1481 mEdgeGlowLeft.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1483 mEdgeGlowRight.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1796 mEdgeGlowLeft.onAbsorb(-velocityX); in fling()
1802 mEdgeGlowRight.onAbsorb(velocityX); in fling()
DScrollView.java1522 mEdgeGlowTop.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1524 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1862 mEdgeGlowTop.onAbsorb(-velocityY); in flingWithNestedDispatch()
1868 mEdgeGlowBottom.onAbsorb(velocityY); in flingWithNestedDispatch()
DEdgeEffect.java494 public void onAbsorb(int velocity) { in onAbsorb() method in EdgeEffect
DAbsListView.java4288 mEdgeGlowTop.onAbsorb(initialVelocity); in onTouchUp()
4297 mEdgeGlowBottom.onAbsorb(-initialVelocity); in onTouchUp()
4989 mEdgeGlowTop.onAbsorb(vel);
4991 mEdgeGlowBottom.onAbsorb(vel);
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java561 edge.onAbsorb(Math.abs((int) mScroller.getCurrVelocity())); in computeScroll()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java2168 mLeftGlow.onAbsorb(-velocityX); in absorbGlows()
2171 mRightGlow.onAbsorb(velocityX); in absorbGlows()
2176 mTopGlow.onAbsorb(-velocityY); in absorbGlows()
2179 mBottomGlow.onAbsorb(velocityY); in absorbGlows()
/frameworks/base/boot/
Dboot-image-profile.txt19935 HSPLandroid/widget/EdgeEffect;->onAbsorb(I)V
/frameworks/base/config/
Dboot-image-profile.txt19999 HSPLandroid/widget/EdgeEffect;->onAbsorb(I)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37284 method public void onAbsorb(int);
/frameworks/base/core/api/
Dcurrent.txt58518 method public void onAbsorb(int);