HomeSort by relevance Sort by last modified time
    Searched refs:CanvasAnimation (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
CanvasAnimation.java 21 public abstract class CanvasAnimation extends Animation {
AlphaAnimation.java 22 public class AlphaAnimation extends CanvasAnimation {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRoot.java 22 import com.android.gallery3d.anim.CanvasAnimation;
35 public void registerLaunchedAnimation(CanvasAnimation animation);
SlideshowView.java 22 import com.android.gallery3d.anim.CanvasAnimation;
121 private class SlideshowAnimation extends CanvasAnimation {
GLRootView.java 33 import com.android.gallery3d.anim.CanvasAnimation;
97 private final ArrayList<CanvasAnimation> mAnimations =
98 new ArrayList<CanvasAnimation>();
140 public void registerLaunchedAnimation(CanvasAnimation animation) {
GLView.java 23 import com.android.gallery3d.anim.CanvasAnimation;
67 private CanvasAnimation mAnimation;
85 public void startAnimation(CanvasAnimation animation) {
276 CanvasAnimation anim = component.mAnimation;

Completed in 102 milliseconds