HomeSort by relevance Sort by last modified time
    Searched refs:SubActivity (Results 1 - 2 of 2) sorted by null

  /development/samples/devbytes/animation/WindowAnimations/src/com/example/android/windowanimations/
SubActivity.java 28 public class SubActivity extends Activity {
WindowAnimations.java 52 Intent subActivity = new Intent(WindowAnimations.this,
53 SubActivity.class);
54 startActivity(subActivity);
65 Intent subActivity = new Intent(WindowAnimations.this,
71 startActivity(subActivity, translateBundle);
80 Intent subActivity = new Intent(WindowAnimations.this,
84 startActivity(subActivity, scaleBundle);
96 Intent subActivity = new Intent(WindowAnimations.this, AnimatedSubActivity.class);
99 startActivity(subActivity, scaleBundle);

Completed in 49 milliseconds