HomeSort by relevance Sort by last modified time
    Searched defs:bounds_animator_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.h 141 scoped_ptr<gfx::LinearAnimation> bounds_animator_; member in class:PanelStackView
panel_view.h 235 scoped_ptr<PanelBoundsAnimation> bounds_animator_; member in class:PanelView
  /external/chromium_org/ash/shelf/
shelf_view.h 343 scoped_ptr<views::BoundsAnimator> bounds_animator_; member in class:ash::ShelfView
shelf_view.cc 120 bounds_animator_(bounds_animator) {
121 bounds_animator_->SetAnimationDuration(1);
125 bounds_animator_->SetAnimationDuration(old_duration_);
132 views::BoundsAnimator* bounds_animator_; member in class:ash::__anon6579::BoundsAnimatorDisabler
396 bounds_animator_.reset(new views::BoundsAnimator(this));
397 bounds_animator_->AddObserver(this);
404 bounds_animator_->RemoveObserver(this);
680 if (bounds_animator_->IsAnimating()) {
858 bounds_animator_->AnimateViewTo(view, view_model_->ideal_bounds(i));
902 bounds_animator_->SetAnimationDelegate
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 639 views::BoundsAnimator bounds_animator_; member in class:TabStrip
  /external/chromium_org/ui/app_list/views/
apps_grid_view.h 123 // Return true if the |bounds_animator_| is animating |view|.
539 views::BoundsAnimator bounds_animator_; member in class:app_list::AppsGridView

Completed in 114 milliseconds