/external/chromium_org/ash/test/ |
D | shelf_view_test_api.cc | 85 shelf_view_->bounds_animator_->SetAnimationDuration(duration_ms); in SetAnimationDuration() 89 if (!shelf_view_->bounds_animator_->IsAnimating()) in RunMessageLoopUntilAnimationsDone() 93 shelf_view_->bounds_animator_->AddObserver(observer.get()); in RunMessageLoopUntilAnimationsDone() 99 shelf_view_->bounds_animator_->RemoveObserver(observer.get()); in RunMessageLoopUntilAnimationsDone()
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
D | panel_stack_view.cc | 140 if (bounds_animator_) in Close() 141 bounds_animator_.reset(); in Close() 164 bounds_animator_->Stop(); in RemovePanel() 246 bounds_animator_.reset(new gfx::LinearAnimation( in EndBatchUpdatePanelBounds() 250 bounds_animator_->Start(); in EndBatchUpdatePanelBounds() 398 if (bounds_animator_ && bounds_animator_->is_animating()) { in UpdatePanelsBounds() 399 current_bounds = bounds_animator_->CurrentValueBetween( in UpdatePanelsBounds()
|
D | panel_view.cc | 355 bounds_animator_.reset(new PanelBoundsAnimation( in SetBoundsInternal() 357 bounds_animator_->Start(); in SetBoundsInternal() 381 gfx::Rect new_bounds = bounds_animator_->CurrentValueBetween( in AnimationProgressed() 441 if (bounds_animator_.get()) in ClosePanel() 442 bounds_animator_.reset(); in ClosePanel() 1090 if (bounds_animator_.get() && bounds_animator_->is_animating()) in IsAnimatingBounds()
|
D | panel_stack_view.h | 141 scoped_ptr<gfx::LinearAnimation> bounds_animator_; variable
|
D | panel_view.h | 235 scoped_ptr<PanelBoundsAnimation> bounds_animator_; variable
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | base_tab_strip.cc | 122 ALLOW_THIS_IN_INITIALIZER_LIST(bounds_animator_(this)) { in BaseTabStrip() 419 bounds_animator_.AnimateViewTo(tab, tab_bounds); in StartRemoveTabAnimation() 423 bounds_animator_.SetAnimationDelegate(tab, new RemoveTabDelegate(this, tab), in StartRemoveTabAnimation() 481 bounds_animator_.StopAnimatingView(tabs[i]); in StartedDraggingTabs() 527 return bounds_animator_.IsAnimating(); in IsAnimating() 558 bounds_animator_.AnimateViewTo(tab, ideal_bounds(TabIndexOfTab(tab))); in StoppedDraggingTab() 561 bounds_animator_.SetAnimationDelegate( in StoppedDraggingTab()
|
D | base_tab_strip.h | 224 views::BoundsAnimator& bounds_animator() { return bounds_animator_; } in bounds_animator() 269 views::BoundsAnimator bounds_animator_; variable
|
/external/chromium_org/ash/shelf/ |
D | shelf_view.cc | 385 bounds_animator_.reset(new views::BoundsAnimator(this)); in ShelfView() 386 bounds_animator_->AddObserver(this); in ShelfView() 393 bounds_animator_->RemoveObserver(this); in ~ShelfView() 676 if (bounds_animator_->IsAnimating()) { in LayoutToIdealBounds() 902 bounds_animator_->AnimateViewTo(view, view_model_->ideal_bounds(i)); in AnimateToIdealBounds() 966 bounds_animator_->SetAnimationDelegate( in FadeIn() 991 bounds_animator_->StopAnimatingView(drag_view_); in PrepareForDrag() 1066 bounds_animator_->StopAnimatingView(drag_view_); in ContinueDrag() 1092 bounds_animator_->StopAnimatingView(drag_view_); in HandleRipOffDrag() 1123 bounds_animator_->StopAnimatingView(drag_view_); in HandleRipOffDrag() [all …]
|
D | shelf_view.h | 354 scoped_ptr<views::BoundsAnimator> bounds_animator_; variable
|
/external/chromium_org/ui/app_list/views/test/ |
D | apps_grid_view_test_api.cc | 24 view_->bounds_animator_.Cancel(); in LayoutToIdealBounds()
|
/external/chromium_org/ui/app_list/views/ |
D | apps_grid_view.cc | 349 bounds_animator_(this), in AppsGridView() 546 bounds_animator_.StopAnimatingView(drag_view_); in UpdateDrag() 710 if (bounds_animator_.IsAnimating()) in Layout() 711 bounds_animator_.Cancel(); in Layout() 784 bounds_animator_.StopAnimatingView(details.child); in ViewHierarchyChanged() 1045 if (bounds_animator_.GetTargetBounds(view) == target) in AnimateToIdealBounds() 1061 bounds_animator_.AnimateViewTo(view, target); in AnimateToIdealBounds() 1099 bounds_animator_.AnimateViewTo(view, target); in AnimationBetweenRows() 1102 bounds_animator_.SetAnimationDelegate( in AnimationBetweenRows() 1372 bounds_animator_.AnimateViewTo(drag_view_, drag_view_->bounds()); in MoveItemToFolder() [all …]
|
D | contents_view.cc | 54 bounds_animator_(new views::BoundsAnimator(this)) { in ContentsView() 138 bounds_animator_->AnimateViewTo(view_model_->view_at(i), in AnimateToIdealBounds()
|
D | contents_view.h | 91 scoped_ptr<views::BoundsAnimator> bounds_animator_; variable
|
D | apps_grid_view.h | 411 views::BoundsAnimator bounds_animator_; variable
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | tab_strip.cc | 627 bounds_animator_(this), in TabStrip() 980 return bounds_animator_.IsAnimating(); in IsAnimating() 987 bounds_animator_.Cancel(); in StopAnimating() 1749 bounds_animator_.AnimateViewTo(tab, tab_bounds); in ScheduleRemoveTabAnimation() 1753 bounds_animator_.SetAnimationDelegate(tab, new RemoveTabDelegate(this, tab), in ScheduleRemoveTabAnimation() 1760 bounds_animator_.StopAnimatingView(newtab_button_); in ScheduleRemoveTabAnimation() 1769 bounds_animator_.AnimateViewTo(tab, ideal_bounds(i)); in AnimateToIdealBounds() 1772 bounds_animator_.AnimateViewTo(newtab_button_, newtab_button_bounds_); in AnimateToIdealBounds() 1795 bounds_animator_.StopAnimatingView(newtab_button_); in DoLayout() 1923 bounds_animator_.IsAnimating(tabs[i])) { in LayoutDraggedTabsAt() [all …]
|
D | tab_strip.h | 607 views::BoundsAnimator bounds_animator_; variable
|