/external/chromium_org/ui/views/animation/ |
D | bounds_animator_unittest.cc | 112 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()
|
D | bounds_animator.cc | 42 void BoundsAnimator::AnimateViewTo(View* view, const gfx::Rect& target) { in AnimateViewTo() function in views::BoundsAnimator 75 AnimateViewTo(view, target); in SetTargetBounds()
|
D | bounds_animator.h | 55 void AnimateViewTo(View* view, const gfx::Rect& target);
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | side_tab_strip.cc | 363 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()
|
D | base_tab_strip.cc | 419 bounds_animator_.AnimateViewTo(tab, tab_bounds); in StartRemoveTabAnimation() 558 bounds_animator_.AnimateViewTo(tab, ideal_bounds(TabIndexOfTab(tab))); in StoppedDraggingTab()
|
D | tab_strip.cc | 460 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/ |
D | message_center_view.cc | 549 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/ |
D | contents_view.cc | 138 bounds_animator_->AnimateViewTo(view_model_->view_at(i), in AnimateToIdealBounds()
|
D | speech_view.cc | 201 indicator_animator_->AnimateViewTo(indicator_, indicator_bounds); in OnSpeechSoundLevelChanged()
|
D | apps_grid_view.cc | 1061 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/ |
D | touch_tab_strip.cc | 126 bounds_animator().AnimateViewTo(tab, ideal_bounds(i)); in AnimateToIdealBounds()
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | tab_strip.cc | 1749 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/ |
D | shelf_view.cc | 902 bounds_animator_->AnimateViewTo(view, view_model_->ideal_bounds(i)); in AnimateToIdealBounds() 1572 bounds_animator_->AnimateViewTo(view, view->bounds()); in ShelfItemRemoved()
|