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

  /external/chromium_org/ui/message_center/views/
toast_contents_view.cc 64 fade_animation_.reset(new gfx::SlideAnimation(this));
65 fade_animation_->SetSlideDuration(kFadeInOutDuration);
163 fade_animation_->Stop();
167 fade_animation_->Reset(0);
168 fade_animation_->Show();
175 fade_animation_->Stop();
177 closing_animation_ = (is_closing_ ? fade_animation_.get() : NULL);
178 fade_animation_->Reset(1);
179 fade_animation_->Hide();
213 } else if (animation == fade_animation_.get())
    [all...]
toast_contents_view.h 124 scoped_ptr<gfx::SlideAnimation> fade_animation_; member in class:message_center::ToastContentsView
  /external/chromium_org/chrome/browser/ui/views/tabs/
media_indicator_button.cc 80 fade_animation_.reset();
86 fade_animation_ = chrome::CreateTabMediaIndicatorFadeAnimation(next_state);
89 fade_animation_->set_delegate(fade_animation_delegate_.get());
90 fade_animation_->Start();
130 fade_animation_ ? fade_animation_->GetCurrentValue() : 1.0;
media_indicator_button.h 67 scoped_ptr<gfx::Animation> fade_animation_; member in class:MediaIndicatorButton

Completed in 68 milliseconds