Home | History | Annotate | Download | only in animation

Lines Matching defs:animation

16 package com.example.android.apis.animation;
18 import android.animation.ObjectAnimator;
19 import android.animation.TypeConverter;
20 import android.animation.ValueAnimator;
35 import android.view.animation.Animation;
36 import android.view.animation.LinearInterpolator;
42 /** This application demonstrates the use of Path animation. */
159 // setCoordinates(int x, int y) is called on this during the animation.
166 // changeCoordinates(float x, float y) is called on this during the animation.
186 mAnimator.setRepeatMode(Animation.RESTART);