Searched refs:mEdgeGlowBottom (Results 1 – 1 of 1) sorted by relevance
150 private final EdgeEffect mEdgeGlowBottom; field in MultiShrinkScroller251 mEdgeGlowBottom = new EdgeEffect(context); in MultiShrinkScroller()516 EdgeEffectCompat.onPull(mEdgeGlowBottom, delta / getHeight(), in onTouchEvent()520 if (!mEdgeGlowBottom.isFinished()) { in onTouchEvent()546 final int edgeEffectAlpha = Color.alpha(mEdgeGlowBottom.getColor()); in setHeaderTintColor()547 mEdgeGlowBottom.setColor((color & 0xffffff) | Color.argb(edgeEffectAlpha, 0, 0, 0)); in setHeaderTintColor()548 mEdgeGlowTop.setColor(mEdgeGlowBottom.getColor()); in setHeaderTintColor()592 mEdgeGlowBottom.onRelease(); in stopDrag()845 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()873 if (!mEdgeGlowBottom.isFinished()) { in draw()[all …]