Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLRoot.java22 import com.android.gallery3d.anim.CanvasAnimation;
35 public void registerLaunchedAnimation(CanvasAnimation animation); in registerLaunchedAnimation()
H A 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()
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) { in registerLaunchedAnimation()
H A DSlideshowView.java22 import com.android.gallery3d.anim.CanvasAnimation;
121 private class SlideshowAnimation extends CanvasAnimation {
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DCanvasAnimation.java21 public abstract class CanvasAnimation extends Animation { class
H A DAlphaAnimation.java22 public class AlphaAnimation extends CanvasAnimation {