Home
last modified time | relevance | path

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

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