Searched refs:shouldAbsorb (Results 1 – 3 of 3) sorted by relevance
1802 if (shouldAbsorb(mEdgeGlowLeft, -velocityX)) { in fling()1808 if (shouldAbsorb(mEdgeGlowRight, velocityX)) { in fling()1853 private boolean shouldAbsorb(EdgeEffect edgeEffect, int velocity) { in shouldAbsorb() method in HorizontalScrollView
1921 if (shouldAbsorb(mEdgeGlowTop, -velocityY)) { in flingWithNestedDispatch()1927 if (shouldAbsorb(mEdgeGlowBottom, velocityY)) { in flingWithNestedDispatch()1946 private boolean shouldAbsorb(EdgeEffect edgeEffect, int velocity) { in shouldAbsorb() method in ScrollView
4295 if (shouldAbsorb(mEdgeGlowTop, initialVelocity)) { in onTouchUp()4304 if (shouldAbsorb(mEdgeGlowBottom, -initialVelocity)) { in onTouchUp()4403 private boolean shouldAbsorb(EdgeEffect edgeEffect, int velocity) { in shouldAbsorb() method