HomeSort by relevance Sort by last modified time
    Searched refs:mEdgeGlowBottom (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/webkit/
OverScrollGlow.java 35 private EdgeEffect mEdgeGlowBottom;
46 mEdgeGlowBottom = new EdgeEffect(context);
87 if (!mEdgeGlowBottom.isFinished()) {
88 mEdgeGlowBottom.onRelease();
91 mEdgeGlowBottom.onPull((float) mOverScrollDeltaY / mHostView.getHeight());
126 if (!mEdgeGlowBottom.isFinished()) {
127 mEdgeGlowBottom.onRelease();
130 mEdgeGlowBottom.onAbsorb((int) mHostView.mScroller.getCurrVelocity());
173 if (!mEdgeGlowBottom.isFinished()) {
179 mEdgeGlowBottom.setSize(width, height)
    [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java 80 private EdgeEffect mEdgeGlowBottom;
645 if (!mEdgeGlowBottom.isFinished()) {
646 mEdgeGlowBottom.onRelease();
649 mEdgeGlowBottom.onPull((float) deltaY / getHeight());
655 && (!mEdgeGlowTop.isFinished() || !mEdgeGlowBottom.isFinished())) {
    [all...]
AbsListView.java 625 private EdgeEffect mEdgeGlowBottom;
833 mEdgeGlowBottom = new EdgeEffect(context);
837 mEdgeGlowBottom = null;
    [all...]

Completed in 29 milliseconds