Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DPathAnimations.java43 public class PathAnimations extends Activity implements class
49 final static Property<PathAnimations, Point> POINT_PROPERTY
50 = new Property<PathAnimations, Point>(Point.class, "point") {
52 public Point get(PathAnimations object) {
58 public void set(PathAnimations object, Point value) {