OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnimatedSubActivity
(Results
1 - 2
of
2
) sorted by null
/development/samples/devbytes/animation/WindowAnimations/src/com/example/android/windowanimations/
AnimatedSubActivity.java
28
public class
AnimatedSubActivity
extends Activity {
WindowAnimations.java
63
// Using the
AnimatedSubActivity
also allows us to animate exiting that
66
AnimatedSubActivity
.class);
81
AnimatedSubActivity
.class);
96
Intent subActivity = new Intent(WindowAnimations.this,
AnimatedSubActivity
.class);
Completed in 648 milliseconds