Searched refs:StopAnimatingView (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/views/animation/
H A Dbounds_animator.h75 void StopAnimatingView(View* view);
H A Dbounds_animator_unittest.cc171 animator()->StopAnimatingView(child());
H A Dbounds_animator.cc122 void BoundsAnimator::StopAnimatingView(View* view) { function in class:views::BoundsAnimator
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab_strip.cc481 bounds_animator_.StopAnimatingView(tabs[i]);
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc402 bounds_animator_.StopAnimatingView(drag_view_);
592 bounds_animator_.StopAnimatingView(details.child);
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_view.cc305 animator_->StopAnimatingView(child);
316 animator_->StopAnimatingView(child);
/external/chromium_org/ash/launcher/
H A Dlauncher_view.cc986 bounds_animator_->StopAnimatingView(drag_view_);
1050 bounds_animator_->StopAnimatingView(drag_view_);
1319 bounds_animator_->StopAnimatingView(old_view.get());
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc1700 bounds_animator_.StopAnimatingView(newtab_button_);
1735 bounds_animator_.StopAnimatingView(newtab_button_);
1962 bounds_animator_.StopAnimatingView(tabs[i]);

Completed in 188 milliseconds