Home
last modified time | relevance | path

Searched refs:AnimateViewTo (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/ui/views/animation/
Dbounds_animator_unittest.cc112 TEST_F(BoundsAnimatorTest, AnimateViewTo) { in TEST_F() argument
117 animator()->AnimateViewTo(child(), target_bounds); in TEST_F()
138 animator()->AnimateViewTo(child(), gfx::Rect(0, 0, 10, 10)); in TEST_F()
154 animator()->AnimateViewTo(child(), gfx::Rect(0, 0, 10, 10)); in TEST_F()
157 animator()->AnimateViewTo(child(), gfx::Rect(0, 0, 10, 10)); in TEST_F()
168 animator()->AnimateViewTo(child(), gfx::Rect(0, 0, 10, 10)); in TEST_F()
Dbounds_animator.cc42 void BoundsAnimator::AnimateViewTo(View* view, const gfx::Rect& target) { in AnimateViewTo() function in views::BoundsAnimator
75 AnimateViewTo(view, target); in SetTargetBounds()
Dbounds_animator.h55 void AnimateViewTo(View* view, const gfx::Rect& target);
/external/chromium/chrome/browser/ui/views/tabs/
Dside_tab_strip.cc363 bounds_animator().AnimateViewTo(tab, ideal_bounds(i)); in AnimateToIdealBounds()
366 bounds_animator().AnimateViewTo(newtab_button_, newtab_button_bounds_); in AnimateToIdealBounds()
368 bounds_animator().AnimateViewTo(separator_, separator_bounds_); in AnimateToIdealBounds()
Dbase_tab_strip.cc419 bounds_animator_.AnimateViewTo(tab, tab_bounds); in StartRemoveTabAnimation()
558 bounds_animator_.AnimateViewTo(tab, ideal_bounds(TabIndexOfTab(tab))); in StoppedDraggingTab()
Dtab_strip.cc460 bounds_animator().AnimateViewTo(tab, ideal_bounds(i)); in AnimateToIdealBounds()
463 bounds_animator().AnimateViewTo(newtab_button_, newtab_button_bounds_); in AnimateToIdealBounds()
992 bounds_animator().AnimateViewTo(tab_closing, tab_bounds); in StartMouseInitiatedRemoveTabAnimation()
/external/chromium_org/ui/message_center/views/
Dmessage_center_view.cc549 animator_->AnimateViewTo( in AnimateChild()
554 animator_->AnimateViewTo(child, child->bounds()); in AnimateChild()
560 animator_->AnimateViewTo(child, target); in AnimateChild()
578 animator_->AnimateViewTo(child, new_bounds); in AnimateClearingOneNotification()
/external/chromium_org/ui/app_list/views/
Dcontents_view.cc138 bounds_animator_->AnimateViewTo(view_model_->view_at(i), in AnimateToIdealBounds()
Dspeech_view.cc201 indicator_animator_->AnimateViewTo(indicator_, indicator_bounds); in OnSpeechSoundLevelChanged()
Dapps_grid_view.cc1061 bounds_animator_.AnimateViewTo(view, target); in AnimateToIdealBounds()
1099 bounds_animator_.AnimateViewTo(view, target); in AnimationBetweenRows()
1372 bounds_animator_.AnimateViewTo(drag_view_, drag_view_->bounds()); in MoveItemToFolder()
/external/chromium/chrome/browser/ui/touch/tabs/
Dtouch_tab_strip.cc126 bounds_animator().AnimateViewTo(tab, ideal_bounds(i)); in AnimateToIdealBounds()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.cc1749 bounds_animator_.AnimateViewTo(tab, tab_bounds); in ScheduleRemoveTabAnimation()
1769 bounds_animator_.AnimateViewTo(tab, ideal_bounds(i)); in AnimateToIdealBounds()
1772 bounds_animator_.AnimateViewTo(newtab_button_, newtab_button_bounds_); in AnimateToIdealBounds()
2079 bounds_animator_.AnimateViewTo(tab, ideal_bounds(tab_data_index)); in StoppedDraggingTab()
2627 bounds_animator_.AnimateViewTo(tab_closing, tab_bounds); in StartMouseInitiatedRemoveTabAnimation()
/external/chromium_org/ash/shelf/
Dshelf_view.cc902 bounds_animator_->AnimateViewTo(view, view_model_->ideal_bounds(i)); in AnimateToIdealBounds()
1572 bounds_animator_->AnimateViewTo(view, view->bounds()); in ShelfItemRemoved()