Home | History | Annotate | Download | only in widget

Lines Matching refs:mEdgeGlowBottom

86     private EdgeEffect mEdgeGlowBottom;
693 if (!mEdgeGlowBottom.isFinished()) {
694 mEdgeGlowBottom.onRelease();
697 mEdgeGlowBottom.onPull((float) deltaY / getHeight(),
704 && (!mEdgeGlowTop.isFinished() || !mEdgeGlowBottom.isFinished())) {
1324 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity());
1627 mEdgeGlowBottom.onRelease();
1660 mEdgeGlowBottom = new EdgeEffect(context);
1664 mEdgeGlowBottom = null;
1740 if (!mEdgeGlowBottom.isFinished()) {
1760 mEdgeGlowBottom.setSize(width, height);
1761 if (mEdgeGlowBottom.draw(canvas)) {