|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dialog | |
---|---|
android.app | |
android.inputmethodservice | |
android.preference | |
android.text.method |
Uses of Dialog in android.app |
---|
Subclasses of Dialog in android.app | |
---|---|
class |
AlertDialog
|
class |
DatePickerDialog
|
class |
ProgressDialog
|
class |
TimePickerDialog
|
Methods in android.app that return Dialog | |
---|---|
Dialog |
DialogFragment.getDialog()
|
Dialog |
DialogFragment.onCreateDialog(Bundle savedInstanceState)
|
protected Dialog |
Activity.onCreateDialog(int id)
|
protected Dialog |
Activity.onCreateDialog(int id,
Bundle args)
|
Methods in android.app with parameters of type Dialog | |
---|---|
protected void |
Activity.onPrepareDialog(int id,
Dialog dialog)
|
protected void |
Activity.onPrepareDialog(int id,
Dialog dialog,
Bundle args)
|
Uses of Dialog in android.inputmethodservice |
---|
Methods in android.inputmethodservice that return Dialog | |
---|---|
Dialog |
InputMethodService.getWindow()
|
Uses of Dialog in android.preference |
---|
Methods in android.preference that return Dialog | |
---|---|
Dialog |
PreferenceScreen.getDialog()
|
Dialog |
DialogPreference.getDialog()
|
Uses of Dialog in android.text.method |
---|
Subclasses of Dialog in android.text.method | |
---|---|
class |
CharacterPickerDialog
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |