Home
last modified time | relevance | path

Searched refs:shouldAbsorb (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1802 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
DScrollView.java1921 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
DAbsListView.java4295 if (shouldAbsorb(mEdgeGlowTop, initialVelocity)) { in onTouchUp()
4304 if (shouldAbsorb(mEdgeGlowBottom, -initialVelocity)) { in onTouchUp()
4403 private boolean shouldAbsorb(EdgeEffect edgeEffect, int velocity) { in shouldAbsorb() method