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

  /external/chromium_org/ui/base/animation/
tween.h 22 EASE_IN_OUT, // Slow in and out, fast in the middle.
tween.cc 29 case EASE_IN_OUT:
  /external/chromium_org/ash/wm/workspace/
desktop_background_fade_controller.cc 27 tween_type = ui::Tween::EASE_IN_OUT;
31 tween_type = ui::Tween::EASE_IN_OUT;
  /external/chromium_org/ash/wm/
session_state_animator.cc 170 settings.SetTweenType(ui::Tween::EASE_IN_OUT);
209 settings.SetTweenType(ui::Tween::EASE_IN_OUT);
611 window, 0.0, duration, ui::Tween::EASE_IN_OUT, observer);
window_animations.cc 63 const ui::Tween::Type kCrossFadeTweenType = ui::Tween::EASE_IN_OUT;
119 show ? ui::Tween::EASE_IN : ui::Tween::EASE_IN_OUT);
  /external/chromium/chrome/browser/chromeos/panels/
panel_scroller.cc 30 animation_.SetTweenType(ui::Tween::EASE_IN_OUT);
  /external/chromium_org/ui/views/corewm/
window_animations.cc 383 opacity->set_tween_type(ui::Tween::EASE_IN_OUT);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc     [all...]

Completed in 145 milliseconds