Home | History | Annotate | Download | only in tabs

Lines Matching defs:animation_

126         animation_(this),
139 animation_.SetSlideDuration(GetDuration());
140 animation_.SetTweenType(ui::Tween::EASE_OUT);
141 if (!animation_.IsShowing()) {
142 animation_.Reset();
143 animation_.Show();
148 animation_.Stop();
237 ui::SlideAnimation animation_;
293 return start_width + (delta * animation_.GetCurrentValue());
303 return start_selected_width_ + (delta * animation_.GetCurrentValue());
307 return start_unselected_width_ + (delta * animation_.GetCurrentValue());
358 return animation_.CurrentValueBetween(TabGtk::GetMiniWidth(),
369 return animation_.CurrentValueBetween(start_width, target_width);
384 return start_selected_width_ + (delta * animation_.GetCurrentValue());
388 return start_unselected_width_ + (delta * animation_.GetCurrentValue());
425 double delta = distance * animation_.GetCurrentValue();
433 delta = distance * animation_.GetCurrentValue();
491 return animation_.CurrentValueBetween(start_selected_width_,
495 return animation_.CurrentValueBetween(start_unselected_width_,
550 return animation_.CurrentValueBetween(
554 return animation_.CurrentValueBetween(
563 return animation_.CurrentValueBetween(start_selected_width_,
567 return animation_.CurrentValueBetween(start_unselected_width_,
612 int x = animation_.CurrentValueBetween(start_bounds_.x(),
614 int width = animation_.CurrentValueBetween(start_bounds_.width(),
631 animation_.CurrentValueBetween(0, target_bounds_.width());
635 return animation_.CurrentValueBetween(start_bounds_.width(), 0);
640 return animation_.CurrentValueBetween(
655 return animation_.CurrentValueBetween(0, target_bounds_.width());
661 return animation_.CurrentValueBetween(start_selected_width_,
665 return animation_.CurrentValueBetween(start_unselected_width_,