Searched refs:bounds_animator_ (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ash/test/
H A Dshelf_view_test_api.cc84 shelf_view_->bounds_animator_->SetAnimationDuration(duration_ms);
88 if (!shelf_view_->bounds_animator_->IsAnimating())
92 shelf_view_->bounds_animator_->AddObserver(observer.get());
98 shelf_view_->bounds_animator_->RemoveObserver(observer.get());
/external/chromium_org/ui/app_list/views/test/
H A Dapps_grid_view_test_api.cc34 view_->bounds_animator_.Cancel();
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_stack_view.cc140 if (bounds_animator_)
141 bounds_animator_.reset();
164 bounds_animator_->Stop();
246 bounds_animator_.reset(new gfx::LinearAnimation(
250 bounds_animator_->Start();
398 if (bounds_animator_ && bounds_animator_->is_animating()) {
399 current_bounds = bounds_animator_->CurrentValueBetween(
H A Dpanel_stack_view.h141 scoped_ptr<gfx::LinearAnimation> bounds_animator_; member in class:PanelStackView
H A Dpanel_view.cc383 bounds_animator_.reset(new PanelBoundsAnimation(
385 bounds_animator_->Start();
409 gfx::Rect new_bounds = bounds_animator_->CurrentValueBetween(
469 if (bounds_animator_.get())
470 bounds_animator_.reset();
1121 if (bounds_animator_.get() && bounds_animator_->is_animating())
H A Dpanel_view.h230 scoped_ptr<PanelBoundsAnimation> bounds_animator_; member in class:PanelView
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc120 bounds_animator_(bounds_animator) {
121 bounds_animator_->SetAnimationDuration(1);
125 bounds_animator_->SetAnimationDuration(old_duration_);
132 views::BoundsAnimator* bounds_animator_; member in class:ash::__anon1943::BoundsAnimatorDisabler
396 bounds_animator_.reset(new views::BoundsAnimator(this));
397 bounds_animator_->AddObserver(this);
404 bounds_animator_->RemoveObserver(this);
678 if (bounds_animator_->IsAnimating()) {
856 bounds_animator_->AnimateViewTo(view, view_model_->ideal_bounds(i));
900 bounds_animator_
[all...]
H A Dshelf_view.h343 scoped_ptr<views::BoundsAnimator> bounds_animator_; member in class:ash::ShelfView
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc377 bounds_animator_(this),
629 bounds_animator_.StopAnimatingView(drag_view_);
894 return bounds_animator_.IsAnimating(view);
924 if (bounds_animator_.IsAnimating())
925 bounds_animator_.Cancel();
1008 bounds_animator_.StopAnimatingView(details.child);
1277 if (bounds_animator_.GetTargetBounds(view) == target)
1292 } else if (visible || bounds_animator_.IsAnimating(view)) {
1293 bounds_animator_.AnimateViewTo(view, target);
1294 bounds_animator_
[all...]
H A Dapps_grid_view.h123 // Return true if the |bounds_animator_| is animating |view|.
556 views::BoundsAnimator bounds_animator_; member in class:app_list::AppsGridView
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc534 bounds_animator_(this),
941 return bounds_animator_.IsAnimating();
948 bounds_animator_.Cancel();
1549 bounds_animator_.AnimateViewTo(tab, tab_bounds);
1550 bounds_animator_.SetAnimationDelegate(
1558 bounds_animator_.StopAnimatingView(newtab_button_);
1567 bounds_animator_.AnimateViewTo(tab, ideal_bounds(i));
1568 bounds_animator_.SetAnimationDelegate(
1575 bounds_animator_.AnimateViewTo(newtab_button_, newtab_button_bounds_);
1599 bounds_animator_
[all...]
H A Dtab_strip.h647 views::BoundsAnimator bounds_animator_; member in class:TabStrip

Completed in 2997 milliseconds