Searched refs:mEdgeGlowBottom (Results 1 – 2 of 2) sorted by relevance
37 private final EdgeEffect mEdgeGlowBottom; field in SpringRelativeLayout51 mEdgeGlowBottom = Utilities.ATLEAST_S in SpringRelativeLayout()68 if (!mEdgeGlowBottom.isFinished()) { in draw()74 mEdgeGlowBottom.setSize(width, height); in draw()75 if (mEdgeGlowBottom.draw(canvas)) { in draw()87 mEdgeGlowBottom.onAbsorb(velocity); in absorbSwipeUpVelocity()92 mEdgeGlowBottom.onPull(deltaDistance, displacement); in absorbPullDeltaDistance()97 mEdgeGlowBottom.onRelease(); in onRelease()
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 …]