Home | History | Annotate | Download | only in controllersample

Lines Matching defs:Sprite

497     private abstract class Sprite {
524 public float distanceTo(Sprite other) {
528 public boolean collidesWith(Sprite other) {
540 * Moves the sprite based on the elapsed time defined by tau.
543 * @return false if the sprite is to be removed from the display
559 * Draws the sprite.
561 * @param canvas the Canvas upon which to draw the sprite.
566 * Returns the duration of the destruction animation of the sprite in
639 private class Ship extends Sprite {
1052 private class Bullet extends Sprite {
1093 private class Obstacle extends Sprite {