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

  /external/chromium_org/ui/views/animation/
bounds_animator_unittest.cc 112 TEST_F(BoundsAnimatorTest, AnimateViewTo) {
116 animator()->AnimateViewTo(child(), target_bounds);
138 animator()->AnimateViewTo(child(), gfx::Rect(0, 0, 10, 10));
155 animator()->AnimateViewTo(child(), gfx::Rect(0, 0, 10, 10));
159 animator()->AnimateViewTo(child(), gfx::Rect(0, 0, 10, 10));
170 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.
48 void AnimateViewTo(View* view, const gfx::Rect& target);
50 // Similar to |AnimateViewTo|, but does not reset the animation, only the
52 // 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_org/ui/app_list/views/
speech_view.cc 248 indicator_animator_->AnimateViewTo(indicator_, indicator_bounds);
apps_grid_view.cc     [all...]
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 490 animator_->AnimateViewTo(
495 animator_->AnimateViewTo(child, child->bounds());
501 animator_->AnimateViewTo(child, target);
519 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 858 bounds_animator_->AnimateViewTo(view, view_model_->ideal_bounds(i));
    [all...]

Completed in 218 milliseconds