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

  /external/chromium_org/chrome/browser/ui/ash/multi_user/
user_switch_animator_chromeos.h 98 int animation_speed_ms_; member in class:chrome::UserSwichAnimatorChromeOS
user_switch_animator_chromeos.cc 55 animation_speed_ms_(animation_speed_ms),
60 if (!animation_speed_ms_) {
65 base::TimeDelta::FromMilliseconds(animation_speed_ms_),
136 NO_USER_COVERS_SCREEN == screen_cover_ ? (2 * animation_speed_ms_) : 0;
163 int duration_override = animation_speed_ms_;
182 if (!animation_speed_ms_ || animation_step == ANIMATION_STEP_FINALIZE)
283 0 : (2 * animation_speed_ms_);

Completed in 708 milliseconds