Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DScrollView.java89 private EdgeEffect mEdgeGlowBottom; field in ScrollView
709 if (!mEdgeGlowBottom.isFinished()) { in onTouchEvent()
710 mEdgeGlowBottom.onRelease(); in onTouchEvent()
713 mEdgeGlowBottom.onPull((float) deltaY / getHeight(), in onTouchEvent()
720 && (!mEdgeGlowTop.isFinished() || !mEdgeGlowBottom.isFinished())) { in onTouchEvent()
1349 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1654 mEdgeGlowBottom.onRelease(); in endDrag()
1687 mEdgeGlowBottom = new EdgeEffect(context); in setOverScrollMode()
1691 mEdgeGlowBottom = null; in setOverScrollMode()
1767 if (!mEdgeGlowBottom.isFinished()) { in draw()
[all …]
DAbsListView.java682 private EdgeEffect mEdgeGlowBottom; field in AbsListView
895 mEdgeGlowBottom = new EdgeEffect(context); in setOverScrollMode()
899 mEdgeGlowBottom = null; in setOverScrollMode()
3615 if (!mEdgeGlowBottom.isFinished()) { in scrollIfNeeded()
3616 mEdgeGlowBottom.onRelease(); in scrollIfNeeded()
3620 mEdgeGlowBottom.onPull((float) overscroll / getHeight(), in scrollIfNeeded()
3662 if (!mEdgeGlowBottom.isFinished()) { in scrollIfNeeded()
3663 mEdgeGlowBottom.onRelease(); in scrollIfNeeded()
3667 mEdgeGlowBottom.onPull((float) overScrollDistance / getHeight(), in scrollIfNeeded()
3716 if (mEdgeGlowBottom == null) { in invalidateBottomGlow()
[all …]
/frameworks/support/core-ui/java/android/support/v4/widget/
DNestedScrollView.java100 private EdgeEffect mEdgeGlowBottom; field in NestedScrollView
846 if (!mEdgeGlowBottom.isFinished()) { in onTouchEvent()
847 mEdgeGlowBottom.onRelease(); in onTouchEvent()
850 EdgeEffectCompat.onPull(mEdgeGlowBottom, (float) deltaY / getHeight(), in onTouchEvent()
858 && (!mEdgeGlowTop.isFinished() || !mEdgeGlowBottom.isFinished())) { in onTouchEvent()
1481 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1778 mEdgeGlowBottom.onRelease(); in endDrag()
1805 mEdgeGlowBottom = new EdgeEffect(context); in ensureGlows()
1809 mEdgeGlowBottom = null; in ensureGlows()
1829 if (!mEdgeGlowBottom.isFinished()) { in draw()
[all …]