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

  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
CanvasAnimation.java 21 public abstract class CanvasAnimation extends Animation {
  /external/chromium/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_) {
711 canvasAnimation_ = new CanvasAnimation();
  /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 91 milliseconds