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

  /external/chromium_org/ash/wm/
header_painter.cc 281 crossfade_animation_.reset(new gfx::SlideAnimation(this));
285 crossfade_animation_->SetSlideDuration(kActivationCrossfadeDurationMs);
286 crossfade_animation_->Show();
288 crossfade_animation_.reset();
306 if (crossfade_animation_.get() && crossfade_animation_->is_animating()) {
319 crossfade_animation_.reset();
322 double current_value = crossfade_animation_->GetCurrentValue();
470 if (crossfade_animation_.get() && crossfade_animation_->is_animating())
    [all...]
header_painter.h 197 scoped_ptr<gfx::SlideAnimation> crossfade_animation_; member in class:ash::HeaderPainter

Completed in 27 milliseconds