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

  /external/chromium_org/ui/gfx/animation/
tween.h 21 EASE_IN, // Slow in, fast out.
22 EASE_IN_2, // Variant of EASE_IN that starts out slower than
23 // EASE_IN.
32 FAST_OUT_LINEAR_IN, // Variant of EASE_IN which should should be used for
  /packages/apps/PhoneCommon/src/com/android/phone/common/animation/
AnimUtils.java 33 public static final Interpolator EASE_IN = new PathInterpolator(0.0f, 0.0f, 0.2f, 1.0f);
138 startDelayMs, listener, EASE_IN);

Completed in 51 milliseconds