Lines Matching full:dialog
63 /** Called when the Dialog is closed. */
67 * default number. for the dialog.
84 // button that was clicked on dialog close.
93 * Interface for the dialog closed listener, related to
103 * the default display number for the dialog.
186 //called when we're binding the dialog to the preference's view.
231 * preference's dialog layout.
247 //control the appearance of the dialog depending upon the mode.
270 //set the on focus change listener to be assigned to the Dialog's edittext field.
275 //set the listener to be called wht the dialog is closed.
306 //called when the dialog is clicked.
308 public void onClick(DialogInterface dialog, int which) {
316 super.onClick(dialog, which);
320 //When the dialog is closed, perform the relevant actions, including setting
492 * Externally visible method to bring up the dialog.