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

<<41424344454647484950>>

  /external/chromium/googleurl/base/
logging.cc 65 // the debug message dialog.
194 // look for the debug dialog program next to our application
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 187 // Put the filters of the first selected entry in the dialog.
262 * Sets up the filter dialog with the filters from the specified class path
  /external/webkit/Source/WebKit2/UIProcess/
WebUIClient.cpp 65 map.set("dialog", WebBoolean::create(windowFeatures.dialog));
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
mozilla 26 -moz-dialog
218 dialog
  /external/wpa_supplicant_8/src/p2p/
p2p_build.c 25 wpa_printf(MSG_DEBUG, "P2P: * Dialog Token: %d", dialog_token);
39 wpa_printf(MSG_DEBUG, "P2P: * Dialog Token: %d", dialog_token);
p2p_dev_disc.c 182 "P2P: Invalid Dialog Token 0 (must be nonzero) in "
258 "Discoverability Response with unexpected dialog "
  /frameworks/base/docs/html/sdk/api_diff/13/changes/
methods_index_changes.html 114 <nobr><A HREF="android.app.Activity.html#android.app.Activity.onPrepareDialog_changed(int, android.app.Dialog, android.os.Bundle)" class="hiddenlink" target="rightframe">onPrepareDialog
115 (<code>int, Dialog, Bundle</code>)</A></nobr><br>
  /packages/apps/Calendar/
AndroidManifest.xml 159 android:theme="@android:style/Theme.Holo.Dialog" android:excludeFromRecents="true" />
162 android:theme="@android:style/Theme.Holo.Dialog" android:excludeFromRecents="true"
  /packages/apps/Contacts/res/values/
dimens.xml 242 <!-- Max width of the SearchView when the contact picker is a dialog (on wide
246 <!-- Min height of the list of contacts when the contact picker is a dialog (on
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java 163 public void onClick(DialogInterface dialog, int which) {
174 public void onClick(DialogInterface dialog, int which) {
  /packages/inputmethods/LatinIME/java/res/values/
donottranslate.xml 106 <!-- Title for Latin keyboard debug settings activity / dialog -->
119 <!-- For keyboard theme switcher dialog -->
  /packages/providers/MediaProvider/src/com/android/providers/media/
RingtonePickerActivity.java 98 public void onClick(DialogInterface dialog, int which) {
236 public void onClick(DialogInterface dialog, int which) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Log.java 130 * in a dialog box.
207 * Outputs a log message and attempts to display it in a dialog.
  /sdk/eclipse/
changes.txt 24 * The Lint Options dialog has Enable All and Disable All buttons,
218 - The screenshot dialog will add timestamps to the filenames, and
351 - AVD creation dialog now enforce sd card of 9MB or higher
553 of displaying an (annoying) dialog box.
573 the manifest is changed. Also improved Launch Config dialog and
598 - Cases where no emulator is running but a dialog still says "An
607 - Project selection in the Launch Config Dialog now only shows Android
628 - Custom options for emulator. In the Launch configuration dialog you
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 609 FileDialog dialog = new FileDialog(mPickImageButton.getShell(), SWT.OPEN); local
610 String file = dialog.open();
657 MessageDialog dialog = new MessageDialog(mChooseClipart.getShell(), local
738 dialog.open();
764 FontDialog dialog = new FontDialog(mFontButton.getShell()); local
    [all...]
CreateAssetSetWizard.java 113 MessageDialog dialog = new MessageDialog(null, "File Already Exists", null, local
121 int result = dialog.open();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiPackageAttributeNode.java 70 * a dialog to choose an existing package. Also, there's a link to create a new package.
175 * Handles response to the Browse button by creating a Package dialog.
  /sdk/find_java/
utils.h 352 // Displays a message in an ok+info dialog box.
355 // Displays GetLastError prefixed with a description in an error dialog box
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 678 // This is called if the user cancels the "No calendars" dialog.
679 // The "No calendars" dialog is shown if there are no syncable calendars.
681 public void onCancel(DialogInterface dialog) {
682 if (dialog == mLoadingCalendarsDialog) {
685 } else if (dialog == mNoCalendarsDialog) {
692 // This is called if the user clicks on a dialog button.
694 public void onClick(DialogInterface dialog, int which) {
695 if (dialog == mNoCalendarsDialog) {
705 } else if (dialog == mTimezoneDialog) {
709 dialog.dismiss()
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java 167 public void onClick(DialogInterface dialog, int which) {
  /cts/tests/tests/preference2/res/values/
arrays.xml 56 <!-- Used in app/dialog examples -->
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceFromCodeActivity.java 81 // Dialog based preferences
  /development/apps/Development/src/com/android/development/
AppHwPref.java 113 // TODO display dialog
  /development/samples/ApiDemos/res/values/
arrays.xml 61 <!-- Used in app/dialog examples -->
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ReceiveResult.java 34 * <p>This can be used, for example, to implement a dialog alowing the user to

Completed in 644 milliseconds

<<41424344454647484950>>