OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlertDialogSamples
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/app/
Animation.java
80
startActivity(new Intent(Animation.this,
AlertDialogSamples
.class));
93
startActivity(new Intent(Animation.this,
AlertDialogSamples
.class));
114
startActivity(new Intent(Animation.this,
AlertDialogSamples
.class), opts.toBundle());
129
startActivity(new Intent(Animation.this,
AlertDialogSamples
.class), opts.toBundle());
141
startActivity(new Intent(Animation.this,
AlertDialogSamples
.class), opts.toBundle());
161
startActivity(new Intent(Animation.this,
AlertDialogSamples
.class), opts.toBundle());
170
startActivity(new Intent(Animation.this,
AlertDialogSamples
.class));
AlertDialogSamples.java
40
* <h3>
AlertDialogSamples
</h3>
50
* <td >src/com.example.android.apis/app/
AlertDialogSamples
.java</td>
59
public class
AlertDialogSamples
extends Activity {
60
private static final String TAG = "
AlertDialogSamples
";
87
return new AlertDialog.Builder(
AlertDialogSamples
.this)
103
return new AlertDialog.Builder(
AlertDialogSamples
.this, AlertDialog.THEME_TRADITIONAL)
116
return new AlertDialog.Builder(
AlertDialogSamples
.this, AlertDialog.THEME_HOLO_LIGHT)
129
return new AlertDialog.Builder(
AlertDialogSamples
.this, AlertDialog.THEME_DEVICE_DEFAULT_LIGHT)
141
return new AlertDialog.Builder(
AlertDialogSamples
.this, AlertDialog.THEME_DEVICE_DEFAULT_DARK)
153
return new AlertDialog.Builder(
AlertDialogSamples
.this
[
all
...]
Completed in 172 milliseconds