Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DAlertDialogSamples.java59 public class AlertDialogSamples extends Activity { class
87 return new AlertDialog.Builder(AlertDialogSamples.this) in onCreateDialog()
103 return new AlertDialog.Builder(AlertDialogSamples.this, AlertDialog.THEME_TRADITIONAL) in onCreateDialog()
116 return new AlertDialog.Builder(AlertDialogSamples.this, AlertDialog.THEME_HOLO_LIGHT) in onCreateDialog()
129 … return new AlertDialog.Builder(AlertDialogSamples.this, AlertDialog.THEME_DEVICE_DEFAULT_LIGHT) in onCreateDialog()
141 … return new AlertDialog.Builder(AlertDialogSamples.this, AlertDialog.THEME_DEVICE_DEFAULT_DARK) in onCreateDialog()
153 return new AlertDialog.Builder(AlertDialogSamples.this) in onCreateDialog()
176 return new AlertDialog.Builder(AlertDialogSamples.this) in onCreateDialog()
199 return new AlertDialog.Builder(AlertDialogSamples.this) in onCreateDialog()
206 new AlertDialog.Builder(AlertDialogSamples.this) in onCreateDialog()
[all …]
DAnimation.java80 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));