Home
last modified time | relevance | path

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

/frameworks/support/core-ui/java/android/support/v4/widget/
DNestedScrollView.java98 private EdgeEffectCompat mEdgeGlowBottom; field in NestedScrollView
812 if (!mEdgeGlowBottom.isFinished()) { in onTouchEvent()
813 mEdgeGlowBottom.onRelease(); in onTouchEvent()
816 mEdgeGlowBottom.onPull((float) deltaY / getHeight(), in onTouchEvent()
824 && (!mEdgeGlowTop.isFinished() || !mEdgeGlowBottom.isFinished())) { in onTouchEvent()
1436 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1722 mEdgeGlowBottom.onRelease(); in endDrag()
1749 mEdgeGlowBottom = new EdgeEffectCompat(context); in ensureGlows()
1753 mEdgeGlowBottom = null; in ensureGlows()
1773 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.java678 private EdgeEffect mEdgeGlowBottom; field in AbsListView
886 mEdgeGlowBottom = new EdgeEffect(context); in setOverScrollMode()
890 mEdgeGlowBottom = null; in setOverScrollMode()
3609 if (!mEdgeGlowBottom.isFinished()) { in scrollIfNeeded()
3610 mEdgeGlowBottom.onRelease(); in scrollIfNeeded()
3614 mEdgeGlowBottom.onPull((float) overscroll / getHeight(), in scrollIfNeeded()
3656 if (!mEdgeGlowBottom.isFinished()) { in scrollIfNeeded()
3657 mEdgeGlowBottom.onRelease(); in scrollIfNeeded()
3661 mEdgeGlowBottom.onPull((float) overScrollDistance / getHeight(), in scrollIfNeeded()
3710 if (mEdgeGlowBottom == null) { in invalidateBottomGlow()
[all …]