Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/WindowAnimations/src/com/example/android/windowanimations/
DWindowAnimations.java36 public class WindowAnimations extends Activity { class
52 Intent subActivity = new Intent(WindowAnimations.this, in onCreate()
65 Intent subActivity = new Intent(WindowAnimations.this, in onCreate()
69 ActivityOptions.makeCustomAnimation(WindowAnimations.this, in onCreate()
80 Intent subActivity = new Intent(WindowAnimations.this, in onCreate()
96 Intent subActivity = new Intent(WindowAnimations.this, AnimatedSubActivity.class); in onCreate()