Searched refs:mEdgeGlowBottom (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DScrollView.java89 private EdgeEffect mEdgeGlowBottom; field in class:ScrollView
709 if (!mEdgeGlowBottom.isFinished()) {
710 mEdgeGlowBottom.onRelease();
713 mEdgeGlowBottom.onPull((float) deltaY / getHeight(),
720 && (!mEdgeGlowTop.isFinished() || !mEdgeGlowBottom.isFinished())) {
1349 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity());
1654 mEdgeGlowBottom.onRelease();
1687 mEdgeGlowBottom = new EdgeEffect(context);
1691 mEdgeGlowBottom = null;
1767 if (!mEdgeGlowBottom
[all...]
H A DAbsListView.java683 private EdgeEffect mEdgeGlowBottom; field in class:AbsListView
896 mEdgeGlowBottom = new EdgeEffect(context);
900 mEdgeGlowBottom = null;
3624 if (!mEdgeGlowBottom.isFinished()) {
3625 mEdgeGlowBottom.onRelease();
3629 mEdgeGlowBottom.onPull((float) overscroll / getHeight(),
3671 if (!mEdgeGlowBottom.isFinished()) {
3672 mEdgeGlowBottom.onRelease();
3676 mEdgeGlowBottom.onPull((float) overScrollDistance / getHeight(),
3725 if (mEdgeGlowBottom
[all...]
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java104 private EdgeEffect mEdgeGlowBottom; field in class:NestedScrollView
894 if (!mEdgeGlowBottom.isFinished()) {
895 mEdgeGlowBottom.onRelease();
898 EdgeEffectCompat.onPull(mEdgeGlowBottom, (float) deltaY / getHeight(),
906 && (!mEdgeGlowTop.isFinished() || !mEdgeGlowBottom.isFinished())) {
1537 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity());
1846 mEdgeGlowBottom.onRelease();
1878 mEdgeGlowBottom = new EdgeEffect(context);
1882 mEdgeGlowBottom = null;
1912 if (!mEdgeGlowBottom
[all...]

Completed in 34 milliseconds