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

<<41424344454647484950>>

  /external/chromium-trace/src/tracing/
tracing_controller.js 198 * Tells browser to put up a load dialog and load the trace file
237 * Tells browser to put up a save dialog and save the trace file
  /external/javassist/sample/rmi/
webdemo.html 45 private AlertDialog dialog;
54 dialog = new AlertDialog();
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
SimpleApplication.java 118 // settings dialog is not shown
125 // show settings dialog
  /frameworks/base/core/java/android/preference/
MultiCheckPreference.java 32 * a dialog which allow the user to toggle each individually on and off.
244 public void onClick(DialogInterface dialog, int which, boolean isChecked) {
MultiSelectListPreference.java 32 * a dialog.
171 public void onClick(DialogInterface dialog, int which, boolean isChecked) {
  /frameworks/base/docs/html/guide/faq/
framework.jd 18 responding dialog?</a></li>
151 <h2>How to avoid getting the Application not responding dialog?</h2>
  /frameworks/base/docs/html/guide/topics/resources/
more-resources.jd 336 or a unique integer for use in your application code (for example, as an ID for a dialog or a
415 for a dialog:</p>
419 <p>In the same application, the "dialog_exit" ID is compared when creating a dialog:</p>
421 protected Dialog {@link android.app.Activity#onCreateDialog(int)}(int id) {
422 Dialog dialog;
428 dialog = null;
430 return dialog;
  /frameworks/base/docs/html/intl/ja/guide/developing/
eclipse-adt.jd 155 <li>Eclipse 3.3?Europa????[<strong>???Run?</strong>] &gt; [<strong>???????????Open Run Dialog?</strong>]???? [<strong>???? ?????????Open Debug Dialog?</strong>]????????
  /frameworks/base/docs/html/training/basics/supporting-devices/
platforms.jd 117 <p>To make your activity look like a dialog box:</p>
119 <pre>&lt;activity android:theme="@android:style/Theme.Dialog"></pre>
  /frameworks/base/policy/src/com/android/internal/policy/impl/
AccountUnlockScreen.java 44 import android.app.Dialog;
305 private Dialog getProgressDialog() {
  /frameworks/testing/uiautomator/utils/uiautomatorviewer/src/com/android/uiautomator/actions/
ScreenshotAction.java 55 ProgressMonitorDialog dialog = new ProgressMonitorDialog(mViewer.getShell()); local
57 dialog.run(true, false, new IRunnableWithProgress() {
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmPresetList.java 153 public void onClick(DialogInterface dialog,
163 public void onClick(DialogInterface dialog,
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java 283 public void onClick(DialogInterface dialog, int whichButton) {
295 public void onDismiss(DialogInterface dialog) {
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ResolveCache.java 48 * presented with the system disambiguation dialog.
167 * {@link Intent} disambiguation dialog.
  /packages/apps/Settings/src/com/android/settings/
AppWidgetPickActivity.java 139 public void onClick(DialogInterface dialog, int which) {
200 * Build and return list of items to be shown in dialog. This will mix both
BrightnessPreference.java 264 // Save the dialog state
272 // Restore the old state when the activity or dialog is being paused
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 185 // Show disconnect confirmation dialog for a device.
196 public void onClick(DialogInterface dialog, int which) {
BluetoothPermissionActivity.java 42 * BluetoothPermissionActivity shows a dialog for accepting incoming
222 public void onClick(DialogInterface dialog, int which) {
RequestPermissionActivity.java 178 // dismiss dialog immediately if settings say so
209 public void onClick(DialogInterface dialog, int which) {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java 261 public void onClick(DialogInterface dialog, int which) {
268 public void onClick(DialogInterface dialog, int which) {
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 577 // a choice from the alert dialog. We will wait
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchQuickFixProcessor.java 189 ConvertSwitchDialog dialog = new ConvertSwitchDialog(shell, mExpression); local
190 dialog.open();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java 78 * @param trayDialog the associated tray-capable dialog
178 // in issue #18623) then a dialog will pop up and interfere with the
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceOptionsDialog.java 49 /** Dialog displaying all the trace options before the user initiates tracing. */
249 * on the dialog is valid or not. If it is not valid, the message
  /external/chromium/chrome/browser/sync/
profile_sync_service.h 221 // Called when a user cancels any setup dialog (login, etc).
232 // Displays a dialog for the user to enter GAIA credentials and attempt
233 // re-authentication, and returns true if it actually opened the dialog.
234 // Returns false if a dialog is already showing, an auth attempt is in
237 // to open the dialog to easily ensure only one is ever showing.
246 // dialog for the error condition (relogin / enter passphrase).

Completed in 537 milliseconds

<<41424344454647484950>>