HomeSort by relevance Sort by last modified time
    Searched refs:AnimateViewTo (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ui/views/animation/
bounds_animator_unittest.cc 112 TEST_F(BoundsAnimatorTest, AnimateViewTo) {
117 animator()->AnimateViewTo(child(), target_bounds);
138 animator()->AnimateViewTo(child(), gfx::Rect(0, 0, 10, 10));
154 animator()->AnimateViewTo(child(), gfx::Rect(0, 0, 10, 10));
157 animator()->AnimateViewTo(child(), gfx::Rect(0, 0, 10, 10));
168 animator()->AnimateViewTo(child(), gfx::Rect(0, 0, 10, 10));
bounds_animator.h 30 // BoundsAnimator invoke AnimateViewTo for the set of views you want to
34 // a specific animation invoke SetAnimationForView after invoking AnimateViewTo.
55 void AnimateViewTo(View* view, const gfx::Rect& target);
57 // Similar to |AnimateViewTo|, but does not reset the animation, only the
59 // invoking |AnimateViewTo|.
bounds_animator.cc 42 void BoundsAnimator::AnimateViewTo(View* view, const gfx::Rect& target) {
58 // AnimateViewTo. AnimationProgressed does nothing when the bounds of the
75 AnimateViewTo(view, target);
  /external/chromium/chrome/browser/ui/views/tabs/
side_tab_strip.cc 363 bounds_animator().AnimateViewTo(tab, ideal_bounds(i));
366 bounds_animator().AnimateViewTo(newtab_button_, newtab_button_bounds_);
368 bounds_animator().AnimateViewTo(separator_, separator_bounds_);
base_tab_strip.cc 419 bounds_animator_.AnimateViewTo(tab, tab_bounds);
558 bounds_animator_.AnimateViewTo(tab, ideal_bounds(TabIndexOfTab(tab)));
tab_strip.cc 460 bounds_animator().AnimateViewTo(tab, ideal_bounds(i));
463 bounds_animator().AnimateViewTo(newtab_button_, newtab_button_bounds_);
    [all...]
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 126 bounds_animator().AnimateViewTo(tab, ideal_bounds(i));
  /external/chromium_org/ui/app_list/views/
contents_view.cc 135 bounds_animator_->AnimateViewTo(view_model_->view_at(i),
apps_grid_view.cc 835 bounds_animator_.AnimateViewTo(view, target);
873 bounds_animator_.AnimateViewTo(view, target);
    [all...]
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 543 animator_->AnimateViewTo(
548 animator_->AnimateViewTo(child, child->bounds());
554 animator_->AnimateViewTo(child, target);
572 animator_->AnimateViewTo(child, new_bounds);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc     [all...]
  /external/chromium_org/ash/launcher/
launcher_view.cc 885 bounds_animator_->AnimateViewTo(view, view_model_->ideal_bounds(i));
    [all...]

Completed in 357 milliseconds