Searched refs:animation_start_bounds_ (Results 1 – 2 of 2) sorted by relevance
131 animation_start_bounds_ = gfx::Rect(x, y, width, height); in AnimateToBounds()146 int delta_x = (animation_end_bounds_.x() - animation_start_bounds_.x()); in AnimationProgressed()147 int x = animation_start_bounds_.x() + in AnimationProgressed()
141 gfx::Rect animation_start_bounds_; variable