Searched refs:mEdgeGlowLeft (Results 1 – 2 of 2) sorted by relevance
103 public EdgeEffect mEdgeGlowLeft; field in HorizontalScrollView202 mEdgeGlowLeft = new EdgeEffect(context, attrs); in HorizontalScrollView()287 mEdgeGlowLeft.setColor(color); in setLeftEdgeEffectColor()301 return mEdgeGlowLeft.getColor(); in getLeftEdgeEffectColor()652 if (!mEdgeGlowLeft.isFinished()) { in onInterceptTouchEvent()816 mEdgeGlowLeft.onRelease(); in onTouchEvent()831 mEdgeGlowLeft.onRelease(); in onTouchEvent()1506 if (unconsumed > 0 && mEdgeGlowLeft != null && mEdgeGlowLeft.getDistance() != 0f) { in consumeFlingInStretch()1512 mEdgeGlowLeft.finish(); in consumeFlingInStretch()1881 if (!mEdgeGlowLeft.isFinished()) { in draw()[all …]
59 mHorizontalScrollView.mEdgeGlowLeft = edgeEffect; in testScrollAfterFlingLeft()