Home
last modified time | relevance | path

Searched refs:bounds_animator_ (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/ash/test/
Dshelf_view_test_api.cc85 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/
Dpanel_stack_view.cc140 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()
Dpanel_view.cc355 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()
Dpanel_stack_view.h141 scoped_ptr<gfx::LinearAnimation> bounds_animator_; variable
Dpanel_view.h235 scoped_ptr<PanelBoundsAnimation> bounds_animator_; variable
/external/chromium/chrome/browser/ui/views/tabs/
Dbase_tab_strip.cc122 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()
Dbase_tab_strip.h224 views::BoundsAnimator& bounds_animator() { return bounds_animator_; } in bounds_animator()
269 views::BoundsAnimator bounds_animator_; variable
/external/chromium_org/ash/shelf/
Dshelf_view.cc385 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 …]
Dshelf_view.h354 scoped_ptr<views::BoundsAnimator> bounds_animator_; variable
/external/chromium_org/ui/app_list/views/test/
Dapps_grid_view_test_api.cc24 view_->bounds_animator_.Cancel(); in LayoutToIdealBounds()
/external/chromium_org/ui/app_list/views/
Dapps_grid_view.cc349 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 …]
Dcontents_view.cc54 bounds_animator_(new views::BoundsAnimator(this)) { in ContentsView()
138 bounds_animator_->AnimateViewTo(view_model_->view_at(i), in AnimateToIdealBounds()
Dcontents_view.h91 scoped_ptr<views::BoundsAnimator> bounds_animator_; variable
Dapps_grid_view.h411 views::BoundsAnimator bounds_animator_; variable
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.cc627 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 …]
Dtab_strip.h607 views::BoundsAnimator bounds_animator_; variable