Searched refs:mEdgeGlowBottom (Results 1 – 2 of 2) sorted by relevance
111 private EdgeEffect mEdgeGlowBottom = new EdgeEffect(getContext()); field in ScrollView291 mEdgeGlowBottom.setColor(color); in setBottomEdgeEffectColor()332 return mEdgeGlowBottom.getColor(); in getBottomEdgeEffectColor()815 if (!mEdgeGlowBottom.isFinished()) { in onTouchEvent()816 mEdgeGlowBottom.onRelease(); in onTouchEvent()819 mEdgeGlowBottom.onPull((float) deltaY / getHeight(), in onTouchEvent()826 && (!mEdgeGlowTop.isFinished() || !mEdgeGlowBottom.isFinished())) { in onTouchEvent()1455 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()1765 mEdgeGlowBottom.onRelease(); in endDrag()1863 if (!mEdgeGlowBottom.isFinished()) { in draw()[all …]
727 private EdgeEffect mEdgeGlowBottom = new EdgeEffect(mContext); field in AbsListView3688 if (!mEdgeGlowBottom.isFinished()) { in scrollIfNeeded()3689 mEdgeGlowBottom.onRelease(); in scrollIfNeeded()3693 mEdgeGlowBottom.onPull((float) overscroll / getHeight(), in scrollIfNeeded()3735 if (!mEdgeGlowBottom.isFinished()) { in scrollIfNeeded()3736 mEdgeGlowBottom.onRelease(); in scrollIfNeeded()3740 mEdgeGlowBottom.onPull((float) overScrollDistance / getHeight(), in scrollIfNeeded()3796 invalidate(left, bottom - mEdgeGlowBottom.getMaxHeight(), right, bottom); in invalidateBottomGlow()4216 mEdgeGlowBottom.onRelease(); in onTouchUp()4270 mEdgeGlowBottom.onRelease(); in onTouchCancel()[all …]