Home
last modified time | relevance | path

Searched refs:mEdgeEffectTop (Results 1 – 1 of 1) sorted by relevance

/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java151 private EdgeEffectCompat mEdgeEffectTop; field in InteractiveLineGraphView
235 mEdgeEffectTop = new EdgeEffectCompat(context); in InteractiveLineGraphView()
565 if (!mEdgeEffectTop.isFinished()) { in drawEdgeEffectsUnclipped()
568 mEdgeEffectTop.setSize(mContentRect.width(), mContentRect.height()); in drawEdgeEffectsUnclipped()
569 if (mEdgeEffectTop.draw(canvas)) { in drawEdgeEffectsUnclipped()
769 mEdgeEffectTop.onPull(scrolledY / (float) mContentRect.height());
799 mEdgeEffectTop.onRelease(); in releaseEdgeEffects()
877 && mEdgeEffectTop.isFinished() in computeScroll()
879 mEdgeEffectTop.onAbsorb((int) OverScrollerCompat.getCurrVelocity(mScroller)); in computeScroll()