HomeSort by relevance Sort by last modified time
    Searched refs:EASE_IN (Results 1 - 19 of 19) 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
tween.cc 28 case EASE_IN:
  /external/chromium_org/chrome/browser/ui/tabs/
tab_utils.cc 67 gfx::Tween::EASE_IN));
174 gfx::Tween::EASE_IN));
  /external/chromium_org/ui/views/controls/
glow_hover_controller.cc 61 animation_.SetTweenType(gfx::Tween::EASE_IN);
  /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);
  /external/chromium_org/ash/wm/workspace/
phantom_window_controller.cc 64 scoped_setter.SetTweenType(gfx::Tween::EASE_IN);
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_icon_painter.cc 95 parts.push_back(gfx::MultiAnimation::Part(1000, gfx::Tween::EASE_IN));
  /packages/apps/Dialer/src/com/android/dialer/list/
SearchFragment.java 197 mActivity.isDialpadShown() ? AnimUtils.EASE_IN : AnimUtils.EASE_OUT ;
  /external/chromium_org/ui/compositor/
layer_animation_element_unittest.cc 368 gfx::Tween::Type tween_type = gfx::Tween::EASE_IN;
407 gfx::Tween::Type tween_type = gfx::Tween::EASE_IN;
  /external/chromium_org/ash/sticky_keys/
sticky_keys_overlay.cc 253 settings.SetTweenType(visible ? gfx::Tween::EASE_OUT : gfx::Tween::EASE_IN);
  /external/chromium_org/ui/keyboard/
keyboard_controller.cc 449 settings.SetTweenType(gfx::Tween::EASE_IN);
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardFragment.java     [all...]
InCallActivity.java 154 mSlideIn.setInterpolator(AnimUtils.EASE_IN);
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 383 animation.SetTweenType(gfx::Tween::EASE_IN);
  /external/chromium_org/ash/wm/
session_state_animator.cc 599 window, 1.0, duration, gfx::Tween::EASE_IN, observer);
window_animations.cc 130 show ? gfx::Tween::EASE_IN : gfx::Tween::EASE_IN_OUT);
  /external/chromium_org/ui/wm/core/
window_animations.cc 371 transition->set_tween_type(grow ? gfx::Tween::EASE_OUT : gfx::Tween::EASE_IN);
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 419 mSlideIn.setInterpolator(AnimUtils.EASE_IN);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 528 gfx::Tween::EASE_IN));
    [all...]

Completed in 1549 milliseconds