Home | History | Annotate | Download | only in animation

Lines Matching defs:BoundsAnimator

23 BoundsAnimator::BoundsAnimator(View* parent)
31 BoundsAnimator::~BoundsAnimator() {
42 void BoundsAnimator::AnimateViewTo(View* view, const gfx::Rect& target) {
73 void BoundsAnimator::SetTargetBounds(View* view, const gfx::Rect& target) {
82 gfx::Rect BoundsAnimator::GetTargetBounds(View* view) {
88 void BoundsAnimator::SetAnimationForView(View* view,
109 const SlideAnimation* BoundsAnimator::GetAnimationForView(View* view) {
113 void BoundsAnimator::SetAnimationDelegate(
121 void BoundsAnimator::StopAnimatingView(View* view) {
128 bool BoundsAnimator::IsAnimating(View* view) const {
132 bool BoundsAnimator::IsAnimating() const {
136 void BoundsAnimator::Cancel() {
147 void BoundsAnimator::SetAnimationDuration(int duration_ms) {
151 void BoundsAnimator::AddObserver(BoundsAnimatorObserver* observer) {
155 void BoundsAnimator::RemoveObserver(BoundsAnimatorObserver* observer) {
159 SlideAnimation* BoundsAnimator::CreateAnimation() {
167 void BoundsAnimator::RemoveFromMaps(View* view) {
175 void BoundsAnimator::CleanupData(bool send_cancel, Data* data, View* view) {
189 Animation* BoundsAnimator::ResetAnimationForView(View* view) {
202 void BoundsAnimator::AnimationEndedOrCanceled(const Animation* animation,
226 void BoundsAnimator::AnimationProgressed(const Animation* animation) {
248 void BoundsAnimator::AnimationEnded(const Animation* animation) {
252 void BoundsAnimator::AnimationCanceled(const Animation* animation) {
256 void BoundsAnimator::AnimationContainerProgressed(
279 void BoundsAnimator::AnimationContainerEmpty(AnimationContainer* container) {