- getCanvasColor() - Method in class universum.studios.android.setting.widget.SettingColorView
-
Returns the current color drawn behind the primary color by this color view.
- getColor() - Method in class universum.studios.android.setting.SettingColorDialogPreference
-
Returns the preferred color value of this preference.
- getColor() - Method in class universum.studios.android.setting.widget.SettingColorView
-
Returns the current color drawn by this color view.
- getContentView() - Method in class universum.studios.android.setting.SettingsBaseActivity
-
Returns the content (root) view of this activity.
- getDate() - Method in class universum.studios.android.setting.SettingDateDialogPreference
-
- getDateInMillis() - Method in class universum.studios.android.setting.SettingDateDialogPreference
-
Returns the preferred date value of this preference.
- getDialogController() - Method in class universum.studios.android.setting.SettingDialogPreferenceManager
-
Returns the dialog controller used by this manager.
- getDialogFactory() - Method in class universum.studios.android.setting.SettingDialogPreferenceManager
-
Returns the current dialog factory set to this manager.
- getDialogId() - Method in class universum.studios.android.setting.SettingDialogPreference
-
Returns id of the dialog associated with this dialog preference.
- getDialogOptions() - Method in class universum.studios.android.setting.SettingColorDialogPreference
-
Dialog options of this preference with the preferred color specified as
ColorPickerDialog.ColorOptions#color(int), if it is set.
- getDialogOptions() - Method in class universum.studios.android.setting.SettingDateDialogPreference
-
Dialog options of this preference with the preferred date specified as
DatePickerDialog.DateOptions#date(long), if it is set.
- getDialogOptions() - Method in class universum.studios.android.setting.SettingDialogPreference
-
Returns the dialog options specific for the dialog associated with this dialog preference.
- getDialogOptions() - Method in class universum.studios.android.setting.SettingEditDialogPreference
-
Dialog options of this preference with the preferred input specified as
EditDialog.EditOptions#content(CharSequence), if it is set.
- getDialogOptions() - Method in class universum.studios.android.setting.SettingSelectionDialogPreference
-
- getDialogOptions() - Method in class universum.studios.android.setting.SettingTimeDialogPreference
-
Dialog options of this preference with the preferred time specified as
TimePickerDialog.TimeOptions#time(long), if it is set.
- getEntries() - Method in class universum.studios.android.setting.SettingSelectionDialogPreference
-
Returns the array of entries specified for this preference.
- getEntries() - Method in class universum.studios.android.setting.SettingSpinnerPreference
-
Returns the array of entries specified for this preference.
- getEntryValues() - Method in class universum.studios.android.setting.SettingSelectionDialogPreference
-
Returns the array of entry values associated with the entries specified for this preference.
- getEntryValues() - Method in class universum.studios.android.setting.SettingSpinnerPreference
-
Returns the array of entry values associated with the entries specified for this preference.
- getHeader() - Method in class universum.studios.android.setting.SettingHeadersAdapter.Item
-
Returns the header data associated with this item.
- getHeaders() - Method in class universum.studios.android.setting.SettingsBaseActivity
-
- getHeadersAdapter() - Method in class universum.studios.android.setting.SettingsBaseActivity
-
Returns the current headers adapter specified for this activity.
- getInput() - Method in class universum.studios.android.setting.SettingEditDialogPreference
-
Returns the preferred input value of this preference.
- getItemViewType(int) - Method in class universum.studios.android.setting.SettingHeadersAdapter
-
- getListAdapter() - Method in class universum.studios.android.setting.SettingsBaseActivity
-
- getMaxProgress() - Method in class universum.studios.android.setting.SettingSeekBarPreference
-
Returns the maximum value for progress specified for this preference.
- getMenuInflater() - Method in class universum.studios.android.setting.SettingsBaseActivity
-
- getProgress() - Method in class universum.studios.android.setting.SettingSeekBarPreference
-
Returns the preferred progress value of this preference.
- getSelecedEntryValues() - Method in class universum.studios.android.setting.SettingSelectionDialogPreference
-
Returns the array of preferred entry values of this preference.
- getSelection() - Method in class universum.studios.android.setting.SettingSelectionDialogPreference
-
Returns the array of indexes of the preferred entry values of this preference.
- getSupportActionBar() - Method in class universum.studios.android.setting.SettingsBaseActivity
-
- getTime() - Method in class universum.studios.android.setting.SettingTimeDialogPreference
-
Like
getTimeInMillis(), but this method may be used to check whether the time value
has been specified or not, as this method will return
null Date object if there is
no time value specified.
- getTimeInMillis() - Method in class universum.studios.android.setting.SettingTimeDialogPreference
-
Returns the preferred time value of this preference.
- getToolbar() - Method in class universum.studios.android.setting.SettingsBaseActivity
-
- getValue() - Method in class universum.studios.android.setting.SettingSpinnerPreference
-
Returns the preferred entry value of this preference.
- getViewTypeCount() - Method in class universum.studios.android.setting.SettingHeadersAdapter
-
- selectedEntryValuesFromPersistedValues(String) - Static method in class universum.studios.android.setting.SettingSelectionDialogPreference
-
Creates an array of selected entry values from the given persistedValues String.
- setCanvasColor(int) - Method in class universum.studios.android.setting.widget.SettingColorView
-
Sets a color to be drawn behind the primary color of this color view.
- setColor(int) - Method in class universum.studios.android.setting.SettingColorDialogPreference
-
Sets a preferred color value for this preference.
- setColor(int) - Method in class universum.studios.android.setting.widget.SettingColorView
-
Sets a color to be drawn by this color view.
- setContentView(int) - Method in class universum.studios.android.setting.SettingsBaseActivity
-
- setContentView(View) - Method in class universum.studios.android.setting.SettingsBaseActivity
-
- setContentView(View, ViewGroup.LayoutParams) - Method in class universum.studios.android.setting.SettingsBaseActivity
-
- setDate(Date) - Method in class universum.studios.android.setting.SettingDateDialogPreference
-
- setDate(long) - Method in class universum.studios.android.setting.SettingDateDialogPreference
-
Sets a preferred date value for this preference.
- setDialogController(DialogController) - Method in class universum.studios.android.setting.SettingDialogPreferenceManager
-
Sets a dialog controller that should be used by this manager to show dialogs for the clicked
dialog preferences.
- setDialogFactory(DialogFactory) - Method in class universum.studios.android.setting.SettingDialogPreferenceManager
-
Sets a factory that provides dialog instances associated with the clicked dialog preferences.
- setEntries(int) - Method in class universum.studios.android.setting.SettingSelectionDialogPreference
-
- setEntries(CharSequence[]) - Method in class universum.studios.android.setting.SettingSelectionDialogPreference
-
Specifies an array of entries that should be displayed in the associated selection dialog.
- setEntries(int) - Method in class universum.studios.android.setting.SettingSpinnerPreference
-
- setEntries(CharSequence[]) - Method in class universum.studios.android.setting.SettingSpinnerPreference
-
Specifies an array of entries that should be displayed in the Spinner widget of
this preference.
- setEntryValues(int) - Method in class universum.studios.android.setting.SettingSelectionDialogPreference
-
- setEntryValues(CharSequence[]) - Method in class universum.studios.android.setting.SettingSelectionDialogPreference
-
- setEntryValues(int) - Method in class universum.studios.android.setting.SettingSpinnerPreference
-
- setEntryValues(CharSequence[]) - Method in class universum.studios.android.setting.SettingSpinnerPreference
-
- setFormat(SimpleDateFormat) - Method in class universum.studios.android.setting.SettingDateTimeDialogPreference
-
Sets a format that should be used to format the preferred date/time value of this preference
as summary text.
- setHeadersAdapter(ListAdapter) - Method in class universum.studios.android.setting.SettingsBaseActivity
-
Sets an adapter that will provide item views for preference items to be presented in the
view hierarchy of this activity.
- setInput(String) - Method in class universum.studios.android.setting.SettingEditDialogPreference
-
Sets a preferred input value for this preference.
- setKey(String) - Method in class universum.studios.android.setting.SettingCheckBoxPreference
-
- setKey(String) - Method in class universum.studios.android.setting.SettingPreference
-
- setKey(String) - Method in class universum.studios.android.setting.SettingSwitchPreference
-
- setListAdapter(ListAdapter) - Method in class universum.studios.android.setting.SettingsBaseActivity
-
- setMaxProgress(int) - Method in class universum.studios.android.setting.SettingSeekBarPreference
-
Sets a maximum value for the progress that may be specified for this preference.
- setOnClickListener(SettingDialogPreference.OnClickListener) - Method in class universum.studios.android.setting.SettingDialogPreference
-
Registers a callback to be invoked whenever this dialog preference is clicked.
- setPreferenceScreenKeyModificator(PreferenceScreenKeyModificator) - Method in class universum.studios.android.setting.SettingsBaseFragment
-
Sets a modificator that should be used to modify keys of preferences displayed in preference
screen associated with this fragment.
- setProgress(int) - Method in class universum.studios.android.setting.SettingSeekBarPreference
-
Sets a preferred progress value for this preference.
- setSelection(long[]) - Method in class universum.studios.android.setting.SettingSelectionDialogPreference
-
- setSummaryTextBuilder(SettingSelectionDialogPreference.SummaryTextBuilder) - Method in class universum.studios.android.setting.SettingSelectionDialogPreference
-
Sets a builder that should be used by this preference to build its summary text for the current
selected entry items.
- setSupportActionBar(Toolbar) - Method in class universum.studios.android.setting.SettingsBaseActivity
-
Attaches the given toolbar to this activity as support action bar.
- setTime(Date) - Method in class universum.studios.android.setting.SettingTimeDialogPreference
-
- setTime(long) - Method in class universum.studios.android.setting.SettingTimeDialogPreference
-
Sets a preferred time value for this preference.
- SettingCheckBoxPreference - Class in universum.studios.android.setting
-
Extended CheckBoxPreference that provides additional features supported by the Settings
library.
- SettingCheckBoxPreference(Context) - Constructor for class universum.studios.android.setting.SettingCheckBoxPreference
-
- SettingCheckBoxPreference(Context, AttributeSet) - Constructor for class universum.studios.android.setting.SettingCheckBoxPreference
-
- SettingCheckBoxPreference(Context, AttributeSet, int) - Constructor for class universum.studios.android.setting.SettingCheckBoxPreference
-
- SettingCheckBoxPreference(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.setting.SettingCheckBoxPreference
-
Creates a new instance of SettingCheckBoxPreference for the given context.
- SettingColorDialogPreference - Class in universum.studios.android.setting
-
A
SettingDialogPreference implementation that may be used to allow to a user to pick
its preferred color for a specific setting preference.
- SettingColorDialogPreference(Context) - Constructor for class universum.studios.android.setting.SettingColorDialogPreference
-
- SettingColorDialogPreference(Context, AttributeSet) - Constructor for class universum.studios.android.setting.SettingColorDialogPreference
-
- SettingColorDialogPreference(Context, AttributeSet, int) - Constructor for class universum.studios.android.setting.SettingColorDialogPreference
-
- SettingColorDialogPreference(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.setting.SettingColorDialogPreference
-
Creates a new instance of SettingColorDialogPreference for the given context.
- SettingColorView - Class in universum.studios.android.setting.widget
-
A simple View implementation that draws a specified color in a circular shape.
- SettingColorView(Context) - Constructor for class universum.studios.android.setting.widget.SettingColorView
-
- SettingColorView(Context, AttributeSet) - Constructor for class universum.studios.android.setting.widget.SettingColorView
-
- SettingColorView(Context, AttributeSet, int) - Constructor for class universum.studios.android.setting.widget.SettingColorView
-
- SettingColorView(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.setting.widget.SettingColorView
-
Creates a new instance of SettingColorView for the given context.
- SettingDateDialogPreference - Class in universum.studios.android.setting
-
- SettingDateDialogPreference(Context) - Constructor for class universum.studios.android.setting.SettingDateDialogPreference
-
- SettingDateDialogPreference(Context, AttributeSet) - Constructor for class universum.studios.android.setting.SettingDateDialogPreference
-
- SettingDateDialogPreference(Context, AttributeSet, int) - Constructor for class universum.studios.android.setting.SettingDateDialogPreference
-
- SettingDateDialogPreference(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.setting.SettingDateDialogPreference
-
Creates a new instance of SettingInputPreference for the given context.
- SettingDateTimeDialogPreference<O extends <any>> - Class in universum.studios.android.setting
-
A
SettingDialogPreference implementation that is used as base for dialog preferences through
which a user can pick its preferred
date or
time for a specific setting preference.
- SettingDialogPreference<O extends <any>> - Class in universum.studios.android.setting
-
- SettingDialogPreference(Context) - Constructor for class universum.studios.android.setting.SettingDialogPreference
-
- SettingDialogPreference(Context, AttributeSet) - Constructor for class universum.studios.android.setting.SettingDialogPreference
-
- SettingDialogPreference(Context, AttributeSet, int) - Constructor for class universum.studios.android.setting.SettingDialogPreference
-
- SettingDialogPreference(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.setting.SettingDialogPreference
-
Creates a new instance of SettingDialogPreference for the given context.
- SettingDialogPreference.OnClickListener - Interface in universum.studios.android.setting
-
Listener that may be used to receive a callback that a specific dialog preference has been clicked.
- SettingDialogPreferenceManager - Class in universum.studios.android.setting
-
Manager that may be used to manage
dialog prefernces presented on
a single preference screen.
- SettingDialogPreferenceManager() - Constructor for class universum.studios.android.setting.SettingDialogPreferenceManager
-
Creates a new instance of SettingDialogPreferencesManager without either DialogController
nor default DialogFactory.
- SettingDialogPreferenceManager(Activity) - Constructor for class universum.studios.android.setting.SettingDialogPreferenceManager
-
Creates a new instance of SettingDialogPreferencesManager for the given activity
context.
- SettingDialogPreferenceManager(Fragment) - Constructor for class universum.studios.android.setting.SettingDialogPreferenceManager
-
Creates a new instance of SettingDialogPreferencesManager for the given fragment
context.
- SettingDialogPreferenceManager(FragmentManager) - Constructor for class universum.studios.android.setting.SettingDialogPreferenceManager
-
Creates a new instance of SettingDialogPreferencesManager for the given fragmentManager
context.
- SettingEditDialogPreference - Class in universum.studios.android.setting
-
A
SettingDialogPreference implementation that may be used to allow to a user to specify
its preferred input text for a specific setting preference.
- SettingEditDialogPreference(Context) - Constructor for class universum.studios.android.setting.SettingEditDialogPreference
-
- SettingEditDialogPreference(Context, AttributeSet) - Constructor for class universum.studios.android.setting.SettingEditDialogPreference
-
- SettingEditDialogPreference(Context, AttributeSet, int) - Constructor for class universum.studios.android.setting.SettingEditDialogPreference
-
- SettingEditDialogPreference(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.setting.SettingEditDialogPreference
-
Creates a new instance of SettingEditDialogPreference for the given context.
- SettingEmptyPreference - Class in universum.studios.android.setting
-
A
SettingPreference implementation that may be used to present an empty (invisible)
preference in preference screen.
- SettingEmptyPreference(Context) - Constructor for class universum.studios.android.setting.SettingEmptyPreference
-
- SettingEmptyPreference(Context, AttributeSet) - Constructor for class universum.studios.android.setting.SettingEmptyPreference
-
- SettingEmptyPreference(Context, AttributeSet, int) - Constructor for class universum.studios.android.setting.SettingEmptyPreference
-
- SettingEmptyPreference(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.setting.SettingEmptyPreference
-
Creates a new instance of SettingEmptyPreference for the given context.
- SettingHeadersAdapter - Class in universum.studios.android.setting
-
A
SimpleAdapter implementation used to provide data set of
Items for adapter
view that displays a list of setting preferences in the context of
SettingsBaseActivity.
- SettingHeadersAdapter(Context) - Constructor for class universum.studios.android.setting.SettingHeadersAdapter
-
Creates a new instance of SettingHeadersAdapter with empty data set.
- SettingHeadersAdapter(Context, PreferenceActivity.Header[]) - Constructor for class universum.studios.android.setting.SettingHeadersAdapter
-
- SettingHeadersAdapter(Context, List<PreferenceActivity.Header>) - Constructor for class universum.studios.android.setting.SettingHeadersAdapter
-
Creates a new instance of SettingHeadersAdapter with the initial data set of headers.
- SettingHeadersAdapter.CategoryDividerHolder - Class in universum.studios.android.setting
-
- SettingHeadersAdapter.CategoryHolder - Class in universum.studios.android.setting
-
- SettingHeadersAdapter.HeaderHolder - Class in universum.studios.android.setting
-
- SettingHeadersAdapter.Item - Class in universum.studios.android.setting
-
- SettingPreference - Class in universum.studios.android.setting
-
Extended Preference that provides additional features supported by the Settings
library.
- SettingPreference(Context) - Constructor for class universum.studios.android.setting.SettingPreference
-
- SettingPreference(Context, AttributeSet) - Constructor for class universum.studios.android.setting.SettingPreference
-
- SettingPreference(Context, AttributeSet, int) - Constructor for class universum.studios.android.setting.SettingPreference
-
- SettingPreference(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.setting.SettingPreference
-
Creates a new instance of SettingPreference for the given context.
- SettingPreferenceCategory - Class in universum.studios.android.setting
-
Extended PreferenceCategory that provides additional features supported by the Settings
library.
- SettingPreferenceCategory(Context) - Constructor for class universum.studios.android.setting.SettingPreferenceCategory
-
- SettingPreferenceCategory(Context, AttributeSet) - Constructor for class universum.studios.android.setting.SettingPreferenceCategory
-
- SettingPreferenceCategory(Context, AttributeSet, int) - Constructor for class universum.studios.android.setting.SettingPreferenceCategory
-
- SettingPreferenceCategory(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.setting.SettingPreferenceCategory
-
Creates a new instance of SettingPreferenceCategory for the given context.
- SettingsBaseActivity - Class in universum.studios.android.setting
-
- SettingsBaseActivity() - Constructor for class universum.studios.android.setting.SettingsBaseActivity
-
- SettingsBaseFragment - Class in universum.studios.android.setting
-
A PreferenceFragment implementation which inflates its layout from a style specified in
the current theme.
- SettingsBaseFragment() - Constructor for class universum.studios.android.setting.SettingsBaseFragment
-
- SettingSeekBarPreference - Class in universum.studios.android.setting
-
A
SettingPreference implementation that provides
SeekBar widget with its related
functionality.
- SettingSeekBarPreference(Context) - Constructor for class universum.studios.android.setting.SettingSeekBarPreference
-
- SettingSeekBarPreference(Context, AttributeSet) - Constructor for class universum.studios.android.setting.SettingSeekBarPreference
-
- SettingSeekBarPreference(Context, AttributeSet, int) - Constructor for class universum.studios.android.setting.SettingSeekBarPreference
-
- SettingSeekBarPreference(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.setting.SettingSeekBarPreference
-
Creates a new instance of SettingSeekBarPreference for the given context.
- SettingSelectionDialogPreference - Class in universum.studios.android.setting
-
A
SettingDialogPreference implementation that may be used to allow to a user to select
its preferred values, either in
single or
multiple choice mode, for a specific
setting preference.
- SettingSelectionDialogPreference(Context) - Constructor for class universum.studios.android.setting.SettingSelectionDialogPreference
-
- SettingSelectionDialogPreference(Context, AttributeSet) - Constructor for class universum.studios.android.setting.SettingSelectionDialogPreference
-
- SettingSelectionDialogPreference(Context, AttributeSet, int) - Constructor for class universum.studios.android.setting.SettingSelectionDialogPreference
-
- SettingSelectionDialogPreference(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.setting.SettingSelectionDialogPreference
-
Creates a new instance of SettingSelectionDialogPreference for the given context.
- SettingSelectionDialogPreference.SummaryTextBuilder - Interface in universum.studios.android.setting
-
- SettingSpinnerPreference - Class in universum.studios.android.setting
-
A
SettingPreference implementation that provides
Spinner widget with its related
functionality.
- SettingSpinnerPreference(Context) - Constructor for class universum.studios.android.setting.SettingSpinnerPreference
-
- SettingSpinnerPreference(Context, AttributeSet) - Constructor for class universum.studios.android.setting.SettingSpinnerPreference
-
- SettingSpinnerPreference(Context, AttributeSet, int) - Constructor for class universum.studios.android.setting.SettingSpinnerPreference
-
- SettingSpinnerPreference(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.setting.SettingSpinnerPreference
-
Creates a new instance of SettingSpinnerPreference for the given context.
- SettingSwitch - Class in universum.studios.android.setting.widget
-
- SettingSwitch(Context) - Constructor for class universum.studios.android.setting.widget.SettingSwitch
-
- SettingSwitch(Context, AttributeSet) - Constructor for class universum.studios.android.setting.widget.SettingSwitch
-
- SettingSwitch(Context, AttributeSet, int) - Constructor for class universum.studios.android.setting.widget.SettingSwitch
-
- SettingSwitch(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.setting.widget.SettingSwitch
-
Creates a new instance of SettingSwitch for the given context.
- SettingSwitchPreference - Class in universum.studios.android.setting
-
Extended SwitchPreference that provides additional features supported by the Settings
library.
- SettingSwitchPreference(Context) - Constructor for class universum.studios.android.setting.SettingSwitchPreference
-
- SettingSwitchPreference(Context, AttributeSet) - Constructor for class universum.studios.android.setting.SettingSwitchPreference
-
- SettingSwitchPreference(Context, AttributeSet, int) - Constructor for class universum.studios.android.setting.SettingSwitchPreference
-
- SettingSwitchPreference(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.setting.SettingSwitchPreference
-
Creates a new instance of SettingSwitchPreference for the given context.
- SettingTimeDialogPreference - Class in universum.studios.android.setting
-
- SettingTimeDialogPreference(Context) - Constructor for class universum.studios.android.setting.SettingTimeDialogPreference
-
- SettingTimeDialogPreference(Context, AttributeSet) - Constructor for class universum.studios.android.setting.SettingTimeDialogPreference
-
- SettingTimeDialogPreference(Context, AttributeSet, int) - Constructor for class universum.studios.android.setting.SettingTimeDialogPreference
-
- SettingTimeDialogPreference(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.setting.SettingTimeDialogPreference
-
Creates a new instance of SettingInputPreference for the given context.
- setTitle(CharSequence) - Method in class universum.studios.android.setting.SettingSpinnerPreference
-
- setUseVectorIcons(boolean) - Method in class universum.studios.android.setting.SettingHeadersAdapter
-
Sets a boolean flag indicating whether this adapter should treat icon parameter specified
via PreferenceActivity.Header#iconRes as resource of vector drawable or as resource
of standard drawable.
- setValue(String) - Method in class universum.studios.android.setting.SettingSpinnerPreference
-
Sets a preferred entry value for this preference.
- shadowBottom - Variable in class universum.studios.android.setting.SettingHeadersAdapter.CategoryDividerHolder
-
View that displays a shadow at the bottom of divider's view hierarchy.
- shadowTop - Variable in class universum.studios.android.setting.SettingHeadersAdapter.CategoryDividerHolder
-
View that displays a shadow at the top of divider's view hierarchy.
- shouldShowRequestPermissionRationale(String) - Method in class universum.studios.android.setting.SettingsBaseFragment
-
- SimplePreferenceKeyModificator - Class in universum.studios.android.setting.key
-
- SimplePreferenceKeyModificator(KeyModificator) - Constructor for class universum.studios.android.setting.key.SimplePreferenceKeyModificator
-
Creates a new instance of SimplePreferenceKeyModificator with the specified key modificator
- SimplePreferenceScreenKeyModificator - Class in universum.studios.android.setting.key
-
- SimplePreferenceScreenKeyModificator(PreferenceKeyModificator) - Constructor for class universum.studios.android.setting.key.SimplePreferenceScreenKeyModificator
-
Creates a new instance of SimplePreferenceScreenKeyModificator with the specified preference
key modificator.
- summary - Variable in class universum.studios.android.setting.SettingHeadersAdapter.HeaderHolder
-
Text view that displays a summary text (if specified).
- supportRequestPermissions(String[], int) - Method in class universum.studios.android.setting.SettingsBaseFragment
-
Invokes Fragment.requestPermissions(String[], int) on Android versions above Marshmallow
(including).
- swapHeaders(List<PreferenceActivity.Header>) - Method in class universum.studios.android.setting.SettingHeadersAdapter
-
Swaps the current data set of this adapter for the given headers.
- swapItems(List<SettingHeadersAdapter.Item>) - Method in class universum.studios.android.setting.SettingHeadersAdapter
-
- synchronizeSummaryView(View) - Method in class universum.studios.android.setting.SettingDialogPreference
-
Performs synchronization of the summary view of this dialog preference.