Searched refs:CanvasAnimation (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DCanvasAnimation.java21 public abstract class CanvasAnimation extends Animation { class in inherits:Animation
H A DAlphaAnimation.java22 public class AlphaAnimation extends CanvasAnimation {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLRoot.java22 import com.android.gallery3d.anim.CanvasAnimation;
35 public void registerLaunchedAnimation(CanvasAnimation animation);
H A DSlideshowView.java22 import com.android.gallery3d.anim.CanvasAnimation;
121 private class SlideshowAnimation extends CanvasAnimation {
H A DGLRootView.java33 import com.android.gallery3d.anim.CanvasAnimation;
97 private final ArrayList<CanvasAnimation> mAnimations =
98 new ArrayList<CanvasAnimation>();
140 public void registerLaunchedAnimation(CanvasAnimation animation) {
H A DGLView.java23 import com.android.gallery3d.anim.CanvasAnimation;
67 private CanvasAnimation mAnimation;
85 public void startAnimation(CanvasAnimation animation) {
276 CanvasAnimation anim = component.mAnimation;

Completed in 119 milliseconds