Searched refs:mEdgeEffectBottom (Results 1 – 1 of 1) sorted by relevance
152 private EdgeEffectCompat mEdgeEffectBottom; field in InteractiveLineGraphView237 mEdgeEffectBottom = new EdgeEffectCompat(context); in InteractiveLineGraphView()575 if (!mEdgeEffectBottom.isFinished()) { in drawEdgeEffectsUnclipped()579 mEdgeEffectBottom.setSize(mContentRect.width(), mContentRect.height()); in drawEdgeEffectsUnclipped()580 if (mEdgeEffectBottom.draw(canvas)) { in drawEdgeEffectsUnclipped()778 mEdgeEffectBottom.onPull((scrolledY - mSurfaceSizeBuffer.y + mContentRect.height())801 mEdgeEffectBottom.onRelease(); in releaseEdgeEffects()884 && mEdgeEffectBottom.isFinished() in computeScroll()886 mEdgeEffectBottom.onAbsorb((int) OverScrollerCompat.getCurrVelocity(mScroller)); in computeScroll()