Searched refs:mEdgeGlowBottom (Results 1 – 3 of 3) sorted by relevance
98 private EdgeEffectCompat mEdgeGlowBottom; field in NestedScrollView815 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 …]
86 private EdgeEffect mEdgeGlowBottom; field in ScrollView699 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 …]
677 private EdgeEffect mEdgeGlowBottom; field in AbsListView885 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 …]