Searched refs:mEdgeGlowBottom (Results 1 – 1 of 1) sorted by relevance
152 private final EdgeEffect mEdgeGlowBottom; field in MultiShrinkScroller253 mEdgeGlowBottom = new EdgeEffect(context); in MultiShrinkScroller()538 EdgeEffectCompat.onPull(mEdgeGlowBottom, delta / getHeight(), in onTouchEvent()542 if (!mEdgeGlowBottom.isFinished()) { in onTouchEvent()568 final int edgeEffectAlpha = Color.alpha(mEdgeGlowBottom.getColor()); in setHeaderTintColor()569 mEdgeGlowBottom.setColor((color & 0xffffff) | Color.argb(edgeEffectAlpha, 0, 0, 0)); in setHeaderTintColor()570 mEdgeGlowTop.setColor(mEdgeGlowBottom.getColor()); in setHeaderTintColor()614 mEdgeGlowBottom.onRelease(); in stopDrag()867 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()895 if (!mEdgeGlowBottom.isFinished()) { in draw()[all …]