Searched defs: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.java682 private EdgeEffect mEdgeGlowBottom; field in class:AbsListView
895 mEdgeGlowBottom = new EdgeEffect(context);
899 mEdgeGlowBottom = null;
3615 if (!mEdgeGlowBottom.isFinished()) {
3616 mEdgeGlowBottom.onRelease();
3620 mEdgeGlowBottom.onPull((float) overscroll / getHeight(),
3662 if (!mEdgeGlowBottom.isFinished()) {
3663 mEdgeGlowBottom.onRelease();
3667 mEdgeGlowBottom.onPull((float) overScrollDistance / getHeight(),
3716 if (mEdgeGlowBottom
[all...]
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java100 private EdgeEffect mEdgeGlowBottom; field in class:NestedScrollView
846 if (!mEdgeGlowBottom.isFinished()) {
847 mEdgeGlowBottom.onRelease();
850 EdgeEffectCompat.onPull(mEdgeGlowBottom, (float) deltaY / getHeight(),
858 && (!mEdgeGlowTop.isFinished() || !mEdgeGlowBottom.isFinished())) {
1481 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity());
1778 mEdgeGlowBottom.onRelease();
1805 mEdgeGlowBottom = new EdgeEffect(context);
1809 mEdgeGlowBottom = null;
1829 if (!mEdgeGlowBottom
[all...]

Completed in 286 milliseconds