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

123456

/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoLand.java160 public void onClick(DialogInterface dialog, int which) {
241 public void onClick(DialogInterface dialog, int 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.java74 * that managed this dialog.
139 * Creates a dialog window that uses the default dialog theme.
142 * base theme used to present the dialog.
144 * @param context the context in which the dialog should run
152 * Creates a dialog window that uses a custom dialog style.
155 * base theme used to present the dialog.
162 * @param context the context in which the dialog should run
164 * window, or {@code 0} to use the default dialog them
1344 ListenersHandler(Dialog dialog) argument
[all...]
H A DActivity.java655 * but not in the foreground, such as one sitting behind a foreground dialog)
1113 final Dialog dialog = onCreateDialog(dialogId, args);
1114 if (dialog == null) {
1117 dialog.dispatchOnCreate(state);
1118 return dialog;
1530 // save each dialog's bundle, gather the ids
1837 // Close any open search dialog
3614 * this method the first time, and hang onto it thereafter. Any dialog
3622 * <p>If you would like an opportunity to prepare your dialog before it is shown,
3625 * @param id The id of the dialog
3649 onPrepareDialog(int id, Dialog dialog) argument
3678 onPrepareDialog(int id, Dialog dialog, Bundle args) 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/systemui/usb/
H A DUsbConfirmActivity.java112 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/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/Osu/src/com/android/
H A DMainActivity.java367 AlertDialog dialog = builder.create();
368 dialog.show();
/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/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeUI.java135 public void onClick(DialogInterface dialog, int which) {
/frameworks/base/core/java/android/widget/
H A DSpinner.java74 * Use a dialog window for selecting spinner options.
90 /** Context used to inflate the popup window or dialog. */
229 * @param popupTheme The theme against which the dialog or dropdown popup
316 * @return the context used to inflate the Spinner's popup or dialog window
777 public void onClick(DialogInterface dialog, int which) { argument
779 dialog.dismiss();
798 * Sets the prompt to display when the dialog is shown.
806 * Sets the prompt to display when the dialog is shown.
807 * @param promptId the resource ID of the prompt to display when the dialog is shown
814 * @return The prompt to display when the dialog i
1115 onClick(DialogInterface dialog, int which) argument
[all...]
H A DVideoView.java515 /* Otherwise, pop up an error dialog so the user knows that
516 * something bad has happened. Only try and pop up the dialog
534 public void onClick(DialogInterface dialog, int whichButton) {
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java178 public WindowDecorActionBar(Dialog dialog) { argument
179 mDialog = dialog;
180 init(dialog.getWindow().getDecorView());
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DWindowDecorActionBar.java182 public WindowDecorActionBar(Dialog dialog) { argument
183 mDialog = dialog;
184 init(dialog.getWindow().getDecorView());
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFooter.java121 // TODO: Delay dialog creation until after panels are collapsed.
163 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DAlertDialogCursorTest.java122 // Close the cursor on the UI thread as the list view in the alert dialog
295 public void onClick(DialogInterface dialog, int which,
H A DAlertDialogTest.java109 final AlertDialog dialog = new AlertDialog.Builder(context, R.style.Theme_TextColors)
115 dialog.getContext().getTheme().resolveAttribute(android.R.attr.textColorPrimary, tv, true);
130 // Test that we're showing a dialog with vertically stacked title and content
173 // Click the button to show the dialog and check that it shows the initial message
177 // Update the dialog message
194 * the custom title above the dialog message.
199 // Test that we're showing a dialog with vertically stacked custom title and content
255 // Click the button to create the dialog, configure custom title and show the dialog
269 // Test that we're showing a dialog wit
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java841 public void onClick(DialogInterface dialog, int which) { argument
865 public void onClick(DialogInterface dialog, int which) { argument

Completed in 3782 milliseconds

123456