HomeSort by relevance Sort by last modified time
    Searched refs:CanvasAnimation (Results 1 - 7 of 7) 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;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 29 //Object for CanvasAnimation
124 function CanvasAnimation() {
141 CanvasAnimation.prototype.animate = function() {
157 CanvasAnimation.prototype.drawIconAtRotation = function() {
175 CanvasAnimation.prototype.getSector = function(sector) {
182 CanvasAnimation.prototype.drawFinal = function() {
233 CanvasAnimation.prototype.showLoggedOut = function() {
246 CanvasAnimation.prototype.getBadgeText = function(nextEvent_) {
723 canvasAnimation_ = new CanvasAnimation();

Completed in 525 milliseconds