|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialogInterface | |
---|---|
android.app | |
android.content | |
android.preference | |
android.text.method | |
android.widget |
Uses of DialogInterface in android.app |
---|
Classes in android.app that implement DialogInterface | |
---|---|
class |
AlertDialog
|
class |
DatePickerDialog
|
class |
Dialog
|
class |
ProgressDialog
|
class |
TimePickerDialog
|
Methods in android.app with parameters of type DialogInterface | |
---|---|
void |
DialogFragment.onCancel(DialogInterface dialog)
|
void |
SearchManager.onCancel(DialogInterface dialog)
|
void |
DatePickerDialog.onClick(DialogInterface dialog,
int which)
|
void |
TimePickerDialog.onClick(DialogInterface dialog,
int which)
|
void |
DialogFragment.onDismiss(DialogInterface dialog)
|
void |
SearchManager.onDismiss(DialogInterface dialog)
|
Uses of DialogInterface in android.content |
---|
Methods in android.content with parameters of type DialogInterface | |
---|---|
void |
DialogInterface.OnCancelListener.onCancel(DialogInterface dialog)
|
void |
DialogInterface.OnClickListener.onClick(DialogInterface dialog,
int which)
|
void |
DialogInterface.OnMultiChoiceClickListener.onClick(DialogInterface dialog,
int which,
boolean isChecked)
|
void |
DialogInterface.OnDismissListener.onDismiss(DialogInterface dialog)
|
boolean |
DialogInterface.OnKeyListener.onKey(DialogInterface dialog,
int keyCode,
KeyEvent event)
|
void |
DialogInterface.OnShowListener.onShow(DialogInterface dialog)
|
Uses of DialogInterface in android.preference |
---|
Methods in android.preference with parameters of type DialogInterface | |
---|---|
void |
DialogPreference.onClick(DialogInterface dialog,
int which)
|
void |
PreferenceScreen.onDismiss(DialogInterface dialog)
|
void |
DialogPreference.onDismiss(DialogInterface dialog)
|
Uses of DialogInterface in android.text.method |
---|
Classes in android.text.method that implement DialogInterface | |
---|---|
class |
CharacterPickerDialog
|
Uses of DialogInterface in android.widget |
---|
Methods in android.widget with parameters of type DialogInterface | |
---|---|
void |
Spinner.onClick(DialogInterface dialog,
int which)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |