Lines Matching refs:dialog

84  * Helper to show the global actions dialog.  Each item is an {@link Action} that
161 * Show the global actions dialog (creating if necessary)
170 // Show delayed, so that the dismiss of the previous dialog completes
209 * Create the global actions dialog.
210 * @return A new dialog.
230 // Launch ECM exit dialog
308 GlobalActionsDialog dialog = new GlobalActionsDialog(mContext, params);
309 dialog.setCanceledOnTouchOutside(false); // Handled by the custom class.
311 dialog.getListView().setItemsCanFocus(true);
312 dialog.getListView().setLongClickable(true);
313 dialog.getListView().setOnItemLongClickListener(
325 dialog.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG);
327 dialog.setOnDismissListener(this);
329 return dialog;
373 public void onClick(DialogInterface dialog, int which) {
380 // dialog a chance to go away before it takes a
393 AlertDialog dialog = builder.create();
394 dialog.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG);
395 dialog.show();
536 public void onDismiss(DialogInterface dialog) {
548 public void onClick(DialogInterface dialog, int which) {
550 dialog.dismiss();
556 * The adapter used for the list within the global actions dialog, taking
626 // 8 different things in the global actions dialog. seems overkill with
632 * What each item in the global actions dialog must be able to support.
636 * @return Text that will be announced when dialog is created. null
646 * @return whether this action should appear in the dialog when the keygaurd
652 * @return whether this action should appear in the dialog before the
1105 // of dismissing the dialog on touch outside. This is because the dialog