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

  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.h 105 return expand_animation_.get();
148 scoped_ptr<ui::SlideAnimation> expand_animation_; member in class:StatusBubbleGtk
status_bubble_gtk.cc 126 expand_animation_.reset();
328 expand_animation_.reset(new ui::SlideAnimation(this));
329 expand_animation_->SetTweenType(ui::Tween::LINEAR);
330 expand_animation_->Show();
336 if (!expanded() || !expand_animation_->is_animating()) {
342 (desired_width_ - start_width_) * expand_animation_->GetCurrentValue();
  /external/chromium_org/chrome/browser/ui/gtk/
status_bubble_gtk.h 106 return expand_animation_.get();
149 scoped_ptr<ui::SlideAnimation> expand_animation_; member in class:StatusBubbleGtk
status_bubble_gtk.cc 134 expand_animation_.reset();
342 expand_animation_.reset(new ui::SlideAnimation(this));
343 expand_animation_->SetTweenType(ui::Tween::LINEAR);
344 expand_animation_->Show();
350 if (!expanded() || !expand_animation_->is_animating()) {
356 (desired_width_ - start_width_) * expand_animation_->GetCurrentValue();

Completed in 1246 milliseconds