HomeSort by relevance Sort by last modified time
    Searched full:dialog (Results 576 - 600 of 1945) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/webkit/
HttpAuthHandler.java 55 * return true if the prompt dialog should be suppressed.
  /frameworks/base/core/res/res/layout/
preference_dialog_edittext.xml 17 <!-- Layout used as the dialog's content View for EditTextPreference. -->
  /frameworks/base/core/res/res/values-sw720dp/
dimens.xml 24 <!-- The platform's desired fixed width for a dialog along the major axis
27 <!-- The platform's desired fixed width for a dialog along the minor axis
30 <!-- The platform's desired fixed height for a dialog along the major axis
33 <!-- The platform's desired fixed height for a dialog along the minor axis
  /frameworks/base/docs/html/tools/help/
gltracer.jd 59 <img src="{@docRoot}images/gltracer/dialog-trace.png">
60 <p class="img-caption"><strong>Figure 1.</strong> Trace capture dialog box.</p>
71 <li>In the dialog box, select the <strong>Device</strong> to use for the trace.</li>
87 <li>In the dialog box, <strong>Stop Tracing</strong> to complete the tracing run.</li>
  /frameworks/base/tests/ActivityTests/res/values/
themes.xml 18 <style name="SlowDialog" parent="@android:style/Theme.Holo.Dialog">
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TimeDialogActivity.java 37 b.setText("Show dialog");
  /frameworks/support/volley/src/com/android/volley/
AuthFailureError.java 29 /** An intent that can be used to resolve this exception. (Brings up the password dialog.) */
  /packages/apps/Contacts/res/values-sw580dp/
styles.xml 60 <style name="ContactPickerTheme" parent="@android:Theme.Holo.Light.Dialog">
102 <style name="ContactListFilterTheme" parent="@android:Theme.Holo.Light.Dialog">
112 <style name="DetailActivityTheme" parent="@android:Theme.Dialog">
122 <style name="NonPhoneDialogTheme" parent="@android:Theme.Holo.Light.Dialog">
  /packages/apps/Contacts/src/com/android/contacts/
CallContactActivity.java 57 public void onDismiss(DialogInterface dialog) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
GroupEditorActivity.java 26 import android.app.Dialog;
97 protected Dialog onCreateDialog(int id, Bundle args) {
101 // Nobody knows about the Dialog
102 Log.w(TAG, "Unknown dialog requested, id: " + id + ", args: " + args);
  /packages/apps/Contacts/src/com/android/contacts/widget/
FullHeightLinearLayout.java 27 * implementation of the dialog theme.
  /packages/apps/Email/src/com/android/email/
RequireManualSyncDialog.java 37 public void onClick(DialogInterface dialog, int which) {
  /packages/apps/Gallery2/res/values-xlarge/
styles.xml 24 <style name="DialogPickerTheme" parent="android:Theme.Holo.Dialog">
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DialogDetailsView.java 21 import android.app.Dialog;
54 private Dialog mDialog;
95 public void onClick(DialogInterface dialog, int whichButton) {
102 public void onDismiss(DialogInterface dialog) {
  /packages/apps/MusicFX/res/values/
strings.xml 34 <!-- title of control panel picker dialog [CHAR LIMIT=30] -->
  /packages/apps/Phone/res/layout/
pref_dialog_editpin.xml 17 <!-- Layout used as the dialog's content View for EditTextPreference. -->
  /packages/apps/QuickSearchBox/res/values/
strings.xml 23 <!-- Text in the dialog for confirming whether to remove an item from the search
75 <!--[CHAR LIMIT=200] Title used in the dialog shown after choosing the 'clear search shortcuts' setting. -->
77 <!--[CHAR LIMIT=30] Text used on the button to clear shortcuts in the dialog shown after choosing the 'clear search shortcuts' setting. -->
79 <!--[CHAR LIMIT=30] Text used on the button to cancel in the dialog shown after choosing the 'clear search shortcuts' setting. -->
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
OkCancelPreference.java 23 * Dialog preference that allows registering a listener for the result.
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoveryReceiver.java 28 * is used to decide whether to open an alert dialog or
BluetoothNameDialogFragment.java 20 import android.app.Dialog;
45 * Dialog fragment for renaming the local Bluetooth device.
88 public Dialog onCreateDialog(Bundle savedInstanceState) {
100 public void onClick(DialogInterface dialog, int which) {
DevicePickerActivity.java 25 * Activity for Bluetooth device picker dialog. The device picker logic
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiAPITest.java 111 public void onClick(DialogInterface dialog, int whichButton) {
118 public void onClick(DialogInterface dialog, int whichButton) {
131 public void onClick(DialogInterface dialog, int whichButton) {
138 public void onClick(DialogInterface dialog, int whichButton) {
  /packages/apps/SoundRecorder/res/values/
strings.xml 62 <!-- shown as the message in a dialog when an error occured because of an error accessing the sd card [CHAR LIMIT=NONE] -->
64 <!-- shown as the message in a dialog when an error occured because of an error accessing the sd card -->
66 <!-- shown as the message in a dialog when the app encountered an unspecified internal error -->
68 <!-- shown as the message in a dialog when the recording could not be added to the media database -->
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 21 import android.app.Dialog;
78 /** ID of the dialog control (confirm deletion) */
80 /** ID of the dialog control (confirm initialize) */
164 /** Show Dialog Num */
328 /* edit the word (show dialog) */
334 /* delete the word (show dialog) */
341 /* clear the dictionary (show dialog) */
365 @Override protected Dialog onCreateDialog(int id) {
393 * Process the event when the button on the "Delete word" dialog is pushed
395 * @param dialog The information of the dialo
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LayoutCreatorDialog.java 28 import org.eclipse.jface.dialogs.Dialog;
38 * Dialog to choose a non existing {@link FolderConfiguration}.
51 * Creates a dialog, and init the UI from a {@link FolderConfiguration}.
138 String displayString = Dialog.shortenText(String.format("New File: res/%1$s/%2$s",

Completed in 1264 milliseconds

<<21222324252627282930>>