OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubActivity
(Results
1 - 4
of
4
) 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);
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
SubActivity.java
26
public class
SubActivity
extends Activity {
32
getActionBar().setTitle("
SubActivity
");
MainActivity.java
95
startActivity(new Intent(MainActivity.this,
SubActivity
.class));
Completed in 65 milliseconds