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

  /frameworks/base/core/java/android/widget/
ScrollView.java 67 private EdgeGlow mEdgeGlowBottom;
542 if (!mEdgeGlowBottom.isFinished()) {
543 mEdgeGlowBottom.onRelease();
546 mEdgeGlowBottom.onPull((float) deltaY / getHeight());
552 && (!mEdgeGlowTop.isFinished() || !mEdgeGlowBottom.isFinished())) {
584 mEdgeGlowBottom.onRelease();
601 mEdgeGlowBottom.onRelease();
    [all...]
AbsListView.java 507 private EdgeGlow mEdgeGlowBottom;
657 mEdgeGlowBottom = new EdgeGlow(edge, glow);
661 mEdgeGlowBottom = null;
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]

Completed in 117 milliseconds