HomeSort by relevance Sort by last modified time
    Searched refs:AnimateViewTo (Results 1 - 13 of 13) 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 138 bounds_animator_->AnimateViewTo(view_model_->view_at(i),
speech_view.cc 201 indicator_animator_->AnimateViewTo(indicator_, indicator_bounds);
apps_grid_view.cc     [all...]
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 549 animator_->AnimateViewTo(
554 animator_->AnimateViewTo(child, child->bounds());
560 animator_->AnimateViewTo(child, target);
578 animator_->AnimateViewTo(child, new_bounds);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc     [all...]
  /external/chromium_org/ash/shelf/
shelf_view.cc     [all...]

Completed in 182 milliseconds