/frameworks/base/docs/html/guide/topics/ui/ |
themes.jd | 293 writing them yourself. For example, you can use the {@code Dialog} theme and make your Activity 294 appear like a dialog box:</p> 297 <activity android:theme="@android:style/Theme.Dialog"> 421 you'll find a declaration for <code><style name="Theme.Dialog"></code>. In this definition,
|
/frameworks/base/docs/html/sdk/1.6_r1/ |
upgrading.jd | 104 <li>In the resulting Available Updates dialog, ensure that both Android DDMS 117 <li>In the resulting Available Updates dialog, locate the Android DDMS and 120 <p>If the Available Updates dialog does not list Android DDMS and Android 125 <li>In the Update Details dialog, click <strong>Next</strong>.</li>
|
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
android.preference.DialogPreference.html | 87 <nobr><code>Dialog</code> <A HREF="../../../../reference/android/preference/DialogPreference.html#getDialog()" target="_top"><code>getDialog</code></A>()</nobr>
|
/frameworks/base/libs/usb/src/com/android/future/usb/ |
UsbManager.java | 164 * This may result in a system dialog being displayed to the user
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
UsbConfirmActivity.java | 115 public void onClick(DialogInterface dialog, int which) {
|
UsbPermissionActivity.java | 158 public void onClick(DialogInterface dialog, int which) {
|
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ |
ManageDialog.java | 121 public void onClick(DialogInterface dialog, int which) {
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
TelephonyCapabilities.java | 96 * title of the "device id" dialog.)
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
TestShellActivity.java | 261 public void onClick(DialogInterface dialog, int which) { 267 public void onClick(DialogInterface dialog, int which) { 268 dialog.cancel(); 797 public boolean onCreateWindow(WebView view, boolean dialog, [all...] |
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
TestsListActivity.java | 74 /** Prepare the progress dialog */
|
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/ |
FmRxFreqInput.java | 35 * It is an activity that appears as a dialog.
|
/libcore/luni/src/main/java/java/sql/ |
Driver.java | 97 * when displaying a dialog to an end-user as part of the
|
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSResourceResolver.java | 52 * other input source (including, for example, a dialog box).
|
/libcore/luni/src/main/java/org/xml/sax/ |
EntityResolver.java | 89 * database or other input source (including, for example, a dialog
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppBtEnablingActivity.java | 83 // Set up the "dialog"
|
/packages/apps/Browser/src/com/android/browser/ |
WallpaperHandler.java | 60 public void onCancel(DialogInterface dialog) {
|
/packages/apps/CellBroadcastReceiver/ |
AndroidManifest.xml | 74 android:theme="@android:style/Theme.Holo.Dialog"
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
PhotoActionPopup.java | 75 // Build choices, depending on the current mode. We assume this Dialog is never called
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
QuickContactActivity.java | 85 * Mostly translucent {@link Activity} that shows QuickContact dialog. It loads 128 * displayed by this dialog, represented as a map from {@link String} 136 * <p>The MIME-types in {@link #LEADING_MIMETYPES} appear in the front of the dialog, 139 * <p>The ones in {@link #TRAILING_MIMETYPES} appear in the end of the dialog, in the order
|
/packages/apps/DeskClock/ |
AndroidManifest.xml | 69 android:theme="@android:style/Theme.Holo.Dialog"
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageGallery.java | 23 import android.app.Dialog; 81 private Dialog mMediaScanningDialog; 289 public void onClick(DialogInterface dialog, int which) { 290 dialog.dismiss(); [all...] |
MenuHelper.java | 207 // details dialog is dismissed or not. 451 public void onClick(DialogInterface dialog, 453 dialog.dismiss(); 804 public void onClick(DialogInterface dialog, int which) { [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
InstallWidgetReceiver.java | 186 public void onClick(DialogInterface dialog, int which) {
|
/packages/apps/Phone/res/values/ |
config.xml | 48 to fail before just showing an unsuccessful dialog -->
|
/packages/apps/Phone/res/xml/ |
call_feature_setting.xml | 62 in the dialog. These attributes are forwarded to that field
|