Searched refs:mEdgeGlowBottom (Results 1 – 3 of 3) sorted by relevance
35 private EdgeEffect mEdgeGlowBottom; field in OverScrollGlow46 mEdgeGlowBottom = new EdgeEffect(context); in OverScrollGlow()87 if (!mEdgeGlowBottom.isFinished()) { in pullGlow()88 mEdgeGlowBottom.onRelease(); in pullGlow()91 mEdgeGlowBottom.onPull((float) mOverScrollDeltaY / mHostView.getHeight()); in pullGlow()126 if (!mEdgeGlowBottom.isFinished()) { in absorbGlow()127 mEdgeGlowBottom.onRelease(); in absorbGlow()130 mEdgeGlowBottom.onAbsorb((int) mHostView.mScroller.getCurrVelocity()); in absorbGlow()173 if (!mEdgeGlowBottom.isFinished()) { in drawEdgeGlows()179 mEdgeGlowBottom.setSize(width, height); in drawEdgeGlows()[all …]
77 private EdgeEffect mEdgeGlowBottom; field in ScrollView624 if (!mEdgeGlowBottom.isFinished()) { in onTouchEvent()625 mEdgeGlowBottom.onRelease(); in onTouchEvent()628 mEdgeGlowBottom.onPull((float) deltaY / getHeight()); in onTouchEvent()634 && (!mEdgeGlowTop.isFinished() || !mEdgeGlowBottom.isFinished())) { in onTouchEvent()1237 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()1511 mEdgeGlowBottom.onRelease(); in endDrag()1544 mEdgeGlowBottom = new EdgeEffect(context); in setOverScrollMode()1548 mEdgeGlowBottom = null; in setOverScrollMode()1569 if (!mEdgeGlowBottom.isFinished()) { in draw()[all …]
625 private EdgeEffect mEdgeGlowBottom; field in AbsListView825 mEdgeGlowBottom = new EdgeEffect(context); in setOverScrollMode()829 mEdgeGlowBottom = null; in setOverScrollMode()3224 if (!mEdgeGlowBottom.isFinished()) { in scrollIfNeeded()3225 mEdgeGlowBottom.onRelease(); in scrollIfNeeded()3229 mEdgeGlowBottom.onPull((float) overscroll / getHeight()); in scrollIfNeeded()3233 invalidate(mEdgeGlowBottom.getBounds(true)); in scrollIfNeeded()3268 if (!mEdgeGlowBottom.isFinished()) { in scrollIfNeeded()3269 mEdgeGlowBottom.onRelease(); in scrollIfNeeded()3273 mEdgeGlowBottom.onPull((float) overScrollDistance / getHeight()); in scrollIfNeeded()[all …]