Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/widget/
DNestedScrollView.java98 private EdgeEffectCompat mEdgeGlowBottom; field in NestedScrollView
815 if (!mEdgeGlowBottom.isFinished()) { in onTouchEvent()
816 mEdgeGlowBottom.onRelease(); in onTouchEvent()
819 mEdgeGlowBottom.onPull((float) deltaY / getHeight(), in onTouchEvent()
827 && (!mEdgeGlowTop.isFinished() || !mEdgeGlowBottom.isFinished())) { in onTouchEvent()
1440 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1725 mEdgeGlowBottom.onRelease(); in endDrag()
1752 mEdgeGlowBottom = new EdgeEffectCompat(context); in ensureGlows()
1756 mEdgeGlowBottom = null; in ensureGlows()
1776 if (!mEdgeGlowBottom.isFinished()) { in draw()
[all …]
/frameworks/base/core/java/android/widget/
DScrollView.java86 private EdgeEffect mEdgeGlowBottom; field in ScrollView
699 if (!mEdgeGlowBottom.isFinished()) { in onTouchEvent()
700 mEdgeGlowBottom.onRelease(); in onTouchEvent()
703 mEdgeGlowBottom.onPull((float) deltaY / getHeight(), in onTouchEvent()
710 && (!mEdgeGlowTop.isFinished() || !mEdgeGlowBottom.isFinished())) { in onTouchEvent()
1334 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1637 mEdgeGlowBottom.onRelease(); in endDrag()
1670 mEdgeGlowBottom = new EdgeEffect(context); in setOverScrollMode()
1674 mEdgeGlowBottom = null; in setOverScrollMode()
1750 if (!mEdgeGlowBottom.isFinished()) { in draw()
[all …]
DAbsListView.java677 private EdgeEffect mEdgeGlowBottom; field in AbsListView
885 mEdgeGlowBottom = new EdgeEffect(context); in setOverScrollMode()
889 mEdgeGlowBottom = null; in setOverScrollMode()
3614 if (!mEdgeGlowBottom.isFinished()) { in scrollIfNeeded()
3615 mEdgeGlowBottom.onRelease(); in scrollIfNeeded()
3619 mEdgeGlowBottom.onPull((float) overscroll / getHeight(), in scrollIfNeeded()
3661 if (!mEdgeGlowBottom.isFinished()) { in scrollIfNeeded()
3662 mEdgeGlowBottom.onRelease(); in scrollIfNeeded()
3666 mEdgeGlowBottom.onPull((float) overScrollDistance / getHeight(), in scrollIfNeeded()
3715 if (mEdgeGlowBottom == null) { in invalidateBottomGlow()
[all …]