Searched refs:mEdgeGlowBottom (Results 1 – 3 of 3) sorted by relevance
128 public EdgeEffect mEdgeGlowBottom; field in ScrollView238 mEdgeGlowBottom = new EdgeEffect(context, attrs); in ScrollView()314 mEdgeGlowBottom.setColor(color); in setBottomEdgeEffectColor()355 return mEdgeGlowBottom.getColor(); in getBottomEdgeEffectColor()737 mIsBeingDragged = !mScroller.isFinished() || !mEdgeGlowBottom.isFinished() in onInterceptTouchEvent()743 if (!mEdgeGlowBottom.isFinished()) { in onInterceptTouchEvent()744 mEdgeGlowBottom.onPullDistance(0f, 1f - ev.getX() / getWidth()); in onInterceptTouchEvent()862 if (deltaY < 0 && mEdgeGlowBottom.getDistance() != 0f) { in onTouchEvent()864 * mEdgeGlowBottom.onPullDistance((float) deltaY / getHeight(), in onTouchEvent()889 if (!mEdgeGlowBottom.isFinished()) { in onTouchEvent()[all …]
768 public EdgeEffect mEdgeGlowBottom; field in AbsListView930 mEdgeGlowBottom = new EdgeEffect(context); in AbsListView()953 mEdgeGlowBottom = new EdgeEffect(context, attrs); in AbsListView()3778 if (!mEdgeGlowBottom.isFinished()) { in scrollIfNeeded()3779 mEdgeGlowBottom.onRelease(); in scrollIfNeeded()3783 mEdgeGlowBottom.onPullDistance((float) overscroll / getHeight(), in scrollIfNeeded()3825 if (!mEdgeGlowBottom.isFinished()) { in scrollIfNeeded()3826 mEdgeGlowBottom.onRelease(); in scrollIfNeeded()3830 mEdgeGlowBottom.onPullDistance( in scrollIfNeeded()3889 } else if (mEdgeGlowBottom.getDistance() != 0) { in releaseGlow()[all …]
84 mScrollView.mEdgeGlowBottom = edgeEffect; in testScrollAfterFlingBottom()