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

  /external/chromium_org/ui/gfx/animation/
tween.h 20 EASE_OUT, // Fast in, slow out (default).
30 LINEAR_OUT_SLOW_IN, // Variant of EASE_OUT which should be used for
  /packages/apps/PhoneCommon/src/com/android/phone/common/animation/
AnimUtils.java 34 public static final Interpolator EASE_OUT = new PathInterpolator(0.4f, 0.0f, 1.0f, 1.0f);
163 NO_DELAY, listener, EASE_OUT);

Completed in 61 milliseconds