Searched refs:onAbsorb (Results 1 – 10 of 10) sorted by relevance
1481 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()
1522 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()
494 public void onAbsorb(int velocity) { in onAbsorb() method in EdgeEffect
4288 mEdgeGlowTop.onAbsorb(initialVelocity); in onTouchUp()4297 mEdgeGlowBottom.onAbsorb(-initialVelocity); in onTouchUp()4989 mEdgeGlowTop.onAbsorb(vel);4991 mEdgeGlowBottom.onAbsorb(vel);
561 edge.onAbsorb(Math.abs((int) mScroller.getCurrVelocity())); in computeScroll()
2168 mLeftGlow.onAbsorb(-velocityX); in absorbGlows()2171 mRightGlow.onAbsorb(velocityX); in absorbGlows()2176 mTopGlow.onAbsorb(-velocityY); in absorbGlows()2179 mBottomGlow.onAbsorb(velocityY); in absorbGlows()
19935 HSPLandroid/widget/EdgeEffect;->onAbsorb(I)V
19999 HSPLandroid/widget/EdgeEffect;->onAbsorb(I)V
37284 method public void onAbsorb(int);
58518 method public void onAbsorb(int);