public class MaterialListPreference
extends android.preference.ListPreference
| Constructor and Description |
|---|
MaterialListPreference(android.content.Context context) |
MaterialListPreference(android.content.Context context,
android.util.AttributeSet attrs) |
MaterialListPreference(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr) |
MaterialListPreference(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr,
int defStyleRes) |
| Modifier and Type | Method and Description |
|---|---|
android.app.Dialog |
getDialog() |
RecyclerView |
getRecyclerView() |
void |
onActivityDestroy() |
void |
onDismiss(android.content.DialogInterface dialog) |
protected void |
onRestoreInstanceState(android.os.Parcelable state) |
protected android.os.Parcelable |
onSaveInstanceState() |
void |
setEntries(java.lang.CharSequence[] entries) |
protected void |
showDialog(android.os.Bundle state) |
findIndexOfValue, getEntries, getEntry, getEntryValues, getSummary, getValue, onDialogClosed, onGetDefaultValue, onPrepareDialogBuilder, onSetInitialValue, setEntries, setEntryValues, setEntryValues, setSummary, setValue, setValueIndexgetDialogIcon, getDialogLayoutResource, getDialogMessage, getDialogTitle, getNegativeButtonText, getPositiveButtonText, onBindDialogView, onClick, onClick, onCreateDialogView, setDialogIcon, setDialogIcon, setDialogLayoutResource, setDialogMessage, setDialogMessage, setDialogTitle, setDialogTitle, setNegativeButtonText, setNegativeButtonText, setPositiveButtonText, setPositiveButtonTextcallChangeListener, compareTo, findPreferenceInHierarchy, getContext, getDependency, getEditor, getExtras, getFragment, getIcon, getIntent, getKey, getLayoutResource, getOnPreferenceChangeListener, getOnPreferenceClickListener, getOrder, getParent, getPersistedBoolean, getPersistedFloat, getPersistedInt, getPersistedLong, getPersistedString, getPersistedStringSet, getPreferenceDataStore, getPreferenceManager, getSharedPreferences, getShouldDisableView, getTitle, getTitleRes, getView, getWidgetLayoutResource, hasKey, isEnabled, isIconSpaceReserved, isPersistent, isRecycleEnabled, isSelectable, isSingleLineTitle, notifyChanged, notifyDependencyChange, notifyHierarchyChanged, onAttachedToActivity, onAttachedToHierarchy, onBindView, onCreateView, onDependencyChanged, onParentChanged, onPrepareForRemoval, peekExtras, persistBoolean, persistFloat, persistInt, persistLong, persistString, persistStringSet, restoreHierarchyState, saveHierarchyState, setDefaultValue, setDependency, setEnabled, setFragment, setIcon, setIcon, setIconSpaceReserved, setIntent, setKey, setLayoutResource, setOnPreferenceChangeListener, setOnPreferenceClickListener, setOrder, setPersistent, setPreferenceDataStore, setRecycleEnabled, setSelectable, setShouldDisableView, setSingleLineTitle, setSummary, setTitle, setTitle, setWidgetLayoutResource, shouldCommit, shouldDisableDependents, shouldPersist, toStringpublic MaterialListPreference(android.content.Context context)
public MaterialListPreference(android.content.Context context,
android.util.AttributeSet attrs)
public MaterialListPreference(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr)
public MaterialListPreference(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr,
int defStyleRes)
public void setEntries(java.lang.CharSequence[] entries)
setEntries in class android.preference.ListPreferencepublic android.app.Dialog getDialog()
getDialog in class android.preference.DialogPreferencepublic RecyclerView getRecyclerView()
protected void showDialog(android.os.Bundle state)
showDialog in class android.preference.DialogPreferencepublic void onDismiss(android.content.DialogInterface dialog)
onDismiss in interface android.content.DialogInterface.OnDismissListeneronDismiss in class android.preference.DialogPreferencepublic void onActivityDestroy()
onActivityDestroy in interface android.preference.PreferenceManager.OnActivityDestroyListeneronActivityDestroy in class android.preference.DialogPreferenceprotected android.os.Parcelable onSaveInstanceState()
onSaveInstanceState in class android.preference.ListPreferenceprotected void onRestoreInstanceState(android.os.Parcelable state)
onRestoreInstanceState in class android.preference.ListPreference