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

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
PopupZoomer.java 78 private final Interpolator mShowInterpolator = new OvershootInterpolator();
79 private final Interpolator mHideInterpolator = new ReverseInterpolator(mShowInterpolator);
448 fractionAnimation = mShowInterpolator.getInterpolation(time);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]

Completed in 70 milliseconds