Searched refs:AlertDialogSamples (Results 1 – 2 of 2) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | AlertDialogSamples.java | 58 public class AlertDialogSamples extends Activity { class 85 return new AlertDialog.Builder(AlertDialogSamples.this) in onCreateDialog() 101 return new AlertDialog.Builder(AlertDialogSamples.this, AlertDialog.THEME_TRADITIONAL) in onCreateDialog() 114 return new AlertDialog.Builder(AlertDialogSamples.this, AlertDialog.THEME_HOLO_LIGHT) in onCreateDialog() 127 … return new AlertDialog.Builder(AlertDialogSamples.this, AlertDialog.THEME_DEVICE_DEFAULT_LIGHT) in onCreateDialog() 139 … return new AlertDialog.Builder(AlertDialogSamples.this, AlertDialog.THEME_DEVICE_DEFAULT_DARK) in onCreateDialog() 151 return new AlertDialog.Builder(AlertDialogSamples.this) in onCreateDialog() 174 return new AlertDialog.Builder(AlertDialogSamples.this) in onCreateDialog() 197 return new AlertDialog.Builder(AlertDialogSamples.this) in onCreateDialog() 204 new AlertDialog.Builder(AlertDialogSamples.this) in onCreateDialog() [all …]
|
D | Animation.java | 69 startActivity(new Intent(Animation.this, AlertDialogSamples.class)); 81 startActivity(new Intent(Animation.this, AlertDialogSamples.class)); 101 startActivity(new Intent(Animation.this, AlertDialogSamples.class), opts.toBundle()); 115 startActivity(new Intent(Animation.this, AlertDialogSamples.class), opts.toBundle()); 126 startActivity(new Intent(Animation.this, AlertDialogSamples.class), opts.toBundle()); 145 startActivity(new Intent(Animation.this, AlertDialogSamples.class), opts.toBundle());
|