Searched refs:dialog (Results 101 - 125 of 142) sorted by relevance

123456

/frameworks/base/packages/Osu/src/com/android/hotspot2/app/
H A DMainActivity.java251 AlertDialog dialog = builder.create();
252 dialog.show();
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialog.java93 * Helper to show the global actions dialog. Each item is an {@link Action} that
179 * Show the global actions dialog (creating if necessary)
189 // Show delayed, so that the dismiss of the previous dialog completes
228 * Create the global actions dialog.
230 * @return A new dialog.
250 // Launch ECM exit dialog
345 ActionsDialog dialog = new ActionsDialog(mContext, this, mAdapter, onItemLongClickListener);
346 dialog.setCanceledOnTouchOutside(false); // Handled by the custom class.
347 dialog.setKeyguardShowing(mKeyguardShowing);
349 dialog
668 onDismiss(DialogInterface dialog) argument
681 onClick(DialogInterface dialog, int which) argument
[all...]
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoLand.java163 public void onClick(DialogInterface dialog, int which) {
244 public void onClick(DialogInterface dialog, int which) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DLockscreenFragment.java109 AlertDialog dialog = new Builder(getContext())
114 dialog.dismiss();
H A DNavBarTuner.java174 .setPositiveButton(android.R.string.ok, (dialog, which) -> {
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java963 EditorManager(EditStyledText est, StyledTextDialog dialog) { argument
965 mActions = new EditModeActions(mEST, this, dialog);
2138 public void onClick(DialogInterface dialog, int which) {
2165 public void onClick(DialogInterface dialog, int which) {
2224 public void onClick(DialogInterface dialog, int which) {
2231 public void onClick(DialogInterface dialog, int which) {
2283 public void onClick(DialogInterface dialog, int which) {
2300 public void onClick(DialogInterface dialog, int which) {
2329 public void onClick(DialogInterface dialog, int which) {
2823 EditModeActions(EditStyledText est, EditorManager manager, StyledTextDialog dialog) { argument
[all...]
/frameworks/base/core/java/android/app/
H A DDatePickerDialog.java39 * A simple dialog containing an {@link android.widget.DatePicker}.
55 * Creates a new date picker dialog for the current date using the parent
56 * context's default date picker dialog theme.
65 * Creates a new date picker dialog for the current date.
69 * this dialog, or {@code 0} to use the parent
70 * {@code context}'s default alert dialog theme
77 * Creates a new date picker dialog for the specified date using the parent
78 * context's default date picker dialog theme.
94 * Creates a new date picker dialog for the specified date.
98 * this dialog, o
164 onClick(@onNull DialogInterface dialog, int which) argument
[all...]
H A DDialog.java75 * that managed this dialog.
140 * Creates a dialog window that uses the default dialog theme.
143 * base theme used to present the dialog.
145 * @param context the context in which the dialog should run
153 * Creates a dialog window that uses a custom dialog style.
156 * base theme used to present the dialog.
163 * @param context the context in which the dialog should run
165 * window, or {@code 0} to use the default dialog them
1353 ListenersHandler(Dialog dialog) argument
[all...]
/frameworks/base/core/java/android/preference/
H A DMultiCheckPreference.java33 * a dialog which allow the user to toggle each individually on and off.
254 public void onClick(DialogInterface dialog, int which, boolean isChecked) {
H A DMultiSelectListPreference.java33 * a dialog.
182 public void onClick(DialogInterface dialog, int which, boolean isChecked) {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardDisplayManager.java94 public void onDismiss(DialogInterface dialog) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbConfirmActivity.java112 public void onClick(DialogInterface dialog, int which) { argument
H A DUsbDebuggingActivity.java152 public void onClick(DialogInterface dialog, int which) { argument
H A DUsbPermissionActivity.java159 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DManageDialog.java70 // mConfig can be null if we are a restricted user, in that case don't show this dialog
120 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java149 * @param context Context used to display the shutdown progress dialog. This must be a context
196 public void onClick(DialogInterface dialog, int which) {
202 closer.dialog = sConfirmDialog;
214 public Dialog dialog; field in class:ShutdownThread.CloseDialogReceiver
224 dialog.cancel();
237 * @param context Context used to display the shutdown progress dialog. This must be a context
254 * @param context Context used to display the shutdown progress dialog. This must be a context
272 // Throw up a system dialog to indicate the device is rebooting / shutting down.
324 // scary dialog message.
329 // Factory reset path. Set the dialog messag
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/
H A DMainFragment.java23 import android.support.v17.leanback.supportleanbackshowcase.app.dialog.DialogExampleActivity;
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/
H A DMainFragment.java23 import android.support.v17.leanback.supportleanbackshowcase.app.dialog.DialogExampleActivity;
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java66 // Give BT some time to start after SyUI comes up. This avoids flashing a dialog in the user's
224 // on, just dismiss the dialog. This frequently happens during device startup.
423 // Don't show another dialog if one is already present
516 public void onClick(DialogInterface dialog, int which) { argument
526 public void onDismiss(DialogInterface dialog) { argument
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java534 public void onDismiss(DialogInterface dialog) {
535 if (dialog == mPresentation) {
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java534 public void onDismiss(DialogInterface dialog) {
535 if (dialog == mPresentation) {
/frameworks/base/core/java/android/widget/
H A DSpinner.java76 * Use a dialog window for selecting spinner options.
92 /** Context used to inflate the popup window or dialog. */
231 * @param popupTheme The theme against which the dialog or dropdown popup
318 * @return the context used to inflate the Spinner's popup or dialog window
788 public void onClick(DialogInterface dialog, int which) { argument
790 dialog.dismiss();
809 * Sets the prompt to display when the dialog is shown.
817 * Sets the prompt to display when the dialog is shown.
818 * @param promptId the resource ID of the prompt to display when the dialog is shown
825 * @return The prompt to display when the dialog i
1134 onClick(DialogInterface dialog, int which) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java175 public WindowDecorActionBar(Dialog dialog) { argument
176 mDialog = dialog;
177 init(dialog.getWindow().getDecorView());
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DWindowDecorActionBar.java178 public WindowDecorActionBar(Dialog dialog) { argument
179 mDialog = dialog;
180 init(dialog.getWindow().getDecorView());
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DAlertDialogCursorTest.java137 // Close the cursor on the UI thread as the list view in the alert dialog
312 public void onClick(DialogInterface dialog, int which,

Completed in 509 milliseconds

123456