/external/chromium/chrome/browser/resources/chromeos/ |
mobile_dialogs.css | 17 .dialog { 25 .dialog h1 {
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
change_picture_options_handler.h | 31 // Opens a file selection dialog to choose user image from file. 34 // Opens the camera capture dialog.
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPDialogEventListener.java | 22 * dialog events. 30 * Invoked when an error has ocurred with a dialog.
|
/external/proguard/src/proguard/gui/ |
OptimizationsDialog.java | 39 * Return value if the dialog is canceled (with the Cancel button or by 40 * closing the dialog window). 45 * Return value if the dialog is approved (with the Ok button). 187 * Sets the initial optimization filter to be used by the dialog. 203 * Returns the optimization filter composed from the settings in the dialog. 212 * Shows this dialog. This method only returns when the dialog is closed. 221 // Open the dialog in the right place, then wait for it to be closed,
|
/external/replicaisland/res/xml/ |
level_0_2_dialog_kabocha.xml | 2 <dialog> 102 </dialog>
|
level_0_3_dialog_kabocha.xml | 2 <dialog> 102 </dialog>
|
/external/replicaisland/src/com/replica/replicaisland/ |
ExtrasMenuActivity.java | 8 import android.app.Dialog; 153 protected Dialog onCreateDialog(int id) { 154 Dialog dialog = null; local 157 dialog = new AlertDialog.Builder(this) 160 public void onClick(DialogInterface dialog, int whichButton) { 168 dialog = new AlertDialog.Builder(this) 174 return dialog;
|
/frameworks/base/docs/html/design/building-blocks/ |
pickers.jd | 18 display in a dialog. For inline display, consider using more compact controls such as text fields or 26 <p>Android provides these as ready-to-use dialogs. Each picker is a dialog with a set of controls for
|
/packages/apps/BasicSmsReceiver/res/values/ |
strings.xml | 20 <!-- Dialog title. [CHAR LIMIT=NONE] --> 22 <!-- Name of the done button on dialog. [CHAR LIMIT=NONE] -->
|
/packages/apps/DeskClock/res/values-sw600dp/ |
styles.xml | 19 <style name="AlarmClockTheme" parent="android:Theme.Holo.Dialog"/> 20 <style name="SetAlarmTheme" parent="android:Theme.Holo.Dialog"/>
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
WallpaperChooser.java | 41 * as a dialog 44 fragment.show(getFragmentManager(), "dialog");
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
ConfirmConnectActivity.java | 29 public void onClick(DialogInterface dialog, int id) { 38 public void onClick(DialogInterface dialog, int id) {
|
/packages/apps/Phone/res/layout/ |
dialog_ussd_response.xml | 17 <!-- Layout used as the dialog's content View for the USSD dialog.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CorpusSelectionDialog.java | 21 import android.app.Dialog; 37 * Corpus selection dialog. 39 public class CorpusSelectionDialog extends Dialog { 66 * Shows the corpus selection dialog. 128 // Cancel dialog on any touch down event which is not handled by the corpus grid 141 // Dismiss dialog on up move when nothing, or an item on the top row, is selected. 148 // Dismiss dialog when typing on hard keyboard (soft keyboard is behind the dialog,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringWizard.java | 23 * A wizard for ExtractString based on a simple dialog with one page. 33 * Create a wizard for ExtractString based on a simple dialog with one page.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
IUpdateWizardDialog.java | 27 * Invoked after {@link WizardDialog#create()} to let the caller update the dialog.
29 public void updateWizardDialog(WizardDialogEx dialog);
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
ITaskMonitor.java | 34 * - A <b>title</b> <em>may</em> be present on a task dialog, typically when a task
35 * dialog is created. This is not covered by this monitor interface. <br/>
53 * Sets the description in the current task dialog.
124 * Display a yes/no question dialog box.
127 * making sure the dialog is opened synchronously in the ui thread.
129 * @param title The title of the dialog box
138 * dialog is opened synchronously in the UI thread.
140 * @param title The title of the dialog box.
|
/cts/tests/src/android/app/cts/ |
DialogStubActivity.java | 24 import android.app.Dialog; 44 * Stub class for Dialog, AlertDialog, DatePickerDialog, TimePickerDialog etc. 98 private Dialog mDialog; 110 protected Dialog onCreateDialog(int id) { 113 mDialog = new Dialog(this); 114 mDialog.setTitle("Hello, Dialog"); 118 mDialog = new Dialog(this, 1); 207 public void onCancel(DialogInterface dialog) { 214 public void onCancel(DialogInterface dialog) { 229 public void onCancel(DialogInterface dialog) { [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
MoveMessageToDialog.java | 21 import android.app.Dialog; 43 * "Move (messages) to" dialog. This is a modal dialog and the design is such so that only one is 89 MoveMessageToDialog dialog = new MoveMessageToDialog(); local 92 dialog.setArguments(args); 93 dialog.setTargetFragment(callbackFragment, 0); 94 return dialog; 114 public Dialog onCreateDialog(Bundle savedInstanceState) { 117 // Build adapter & dialog 143 * The active move message dialog. This dialog is fairly modal so it only makes sense to hav [all...] |
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/ |
DialogHelperImpl.java | 21 import android.app.Dialog; 37 * protected Dialog onCreateDialog(int id, Bundle bundle) { 43 * show a Dialog can call a method like this: 54 * protected Dialog onCreateDialog(int id, Bundle bundle) { 97 public Dialog handleOnCreateDialog(int id, Bundle args) {
|
/external/chromium/chrome/browser/chromeos/ |
sim_dialog_delegate.cc | 18 // Default width/height of the dialog. 22 // Width/height for the change PIN dialog mode. 27 // dialog for. Possible values: 28 // change-pin - use dialog to change PIN, ask for old & new PIN. 34 // Dialog mode constants.
|
/external/chromium/chrome/browser/sync/ |
sync_setup_wizard.h | 61 // new dialog starting at |advance_state|. If the wizard has never ran 67 // Whether or not a dialog is currently showing. Useful to determine 71 // Focus the dialog if it is already open. Does nothing if the dialog is 78 // If we just need to pop open an individual dialog, say to collect
|
/packages/apps/Contacts/res/layout-sw580dp/ |
contact_picker.xml | 24 The SearchView should have a max width to prevent the dialog from resizing to the 27 will take on the automatically computed width of a dialog (based on the dialog contents) 42 the dialog from resizing too much when the search results change. The activity dialog
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
NonPhoneActivity.java | 25 import android.app.Dialog; 67 public Dialog onCreateDialog(Bundle savedInstanceState) { 81 public void onClick(DialogInterface dialog, int which) { 96 public void onDismiss(DialogInterface dialog) { 97 super.onDismiss(dialog);
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
SelectAccountDialogFragment.java | 22 import android.app.Dialog; 33 * Shows a dialog asking the user which account to chose. 43 public Dialog onCreateDialog(Bundle savedInstanceState) { 76 public void onClick(DialogInterface dialog, int which) { 77 dialog.dismiss();
|