Lines Matching refs:mEdgeEffectBottom
640 private final EdgeEffect mEdgeEffectBottom;
770 mEdgeEffectBottom = new EdgeEffect(context);
1224 mEdgeEffectBottom.setSize(mViewWidth, mViewHeight);
2238 if (!mEdgeEffectBottom.isFinished()) {
2240 if (mEdgeEffectBottom.draw(canvas)) {
4033 if (!mEdgeEffectBottom.isFinished()) {
4034 mEdgeEffectBottom.onRelease();
4037 mEdgeEffectBottom.onPull(deltaY / mViewHeight);
4275 mEdgeEffectBottom.onRelease();
4779 mEdgeEffectBottom.onAbsorb((int) mLastVelocity);