Skip navigation links
A C D E F G H I L M N O P R S T U V W 

A

AbstractColorPickerPreference - Class in de.mrapp.android.preference
An abstract base class for all preferences, which allow to choose a color.
AbstractColorPickerPreference(Context) - Constructor for class de.mrapp.android.preference.AbstractColorPickerPreference
Creates a new preference, which allows to choose a color.
AbstractColorPickerPreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.AbstractColorPickerPreference
Creates a new preference, which allows to choose a color.
AbstractColorPickerPreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.AbstractColorPickerPreference
Creates a new preference, which allows to choose a color.
AbstractColorPickerPreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.AbstractColorPickerPreference
Creates a new preference, which allows to choose a color.
AbstractColorPickerPreference.ColorFormat - Enum in de.mrapp.android.preference
The formats, which are supported to print textual representations of colors.
AbstractColorPickerPreference.PreviewShape - Enum in de.mrapp.android.preference
Contains all shapes, which can be used to show previews of colors.
AbstractColorPickerPreference.SavedState - Class in de.mrapp.android.preference
A data structure, which allows to save the internal state of an AbstractColorPickerPreference.
AbstractCompoundButtonPreference - Class in de.mrapp.android.preference
An abstract base class for all AbstractTwoStatePreferences that contain a CompoundButton as their widget.
AbstractCompoundButtonPreference(Context) - Constructor for class de.mrapp.android.preference.AbstractCompoundButtonPreference
Creates a new AbstractTwoStatePreferences that contain a CompoundButton as their widget.
AbstractCompoundButtonPreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.AbstractCompoundButtonPreference
Creates a new AbstractTwoStatePreferences that contain a CompoundButton as their widget.
AbstractCompoundButtonPreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.AbstractCompoundButtonPreference
Creates a new AbstractTwoStatePreferences that contain a CompoundButton as their widget.
AbstractCompoundButtonPreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.AbstractCompoundButtonPreference
Creates a new AbstractTwoStatePreferences that contain a CompoundButton as their widget.
AbstractListPreference - Class in de.mrapp.android.preference
An abstract base class for all preferences, which provide a list of selectable items.
AbstractListPreference(Context) - Constructor for class de.mrapp.android.preference.AbstractListPreference
Creates a new preference, which provides a list of selectable items.
AbstractListPreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.AbstractListPreference
Creates a new preference, which provides a list of selectable items.
AbstractListPreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.AbstractListPreference
Creates a new preference, which provides a list of selectable items.
AbstractListPreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.AbstractListPreference
Creates a new preference, which provides a list of selectable items.
AbstractNumberPickerPreference - Class in de.mrapp.android.preference
An abstract base class for all preferences, which allow to choose decimal numbers via NumberPicker widgets.
AbstractNumberPickerPreference(Context) - Constructor for class de.mrapp.android.preference.AbstractNumberPickerPreference
Creates a new preference, which allows to choose a decimal number via a NumberPicker widget.
AbstractNumberPickerPreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.AbstractNumberPickerPreference
Creates a new preference, which allows to choose a decimal number via a NumberPicker widget.
AbstractNumberPickerPreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.AbstractNumberPickerPreference
Creates a new preference, which allows to choose a decimal number via a NumberPicker widget.
AbstractNumberPickerPreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.AbstractNumberPickerPreference
Creates a new preference, which allows to choose a decimal number via a NumberPicker widget.
AbstractNumberPickerPreference.SavedState - Class in de.mrapp.android.preference
A data structure, which allows to save the internal state of an AbstractNumberPickerPreference.
AbstractTwoStatePreference - Class in de.mrapp.android.preference
An abstract base class for all preferences, which have two selectable states, persist a boolean value in SharedPreferences and may have dependent preferences, that are enabled/disabled based on the current state.
AbstractTwoStatePreference(Context) - Constructor for class de.mrapp.android.preference.AbstractTwoStatePreference
Creates a new preference, which has two selectable states.
AbstractTwoStatePreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.AbstractTwoStatePreference
Creates a new preference, which has two selectable states.
AbstractTwoStatePreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.AbstractTwoStatePreference
Creates a new preference, which has two selectable states.
AbstractTwoStatePreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.AbstractTwoStatePreference
Creates a new preference, which has two selectable states.
AbstractTwoStatePreference.SavedState - Class in de.mrapp.android.preference
A data structure, which allows to save the internal state of an AbstractTwoStatePreference.
AbstractValidateableDialogPreference<ValueType> - Class in de.mrapp.android.preference
An abstract base class for all dialog preferences, which can be validated.
AbstractValidateableDialogPreference(Context) - Constructor for class de.mrapp.android.preference.AbstractValidateableDialogPreference
Creates a new dialog preference, which can be validated.
AbstractValidateableDialogPreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.AbstractValidateableDialogPreference
Creates a new dialog preference, which can be validated.
AbstractValidateableDialogPreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.AbstractValidateableDialogPreference
Creates a new dialog preference, which can be validated.
AbstractValidateableDialogPreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.AbstractValidateableDialogPreference
Creates a new dialog preference, which can be validated.
ActionPreference - Class in de.mrapp.android.preference
A preference, which acts as a button and displays a centered title.
ActionPreference(Context) - Constructor for class de.mrapp.android.preference.ActionPreference
Creates a new preference, which acts as a button and displays a centered title.
ActionPreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.ActionPreference
Creates a new preference, which acts as a button and displays a centered title.
ActionPreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.ActionPreference
Creates a new preference, which acts as a button and displays a centered title.
ActionPreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.ActionPreference
Creates a new preference, which acts as a button and displays a centered title.
addAllValidators(Collection<<any>>) - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
 
addAllValidators(<any>...) - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
 
addAllValues(Collection<String>) - Method in class de.mrapp.android.preference.MultiChoiceListPreference
Adds all values, which are contained by a specific collection, to the preference.
addValidationListener(<any>) - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
 
addValidator(<any>) - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
 
addValue(String) - Method in class de.mrapp.android.preference.MultiChoiceListPreference
Adds a new value to the preference.
areDialogDividersShownOnScroll() - Method in class de.mrapp.android.preference.DialogPreference
Returns, whether the dividers, which are located above and below the list view of the preference's dialog, are shown when the list view is scrolled, or not.

C

CheckBoxPreference - Class in de.mrapp.android.preference
A preference, which provides a two-state toggleable option using a CheckBox widget.
CheckBoxPreference(Context) - Constructor for class de.mrapp.android.preference.CheckBoxPreference
Creates a new preference, which provides a two-state toggleable option using a CheckBox widget.
CheckBoxPreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.CheckBoxPreference
Creates a new preference, which provides a two-state toggleable option using a CheckBox widget.
CheckBoxPreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.CheckBoxPreference
Creates a new preference, which provides a two-state toggleable option using a CheckBox widget.
CheckBoxPreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.CheckBoxPreference
Creates a new preference, which provides a two-state toggleable option using a CheckBox widget.
checked - Variable in class de.mrapp.android.preference.AbstractTwoStatePreference.SavedState
The saved value of the attribute "checked".
color - Variable in class de.mrapp.android.preference.AbstractColorPickerPreference.SavedState
The saved value of the attribute "color".
ColorPaletteAdapter - Class in de.mrapp.android.preference.adapter
An adapter, which provides colors for visualization using a RecyclerView.
ColorPaletteAdapter(Context, int[], int, AbstractColorPickerPreference.PreviewShape, int, int, Drawable) - Constructor for class de.mrapp.android.preference.adapter.ColorPaletteAdapter
Creates a new adapter, which provides colors for visualization using a RecyclerView.
ColorPaletteAdapter.ViewHolder - Class in de.mrapp.android.preference.adapter
The view holder, which is used by the adapter.
ColorPaletteItem - Class in de.mrapp.android.preference.view
A view that visualizes a single color of a color palette.
ColorPaletteItem(Context) - Constructor for class de.mrapp.android.preference.view.ColorPaletteItem
Creates a new view that visualizes a single color of a color palette.
ColorPaletteItem(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.view.ColorPaletteItem
Creates a new view that visualizes a single color of a color palette.
ColorPaletteItem(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.view.ColorPaletteItem
Creates a new view that visualizes a single color of a color palette.
ColorPaletteItem(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.view.ColorPaletteItem
Creates a new view that visualizes a single color of a color palette.
ColorPalettePreference - Class in de.mrapp.android.preference
A preference, which allows to choose a color from a pre-defined color palette.
ColorPalettePreference(Context) - Constructor for class de.mrapp.android.preference.ColorPalettePreference
Creates a new preference, which allows to choose a color from a pre-defined color palette.
ColorPalettePreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.ColorPalettePreference
Creates a new preference, which allows to choose a color from a pre-defined color palette.
ColorPalettePreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.ColorPalettePreference
Creates a new preference, which allows to choose a color from a pre-defined color palette.
ColorPalettePreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.ColorPalettePreference
Creates a new preference, which allows to choose a color from a pre-defined color palette.
ColorPreviewDataBinder - Class in de.mrapp.android.preference.multithreading
A data loader, which allows to load the previews of colors.
ColorPreviewDataBinder(Context, Drawable, AbstractColorPickerPreference.PreviewShape, int, int, int) - Constructor for class de.mrapp.android.preference.multithreading.ColorPreviewDataBinder
Creates a new data loader, which allows to create previews of colors.
createDialog(<any>) - Method in class de.mrapp.android.preference.DialogPreference
The method, which is invoked on subclasses when the preference's dialog is about to be created.
createDialog(<any>) - Method in class de.mrapp.android.preference.EditTextPreference
 
createDialogBuilder(int) - Method in class de.mrapp.android.preference.DialogPreference
The method, which is invoked on subclasses when the builder, which is used to configure the preference's dialog, is about to be created.
createDialogBuilder(int) - Method in class de.mrapp.android.preference.EditTextPreference
 
CREATOR - Static variable in class de.mrapp.android.preference.AbstractColorPickerPreference.SavedState
A creator, which allows to create instances of the class AbstractColorPickerPreference.SavedState from parcels.
CREATOR - Static variable in class de.mrapp.android.preference.AbstractNumberPickerPreference.SavedState
A creator, which allows to create instances of the class AbstractNumberPickerPreference.SavedState from parcels.
CREATOR - Static variable in class de.mrapp.android.preference.AbstractTwoStatePreference.SavedState
A creator, which allows to create instances of the class AbstractTwoStatePreference.SavedState from parcels.
CREATOR - Static variable in class de.mrapp.android.preference.DialogPreference.SavedState
A creator, which allows to create instances of the class DialogPreference.SavedState from parcels.
CREATOR - Static variable in class de.mrapp.android.preference.DigitPickerPreference.SavedState
A creator, which allows to create instances of the class DigitPickerPreference.SavedState from parcels.
CREATOR - Static variable in class de.mrapp.android.preference.EditTextPreference.SavedState
A creator, which allows to create instances of the class EditTextPreference.SavedState from parcels.
CREATOR - Static variable in class de.mrapp.android.preference.ListPreference.SavedState
A creator, which allows to create instances of the class ListPreference from parcels.
CREATOR - Static variable in class de.mrapp.android.preference.MultiChoiceListPreference.SavedState
A creator, which allows to create instances of the class MultiChoiceListPreference from parcels.
CREATOR - Static variable in class de.mrapp.android.preference.NumberPickerPreference.SavedState
A creator, which allows to create instances of the class NumberPickerPreference.SavedState from parcels.
CREATOR - Static variable in class de.mrapp.android.preference.ResolutionPreference.SavedState
A creator, which allows to create instances of the class ResolutionPreference from parcels.
CREATOR - Static variable in class de.mrapp.android.preference.SeekBarPreference.SavedState
A creator, which allows to create instances of the class SeekBarPreference from parcels.
currentNumber - Variable in class de.mrapp.android.preference.DigitPickerPreference.SavedState
The saved value of the attribute "currentNumber".
currentNumber - Variable in class de.mrapp.android.preference.NumberPickerPreference.SavedState
The saved value of the attribute "currentNumber".
currentValue - Variable in class de.mrapp.android.preference.SeekBarPreference.SavedState
The saved value of the attribute "currentValue".

D

de.mrapp.android.preference - package de.mrapp.android.preference
 
de.mrapp.android.preference.adapter - package de.mrapp.android.preference.adapter
 
de.mrapp.android.preference.multithreading - package de.mrapp.android.preference.multithreading
 
de.mrapp.android.preference.view - package de.mrapp.android.preference.view
 
DialogPreference - Class in de.mrapp.android.preference
An abstract base class for all preferences, which will show a dialog when clicked by the user.
DialogPreference(Context) - Constructor for class de.mrapp.android.preference.DialogPreference
Creates a new preference, which will show a dialog when clicked by the user.
DialogPreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.DialogPreference
Creates a new preference, which will show a dialog when clicked by the user.
DialogPreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.DialogPreference
Creates a new preference, which will show a dialog when clicked by the user.
DialogPreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.DialogPreference
Creates a new preference, which will show a dialog when clicked by the user.
DialogPreference.SavedState - Class in de.mrapp.android.preference
A data structure, which allows to save the internal state of an DialogPreference.
dialogState - Variable in class de.mrapp.android.preference.DialogPreference.SavedState
The saved state of the dialog of the DialogPreference , whose state is saved by the data structure.
DigitPickerPreference - Class in de.mrapp.android.preference
A preference, which allows to choose a decimal number via multiple NumberPicker widgets.
DigitPickerPreference(Context) - Constructor for class de.mrapp.android.preference.DigitPickerPreference
Creates a new preference, which allows to choose a decimal number via multiple NumberPicker widgets.
DigitPickerPreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.DigitPickerPreference
Creates a new preference, which allows to choose a decimal number via multiple NumberPicker widgets.
DigitPickerPreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.DigitPickerPreference
Creates a new preference, which allows to choose a decimal number via multiple NumberPicker widgets.
DigitPickerPreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.DigitPickerPreference
Creates a new preference, which allows to choose a decimal number via multiple NumberPicker widgets.
DigitPickerPreference.SavedState - Class in de.mrapp.android.preference
A data structure, which allows to save the internal state of an DigitPickerPreference.
doInBackground(Integer, Void...) - Method in class de.mrapp.android.preference.multithreading.ColorPreviewDataBinder
 

E

EditTextPreference - Class in de.mrapp.android.preference
A preference, which allows to enter a text via an EditText widget.
EditTextPreference(Context) - Constructor for class de.mrapp.android.preference.EditTextPreference
Creates a new preference, which allows to enter a text via an EditText widget.
EditTextPreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.EditTextPreference
Creates a new preference, which allows to enter a text via an EditText widget.
EditTextPreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.EditTextPreference
Creates a new preference, which allows to enter a text via an EditText widget.
EditTextPreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.EditTextPreference
Creates a new preference, which allows to enter a text via an EditText widget.
EditTextPreference.SavedState - Class in de.mrapp.android.preference
A data structure, which allows to save the internal state of an EditTextPreference.

F

formatResolution(Context, int, int) - Static method in class de.mrapp.android.preference.ResolutionPreference
Creates and returns the textual representation of a specific resolution.
fromValue(int) - Static method in enum de.mrapp.android.preference.AbstractColorPickerPreference.ColorFormat
Returns the format, which corresponds to a specific value.
fromValue(int) - Static method in enum de.mrapp.android.preference.AbstractColorPickerPreference.PreviewShape
Returns the shape, which corresponds to a specific value.

G

getBackground() - Method in class de.mrapp.android.preference.multithreading.ColorPreviewDataBinder
Returns the background of the preview.
getBorderColor() - Method in class de.mrapp.android.preference.multithreading.ColorPreviewDataBinder
Returns the border color of the preview.
getBorderWidth() - Method in class de.mrapp.android.preference.multithreading.ColorPreviewDataBinder
Returns the border width of the preview.
getColor() - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Returns the currently persisted color of the preference.
getColorFormat() - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Returns the format, which is used to print a textual representation of the preference's color.
getColorPalette() - Method in class de.mrapp.android.preference.ColorPalettePreference
Returns the colors, the preference allows to choose.
getColorView() - Method in class de.mrapp.android.preference.view.ColorPaletteItem
Returns the image view, which is used to display the item's color.
getCurrentIndex() - Method in class de.mrapp.android.preference.NumberPickerPreference
Returns the currently selected index of the NumberPicker widget.
getCurrentNumber() - Method in class de.mrapp.android.preference.DigitPickerPreference
Returns the current number of the NumberPicker widget.
getCurrentValue() - Method in class de.mrapp.android.preference.SeekBarPreference
Returns the current value of the seek bar.
getDecimals() - Method in class de.mrapp.android.preference.SeekBarPreference
Returns the number of decimals of the floating point numbers, the preference allows to choose.
getDialog() - Method in class de.mrapp.android.preference.DialogPreference
Returns the dialog, which is shown by the preference.
getDialogBackground() - Method in class de.mrapp.android.preference.DialogPreference
Returns the background of the preference's dialog.
getDialogBottomMargin() - Method in class de.mrapp.android.preference.DialogPreference
Returns the bottom margin of the preference's dialog.
getDialogButtonTextColor() - Method in class de.mrapp.android.preference.DialogPreference
Returns the text color of the buttons of the preference's dialog.
getDialogButtonTypeface() - Method in class de.mrapp.android.preference.DialogPreference
Returns the typeface of the buttons of the preference's dialog.
getDialogCancelAnimation() - Method in class de.mrapp.android.preference.DialogPreference
Returns the animation, which is used to cancel the preference's dialog.
getDialogDismissAnimation() - Method in class de.mrapp.android.preference.DialogPreference
Returns the animation, which is used to dismiss the preference's dialog.
getDialogDividerColor() - Method in class de.mrapp.android.preference.DialogPreference
Returns the color of dividers, which are contained by the preference's dialog.
getDialogDividerMargin() - Method in class de.mrapp.android.preference.DialogPreference
Returns the left and right margin of dividers, which are contained by the preference's dialog.
getDialogGravity() - Method in class de.mrapp.android.preference.DialogPreference
Returns the gravity of the preference's dialog.
getDialogHeaderBackground() - Method in class de.mrapp.android.preference.DialogPreference
Returns the background of the header of the preference's dialog.
getDialogHeaderIcon() - Method in class de.mrapp.android.preference.DialogPreference
Returns the icon of the header of the preference's dialog.
getDialogHeaderIconTintList() - Method in class de.mrapp.android.preference.DialogPreference
Returns the color state list, which is used to tint the icon of the header of the preference's dialog.
getDialogHeaderIconTintMode() - Method in class de.mrapp.android.preference.DialogPreference
Returns the mode, which is used to tint the icon of the header of the preference's dialog.
getDialogHeight() - Method in class de.mrapp.android.preference.DialogPreference
Returns the height of the preference's dialog.
getDialogIcon() - Method in class de.mrapp.android.preference.DialogPreference
Returns the icon of the preference's dialog.
getDialogIconTintList() - Method in class de.mrapp.android.preference.DialogPreference
Returns the color state list, which is used to tint the icon of the preference's dialog.
getDialogIconTintMode() - Method in class de.mrapp.android.preference.DialogPreference
Returns the mode, which is used to tint the icon of the preference's dialog.
getDialogItemColor() - Method in class de.mrapp.android.preference.AbstractListPreference
Returns the color of the items of the preference's dialog.
getDialogItemTypeface() - Method in class de.mrapp.android.preference.AbstractListPreference
Returns the typeface of the items of the preference's dialog.
getDialogLeftMargin() - Method in class de.mrapp.android.preference.DialogPreference
Returns the left margin of the preference's dialog.
getDialogMaxHeight() - Method in class de.mrapp.android.preference.DialogPreference
Returns the maximum height of the preference's dialog.
getDialogMaxWidth() - Method in class de.mrapp.android.preference.DialogPreference
Returns the maximum width of the preference's dialog.
getDialogMessage() - Method in class de.mrapp.android.preference.DialogPreference
Returns the message of the preference's dialog.
getDialogMessageColor() - Method in class de.mrapp.android.preference.DialogPreference
Returns the color of the message of the preference's dialog.
getDialogMessageTypeface() - Method in class de.mrapp.android.preference.DialogPreference
Returns the typeface of the message of the preference's dialog.
getDialogPaddingBottom() - Method in class de.mrapp.android.preference.DialogPreference
Returns the bottom padding of the preference's dialog.
getDialogPaddingLeft() - Method in class de.mrapp.android.preference.DialogPreference
Returns the left padding of the preference's dialog.
getDialogPaddingRight() - Method in class de.mrapp.android.preference.DialogPreference
Returns the right padding of the preference's dialog.
getDialogPaddingTop() - Method in class de.mrapp.android.preference.DialogPreference
Returns the top padding of the preference's dialog.
getDialogPreviewBackground() - Method in class de.mrapp.android.preference.ColorPalettePreference
Returns the background, which is used to preview colors in the preference's dialog.
getDialogPreviewBorderColor() - Method in class de.mrapp.android.preference.ColorPalettePreference
Returns the border color, which is used to preview colors in the preference's dialog.
getDialogPreviewBorderWidth() - Method in class de.mrapp.android.preference.ColorPalettePreference
Returns the border width, which is used to preview colors in the preference's dialog.
getDialogPreviewShape() - Method in class de.mrapp.android.preference.ColorPalettePreference
Returns the shape, which is used to preview colors in the preference's dialog.
getDialogPreviewSize() - Method in class de.mrapp.android.preference.ColorPalettePreference
Returns the size, which is used to preview colors in the preference's dialog.
getDialogRightMargin() - Method in class de.mrapp.android.preference.DialogPreference
Returns the right margin of the preference's dialog.
getDialogScrollableArea() - Method in class de.mrapp.android.preference.DialogPreference
Returns the scrollable area of the preference's dialog.
getDialogShowAnimation() - Method in class de.mrapp.android.preference.DialogPreference
Returns the animation, which is used to show the preference's dialog.
getDialogTitle() - Method in class de.mrapp.android.preference.DialogPreference
Returns the title of the preference's dialog.
getDialogTitleColor() - Method in class de.mrapp.android.preference.DialogPreference
Returns the color of the title of the preference's dialog.
getDialogTitleTypeface() - Method in class de.mrapp.android.preference.DialogPreference
Returns the typeface of the title of the preference's dialog.
getDialogTopMargin() - Method in class de.mrapp.android.preference.DialogPreference
Returns the top margin of the preference's dialog.
getDialogWidth() - Method in class de.mrapp.android.preference.DialogPreference
Returns the width of the preference's dialog.
getDialogWindowBackground() - Method in class de.mrapp.android.preference.DialogPreference
Returns the window background of the preference's dialog.
getDisableDependentsState() - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
Returns, whether dependent preferences are disabled when this preference is checked, or when this preference is not checked.
getDividerColor() - Method in class de.mrapp.android.preference.view.NumberPicker
Returns the color of the number pickers's divider.
getEntries() - Method in class de.mrapp.android.preference.AbstractListPreference
Returns the entries of the list, which is shown by the preference.
getEntry() - Method in class de.mrapp.android.preference.ListPreference
Returns the entry, the currently persisted value of the preference belongs to.
getEntryValues() - Method in class de.mrapp.android.preference.AbstractListPreference
Returns the values, which correspond to the entries of the list, which is shown by the preference.
getErrorColor() - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
Returns the color, which is used to indicate validation errors.
getFloatingPointSeparator() - Method in class de.mrapp.android.preference.SeekBarPreference
Returns the symbol, which is used to separate floating point numbers for textual representation.
getHeight() - Method in class de.mrapp.android.preference.ResolutionPreference
Returns the height of the currently persisted resolution of the preference.
getHeightHint() - Method in class de.mrapp.android.preference.ResolutionPreference
Returns the hint of the edit text widget, which allows to enter the height of the resolution.
getHelperText() - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
Returns the helper text of the view, which is contained by the preference's dialog.
getHelperTextColor() - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
Returns the color of the helper text of the view, which is contained by the preference's dialog.
getHint() - Method in class de.mrapp.android.preference.EditTextPreference
Returns the hint of the edit text widget, which is contained by the preference's dialog.
getIconTintList() - Method in class de.mrapp.android.preference.Preference
Returns the color state list, which is used to tint the preference's icon.
getIconTintMode() - Method in class de.mrapp.android.preference.Preference
Returns the mode, which is used to tint the preference's icon.
getItem(int) - Method in class de.mrapp.android.preference.adapter.ColorPaletteAdapter
Returns the color that corresponds to a specific position.
getItemCount() - Method in class de.mrapp.android.preference.adapter.ColorPaletteAdapter
 
getItemId(int) - Method in class de.mrapp.android.preference.adapter.ColorPaletteAdapter
 
getMaxNumber() - Method in class de.mrapp.android.preference.NumberPickerPreference
Returns the maximum number, the preference allows to choose.
getMaxValue() - Method in class de.mrapp.android.preference.SeekBarPreference
Returns the maximum value, the preference allows to choose.
getMinNumber() - Method in class de.mrapp.android.preference.NumberPickerPreference
Returns the minimum number, the preference allows to choose.
getMinValue() - Method in class de.mrapp.android.preference.SeekBarPreference
Returns the minimum value, the preference allows to choose.
getNegativeButtonText() - Method in class de.mrapp.android.preference.DialogPreference
Returns the text of the negative button of the preference's dialog.
getNumber() - Method in class de.mrapp.android.preference.AbstractNumberPickerPreference
Returns the currently persisted number of the preference.
getNumberOfColumns() - Method in class de.mrapp.android.preference.ColorPalettePreference
Returns the number of columns, which are used to preview colors in the preference's dialog.
getNumberOfDigits() - Method in class de.mrapp.android.preference.DigitPickerPreference
Returns the number of digits of the numbers, the preference allows to choose.
getPositiveButtonText() - Method in class de.mrapp.android.preference.DialogPreference
Returns the text of the positive button of the preference's dialog.
getPreviewBackground() - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Returns the background of the preview of the preference's color.
getPreviewBorderColor() - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Returns the border color of the preview of the preference's color.
getPreviewBorderWidth() - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Returns the border width of the preview of the preference's color.
getPreviewShape() - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Returns the shape of the preview of the preference's color.
getPreviewSize() - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Returns the size of the preview of the preference's color.
getRange() - Method in class de.mrapp.android.preference.NumberPickerPreference
Returns the range of numbers, the preference allows to choose from.
getRange() - Method in class de.mrapp.android.preference.SeekBarPreference
Returns the range of values, the preference allows to choose from.
getSeekBarColor() - Method in class de.mrapp.android.preference.view.SeekBar
Returns the color of the seek bar.
getSelectedEntries() - Method in class de.mrapp.android.preference.MultiChoiceListPreference
Returns the entries, the currently persisted values of the preference belong to.
getShape() - Method in class de.mrapp.android.preference.multithreading.ColorPreviewDataBinder
Returns the shape of the preview.
getSize() - Method in class de.mrapp.android.preference.multithreading.ColorPreviewDataBinder
Returns the size of the preview.
getStepSize() - Method in class de.mrapp.android.preference.NumberPickerPreference
Returns the step size, the number is increased or decreased by when moving the selector wheel.
getStepSize() - Method in class de.mrapp.android.preference.SeekBarPreference
Returns the step size, the value is increased or decreased by, when moving the seek bar.
getSummaries() - Method in class de.mrapp.android.preference.SeekBarPreference
Returns the summaries, which are shown depending on the currently persisted value.
getSummary() - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
 
getSummary() - Method in class de.mrapp.android.preference.AbstractNumberPickerPreference
 
getSummary() - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
 
getSummary() - Method in class de.mrapp.android.preference.EditTextPreference
 
getSummary() - Method in class de.mrapp.android.preference.ListPreference
 
getSummary() - Method in class de.mrapp.android.preference.MultiChoiceListPreference
 
getSummary() - Method in class de.mrapp.android.preference.ResolutionPreference
 
getSummary() - Method in class de.mrapp.android.preference.SeekBarPreference
 
getSummaryOff() - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
Returns the summary, which is shown when the preference is not checked.
getSummaryOn() - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
Returns the summary, which is shown when the preference is checked.
getSwitchTextOff() - Method in class de.mrapp.android.preference.SwitchPreference
Returns the text, which is displayed on the preference's switch, when it is not checked.
getSwitchTextOn() - Method in class de.mrapp.android.preference.SwitchPreference
Returns the text, which is displayed on the preference's switch, when it is checked.
getText() - Method in class de.mrapp.android.preference.EditTextPreference
Returns the currently persisted text of the preference.
getTextColor() - Method in class de.mrapp.android.preference.ActionPreference
Returns the text color of the preference's title.
getThumbDrawable() - Method in class de.mrapp.android.preference.view.SeekBar
Returns the drawable, which is used to visualize the seek bar's thumb.
getUnit() - Method in class de.mrapp.android.preference.AbstractNumberPickerPreference
Returns the unit, which is used for textual representation of the preference's number.
getUnit() - Method in class de.mrapp.android.preference.ResolutionPreference
Returns the unit, which is used for textual representation of the preference's resolution.
getUnit() - Method in class de.mrapp.android.preference.SeekBarPreference
Returns the unit, which is used for textual representation of the preference's value.
getValidationListeners() - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
Returns the listeners, which are notified when the view, which is contained by the preference's dialog, has been validated.
getValidators() - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
 
getValue() - Method in enum de.mrapp.android.preference.AbstractColorPickerPreference.ColorFormat
Returns the value of the format.
getValue() - Method in enum de.mrapp.android.preference.AbstractColorPickerPreference.PreviewShape
Returns the value of the shape.
getValue() - Method in class de.mrapp.android.preference.ListPreference
Returns the currently persisted value of the preference.
getValue() - Method in class de.mrapp.android.preference.SeekBarPreference
Returns the currently persisted value of the preference.
getValues() - Method in class de.mrapp.android.preference.MultiChoiceListPreference
Returns the currently persisted values of the preference.
getWidth() - Method in class de.mrapp.android.preference.ResolutionPreference
Returns the width of the currently persisted resolution of the preference.
getWidthHint() - Method in class de.mrapp.android.preference.ResolutionPreference
Returns the hint of the edit text widget, which allows to enter the width of the resolution.

H

height - Variable in class de.mrapp.android.preference.ResolutionPreference.SavedState
The saved value of the attribute "height".

I

indexOf(CharSequence) - Method in class de.mrapp.android.preference.AbstractListPreference
Return the index of the entry, a specific value corresponds to.
indexOf(int) - Method in class de.mrapp.android.preference.adapter.ColorPaletteAdapter
Returns the index of a specific color.
isChecked() - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
 
isChecked() - Method in class de.mrapp.android.preference.view.ColorPaletteItem
 
isDialogButtonBarDividerShown() - Method in class de.mrapp.android.preference.DialogPreference
Returns, whether the divider, which is located above the buttons of the preference's dialog, is shown, or not.
isDialogFitsSystemWindowsBottom() - Method in class de.mrapp.android.preference.DialogPreference
Returns, whether the preference's dialog accounts for system screen decorations such as the status bar and insets its content at the bottom edge.
isDialogFitsSystemWindowsLeft() - Method in class de.mrapp.android.preference.DialogPreference
Returns, whether the preference's dialog accounts for system screen decorations such as the status bar and insets its content at the left edge.
isDialogFitsSystemWindowsRight() - Method in class de.mrapp.android.preference.DialogPreference
Returns, whether the preference's dialog accounts for system screen decorations such as the status bar and insets its content at the right edge.
isDialogFitsSystemWindowsTop() - Method in class de.mrapp.android.preference.DialogPreference
Returns, whether the preference's dialog accounts for system screen decorations such as the status bar and insets its content at the top edge.
isDialogFullscreen() - Method in class de.mrapp.android.preference.DialogPreference
Returns, whether the preference's dialog is shown fullscreen, or not.
isDialogHeaderShown() - Method in class de.mrapp.android.preference.DialogPreference
Returns, whether the header of the preference's dialog is shown, or not.
isDialogShown() - Method in class de.mrapp.android.preference.DialogPreference
Returns, whether the preference's dialog is currently shown, or not.
isInputMethodUsed() - Method in class de.mrapp.android.preference.AbstractNumberPickerPreference
Returns, whether an input method is used by the preference, false otherwise.
isPreviewShown() - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Returns, whether a preview of the preference's color is shown, or not.
isProgressShown() - Method in class de.mrapp.android.preference.SeekBarPreference
Returns, whether the currently selected value of the seek bar is shown, or not.
isSelectorWheelWrapped() - Method in class de.mrapp.android.preference.AbstractNumberPickerPreference
Returns, whether the selector wheel of the preference's NumberPicker is wrapped, or not.
isValidatedOnFocusLost() - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
 
isValidatedOnValueChange() - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
 
isValueShownAsSummary() - Method in class de.mrapp.android.preference.DialogPreference
Returns, whether the currently persisted value is shown instead of the summary, or not.

L

ListPreference - Class in de.mrapp.android.preference
A preference, which allows to select a value from a list.
ListPreference(Context) - Constructor for class de.mrapp.android.preference.ListPreference
Creates a new preference, which allows to select a value from a list.
ListPreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.ListPreference
Creates a new preference, which allows to select a value from a list.
ListPreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.ListPreference
Creates a new preference, which allows to select a value from a list.
ListPreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.ListPreference
Creates a new preference, which allows to select a value from a list.
ListPreference.SavedState - Class in de.mrapp.android.preference
A data structure, which allows to save the internal state of a ListPreference.

M

MultiChoiceListPreference - Class in de.mrapp.android.preference
A preference, which allows to select multiple values from a list.
MultiChoiceListPreference(Context) - Constructor for class de.mrapp.android.preference.MultiChoiceListPreference
Creates a new preference, which allows to select multiple values from a list.
MultiChoiceListPreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.MultiChoiceListPreference
Creates a new preference, which allows to select multiple values from a list.
MultiChoiceListPreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.MultiChoiceListPreference
Creates a new preference, which allows to select multiple values from a list.
MultiChoiceListPreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.MultiChoiceListPreference
Creates a new preference, which allows to select multiple values from a list.
MultiChoiceListPreference.SavedState - Class in de.mrapp.android.preference
A data structure, which allows to save the internal state of a MultiChoiceListPreference.

N

needInputMethod() - Method in class de.mrapp.android.preference.AbstractNumberPickerPreference
 
needInputMethod() - Method in class de.mrapp.android.preference.DialogPreference
The method, which is invoked on subclasses to determine, whether the soft input mode should be requested when the preference's dialog becomes shown, or not.
needInputMethod() - Method in class de.mrapp.android.preference.EditTextPreference
 
needInputMethod() - Method in class de.mrapp.android.preference.ResolutionPreference
 
number - Variable in class de.mrapp.android.preference.AbstractNumberPickerPreference.SavedState
The saved value of the attribute "number".
NumberPicker - Class in de.mrapp.android.preference.view
A custom view, which is extended from the view NumberPicker in order to provide a setter method, which allows to set the color of the number picker's selectionDivider.
NumberPicker(Context) - Constructor for class de.mrapp.android.preference.view.NumberPicker
Creates a new number picker.
NumberPicker(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.view.NumberPicker
Creates a new number picker.
NumberPicker(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.view.NumberPicker
Creates a new number picker.
NumberPicker(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.view.NumberPicker
Creates a new number picker.
NumberPickerPreference - Class in de.mrapp.android.preference
A preference, which allows to choose a decimal number via a NumberPicker widget.
NumberPickerPreference(Context) - Constructor for class de.mrapp.android.preference.NumberPickerPreference
Creates a new preference, which allows to choose a decimal number via a NumberPicker widget.
NumberPickerPreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.NumberPickerPreference
Creates a new preference, which allows to choose a decimal number via a NumberPicker widget.
NumberPickerPreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.NumberPickerPreference
Creates a new preference, which allows to choose a decimal number via a NumberPicker widget.
NumberPickerPreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.NumberPickerPreference
Creates a new preference, which allows to choose a decimal number via a NumberPicker widget.
NumberPickerPreference.SavedState - Class in de.mrapp.android.preference
A data structure, which allows to save the internal state of an NumberPickerPreference.

O

onBindViewHolder(PreferenceViewHolder) - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
 
onBindViewHolder(PreferenceViewHolder) - Method in class de.mrapp.android.preference.AbstractCompoundButtonPreference
 
onBindViewHolder(PreferenceViewHolder) - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
 
onBindViewHolder(PreferenceViewHolder) - Method in class de.mrapp.android.preference.ActionPreference
 
onBindViewHolder(ColorPaletteAdapter.ViewHolder, int) - Method in class de.mrapp.android.preference.adapter.ColorPaletteAdapter
 
onBindViewHolder(PreferenceViewHolder) - Method in class de.mrapp.android.preference.SwitchPreference
 
onCancel(DialogInterface) - Method in class de.mrapp.android.preference.DialogPreference
 
onCheckedChanged(boolean) - Method in class de.mrapp.android.preference.AbstractCompoundButtonPreference
 
onCheckedChanged(boolean) - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
The method, which is invoked, when the preference has been checked or unchecked.
onClick() - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
 
onClick(DialogInterface, int) - Method in class de.mrapp.android.preference.DialogPreference
 
onClick() - Method in class de.mrapp.android.preference.DialogPreference
 
onCreateViewHolder(ViewGroup, int) - Method in class de.mrapp.android.preference.adapter.ColorPaletteAdapter
 
onDialogClosed(AbstractButtonBarDialog, boolean) - Method in class de.mrapp.android.preference.ColorPalettePreference
 
onDialogClosed(AbstractButtonBarDialog, boolean) - Method in class de.mrapp.android.preference.DialogPreference
The method, which is invoked on subclasses when the preference's dialog has been closed.
onDialogClosed(AbstractButtonBarDialog, boolean) - Method in class de.mrapp.android.preference.DigitPickerPreference
 
onDialogClosed(AbstractButtonBarDialog, boolean) - Method in class de.mrapp.android.preference.EditTextPreference
 
onDialogClosed(AbstractButtonBarDialog, boolean) - Method in class de.mrapp.android.preference.ListPreference
 
onDialogClosed(AbstractButtonBarDialog, boolean) - Method in class de.mrapp.android.preference.MultiChoiceListPreference
 
onDialogClosed(AbstractButtonBarDialog, boolean) - Method in class de.mrapp.android.preference.NumberPickerPreference
 
onDialogClosed(AbstractButtonBarDialog, boolean) - Method in class de.mrapp.android.preference.ResolutionPreference
 
onDialogClosed(AbstractButtonBarDialog, boolean) - Method in class de.mrapp.android.preference.SeekBarPreference
 
onDismiss(DialogInterface) - Method in class de.mrapp.android.preference.DialogPreference
 
onGetDefaultValue(TypedArray, int) - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
 
onGetDefaultValue(TypedArray, int) - Method in class de.mrapp.android.preference.AbstractNumberPickerPreference
 
onGetDefaultValue(TypedArray, int) - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
 
onGetDefaultValue(TypedArray, int) - Method in class de.mrapp.android.preference.EditTextPreference
 
onGetDefaultValue(TypedArray, int) - Method in class de.mrapp.android.preference.ListPreference
 
onGetDefaultValue(TypedArray, int) - Method in class de.mrapp.android.preference.MultiChoiceListPreference
 
onGetDefaultValue(TypedArray, int) - Method in class de.mrapp.android.preference.ResolutionPreference
 
onGetDefaultValue(TypedArray, int) - Method in class de.mrapp.android.preference.SeekBarPreference
 
onKey(DialogInterface, int, KeyEvent) - Method in class de.mrapp.android.preference.DialogPreference
 
onPostExecute(ImageView, Bitmap, long, Void...) - Method in class de.mrapp.android.preference.multithreading.ColorPreviewDataBinder
 
onPrepareDialog(<any>) - Method in class de.mrapp.android.preference.AbstractListPreference
 
onPrepareDialog(<any>) - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
 
onPrepareDialog(<any>) - Method in class de.mrapp.android.preference.ColorPalettePreference
 
onPrepareDialog(<any>) - Method in class de.mrapp.android.preference.DialogPreference
The method, which is invoked on subclasses when the preference's dialog is about to be created.
onPrepareDialog(<any>) - Method in class de.mrapp.android.preference.DigitPickerPreference
 
onPrepareDialog(<any>) - Method in class de.mrapp.android.preference.EditTextPreference
 
onPrepareDialog(<any>) - Method in class de.mrapp.android.preference.ListPreference
 
onPrepareDialog(<any>) - Method in class de.mrapp.android.preference.MultiChoiceListPreference
 
onPrepareDialog(<any>) - Method in class de.mrapp.android.preference.NumberPickerPreference
 
onPrepareDialog(<any>) - Method in class de.mrapp.android.preference.ResolutionPreference
 
onPrepareDialog(<any>) - Method in class de.mrapp.android.preference.SeekBarPreference
 
onRestoreInstanceState(Parcelable) - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
 
onRestoreInstanceState(Parcelable) - Method in class de.mrapp.android.preference.AbstractNumberPickerPreference
 
onRestoreInstanceState(Parcelable) - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
 
onRestoreInstanceState(Parcelable) - Method in class de.mrapp.android.preference.DialogPreference
 
onRestoreInstanceState(Parcelable) - Method in class de.mrapp.android.preference.DigitPickerPreference
 
onRestoreInstanceState(Parcelable) - Method in class de.mrapp.android.preference.EditTextPreference
 
onRestoreInstanceState(Parcelable) - Method in class de.mrapp.android.preference.ListPreference
 
onRestoreInstanceState(Parcelable) - Method in class de.mrapp.android.preference.MultiChoiceListPreference
 
onRestoreInstanceState(Parcelable) - Method in class de.mrapp.android.preference.NumberPickerPreference
 
onRestoreInstanceState(Parcelable) - Method in class de.mrapp.android.preference.ResolutionPreference
 
onRestoreInstanceState(Parcelable) - Method in class de.mrapp.android.preference.SeekBarPreference
 
onSaveInstanceState() - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
 
onSaveInstanceState() - Method in class de.mrapp.android.preference.AbstractNumberPickerPreference
 
onSaveInstanceState() - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
 
onSaveInstanceState() - Method in class de.mrapp.android.preference.DialogPreference
 
onSaveInstanceState() - Method in class de.mrapp.android.preference.DigitPickerPreference
 
onSaveInstanceState() - Method in class de.mrapp.android.preference.EditTextPreference
 
onSaveInstanceState() - Method in class de.mrapp.android.preference.ListPreference
 
onSaveInstanceState() - Method in class de.mrapp.android.preference.MultiChoiceListPreference
 
onSaveInstanceState() - Method in class de.mrapp.android.preference.NumberPickerPreference
 
onSaveInstanceState() - Method in class de.mrapp.android.preference.ResolutionPreference
 
onSaveInstanceState() - Method in class de.mrapp.android.preference.SeekBarPreference
 
onSetInitialValue(Object) - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
 
onSetInitialValue(Object) - Method in class de.mrapp.android.preference.AbstractNumberPickerPreference
 
onSetInitialValue(Object) - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
 
onSetInitialValue(Object) - Method in class de.mrapp.android.preference.EditTextPreference
 
onSetInitialValue(Object) - Method in class de.mrapp.android.preference.ListPreference
 
onSetInitialValue(Object) - Method in class de.mrapp.android.preference.MultiChoiceListPreference
 
onSetInitialValue(Object) - Method in class de.mrapp.android.preference.ResolutionPreference
 
onSetInitialValue(Object) - Method in class de.mrapp.android.preference.SeekBarPreference
 
onShow(DialogInterface) - Method in class de.mrapp.android.preference.DialogPreference
 

P

parseResolution(Context, String) - Static method in class de.mrapp.android.preference.ResolutionPreference
Parses a specific textual representation of a resolution and returns its dimensions.
performClick() - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
 
performClick() - Method in class de.mrapp.android.preference.ActionPreference
 
performClick() - Method in class de.mrapp.android.preference.DialogPreference
 
performClick() - Method in class de.mrapp.android.preference.Preference
Performs a click on the preference.
Preference - Class in de.mrapp.android.preference
A material-styled preference.
Preference(Context) - Constructor for class de.mrapp.android.preference.Preference
Creates a new material-styled preference.
Preference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.Preference
Creates a new material-styled preference.
Preference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.Preference
Creates a new material-styled preference.
Preference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.Preference
Creates a new material-styled preference.

R

removeAllValidators(Collection<<any>>) - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
 
removeAllValidators(<any>...) - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
 
removeAllValidators() - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
 
removeAllValues(Collection<String>) - Method in class de.mrapp.android.preference.MultiChoiceListPreference
Removes all values, which are contained by a specific collection, from the preference.
removeValidationListener(<any>) - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
 
removeValidator(<any>) - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
 
removeValue(String) - Method in class de.mrapp.android.preference.MultiChoiceListPreference
Removes a specific value from the preference.
ResolutionPreference - Class in de.mrapp.android.preference
A preference, which allows to enter a two-dimensional image or video resulution via two EditText widgets.
ResolutionPreference(Context) - Constructor for class de.mrapp.android.preference.ResolutionPreference
Creates a new preference, which allows to enter a two-dimensional image or video resolution via two EditText widgets.
ResolutionPreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.ResolutionPreference
Creates a new preference, which allows to enter a two-dimensional image or video resolution via two EditText widgets.
ResolutionPreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.ResolutionPreference
Creates a new preference, which allows to enter a two-dimensional image or video resolution via two EditText widgets.
ResolutionPreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.ResolutionPreference
Creates a new preference, which allows to enter a two-dimensional image or video resolution via two EditText widgets.
ResolutionPreference.SavedState - Class in de.mrapp.android.preference
A data structure, which allows to save the internal state of a ResolutionPreference.

S

SavedState(Parcelable) - Constructor for class de.mrapp.android.preference.AbstractColorPickerPreference.SavedState
Creates a new data structure, which allows to store the internal state of an AbstractColorPickerPreference.
SavedState(Parcel) - Constructor for class de.mrapp.android.preference.AbstractColorPickerPreference.SavedState
Creates a new data structure, which allows to store the internal state of an AbstractColorPickerPreference.
SavedState(Parcelable) - Constructor for class de.mrapp.android.preference.AbstractNumberPickerPreference.SavedState
Creates a new data structure, which allows to store the internal state of an AbstractNumberPickerPreference.
SavedState(Parcel) - Constructor for class de.mrapp.android.preference.AbstractNumberPickerPreference.SavedState
Creates a new data structure, which allows to store the internal state of an AbstractNumberPickerPreference.
SavedState(Parcelable) - Constructor for class de.mrapp.android.preference.AbstractTwoStatePreference.SavedState
Creates a new data structure, which allows to store the internal state of an AbstractTwoStatePreference.
SavedState(Parcel) - Constructor for class de.mrapp.android.preference.AbstractTwoStatePreference.SavedState
Creates a new data structure, which allows to store the internal state of an AbstractTwoStatePreference.
SavedState(Parcel) - Constructor for class de.mrapp.android.preference.DialogPreference.SavedState
Creates a new data structure, which allows to store the internal state of an DialogPreference.
SavedState(Parcelable) - Constructor for class de.mrapp.android.preference.DialogPreference.SavedState
Creates a new data structure, which allows to store the internal state of an DialogPreference.
SavedState(Parcelable) - Constructor for class de.mrapp.android.preference.DigitPickerPreference.SavedState
Creates a new data structure, which allows to store the internal state of an DigitPickerPreference.
SavedState(Parcel) - Constructor for class de.mrapp.android.preference.DigitPickerPreference.SavedState
Creates a new data structure, which allows to store the internal state of an NumberPickerPreference.
SavedState(Parcelable) - Constructor for class de.mrapp.android.preference.EditTextPreference.SavedState
Creates a new data structure, which allows to store the internal state of an EditTextPreference.
SavedState(Parcel) - Constructor for class de.mrapp.android.preference.EditTextPreference.SavedState
Creates a new data structure, which allows to store the internal state of an EditTextPreference.
SavedState(Parcelable) - Constructor for class de.mrapp.android.preference.ListPreference.SavedState
Creates a new data structure, which allows to store the internal state of an ListPreference.
SavedState(Parcel) - Constructor for class de.mrapp.android.preference.ListPreference.SavedState
Creates a new data structure, which allows to store the internal state of an ListPreference.
SavedState(Parcelable) - Constructor for class de.mrapp.android.preference.MultiChoiceListPreference.SavedState
Creates a new data structure, which allows to store the internal state of an MultiChoiceListPreference.
SavedState(Parcel) - Constructor for class de.mrapp.android.preference.MultiChoiceListPreference.SavedState
Creates a new data structure, which allows to store the internal state of an MultiChoiceListPreference.
SavedState(Parcelable) - Constructor for class de.mrapp.android.preference.NumberPickerPreference.SavedState
Creates a new data structure, which allows to store the internal state of an NumberPickerPreference.
SavedState(Parcel) - Constructor for class de.mrapp.android.preference.NumberPickerPreference.SavedState
Creates a new data structure, which allows to store the internal state of an NumberPickerPreference.
SavedState(Parcelable) - Constructor for class de.mrapp.android.preference.ResolutionPreference.SavedState
Creates a new data structure, which allows to store the internal state of an ResolutionPreference.
SavedState(Parcel) - Constructor for class de.mrapp.android.preference.ResolutionPreference.SavedState
Creates a new data structure, which allows to store the internal state of an ResolutionPreference.
SavedState(Parcelable) - Constructor for class de.mrapp.android.preference.SeekBarPreference.SavedState
Creates a new data structure, which allows to store the internal state of a SeekBarPreference.
SavedState(Parcel) - Constructor for class de.mrapp.android.preference.SeekBarPreference.SavedState
Creates a new data structure, which allows to store the internal state of a SeekBarPreference.
SeekBar - Class in de.mrapp.android.preference.view
A custom view, which is extended from the view SeekBar in order to provide a getter method, which allows to retrieve the seek bar's thumb on API versions less than 16.
SeekBar(Context) - Constructor for class de.mrapp.android.preference.view.SeekBar
Creates a new seek bar.
SeekBar(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.view.SeekBar
Creates a new seek bar.
SeekBar(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.view.SeekBar
Creates a new seek bar.
SeekBarPreference - Class in de.mrapp.android.preference
A preference, which allows to select a value from a continuous range via a seek bar.
SeekBarPreference(Context) - Constructor for class de.mrapp.android.preference.SeekBarPreference
Creates a new preference, which allows to select a value from a continuous range via a seek bar.
SeekBarPreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.SeekBarPreference
Creates a new preference, which allows to select a value from a continuous range via a seek bar.
SeekBarPreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.SeekBarPreference
Creates a new preference, which allows to select a value from a continuous range via a seek bar.
SeekBarPreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.SeekBarPreference
Creates a new preference, which allows to select a value from a continuous range via a seek bar.
SeekBarPreference.SavedState - Class in de.mrapp.android.preference
A data structure, which allows to save the internal state of a SeekBarPreference.
setBackground(Drawable) - Method in class de.mrapp.android.preference.multithreading.ColorPreviewDataBinder
Sets the background of the preview.
setBorderColor(int) - Method in class de.mrapp.android.preference.multithreading.ColorPreviewDataBinder
Sets the border color of the preview.
setBorderWidth(int) - Method in class de.mrapp.android.preference.multithreading.ColorPreviewDataBinder
Sets the border width of the preview.
setChecked(boolean) - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
 
setChecked(boolean) - Method in class de.mrapp.android.preference.view.ColorPaletteItem
 
setColor(int) - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Sets the current color of the preference.
setColorFormat(AbstractColorPickerPreference.ColorFormat) - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Sets the format, which should be used to print a textual representation of the preference's color.
setColorPalette(int[]) - Method in class de.mrapp.android.preference.ColorPalettePreference
Sets the colors, the preference should allow to choose.
setColorPalette(int) - Method in class de.mrapp.android.preference.ColorPalettePreference
Sets the colors, the preference should allow to choose.
setCustomDialogButtonBar(View) - Method in class de.mrapp.android.preference.DialogPreference
Sets the custom view, which should be used to show the buttons of the preference's dialog.
setCustomDialogButtonBar(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the custom view, which should be used to show the buttons of the preference's dialog.
setCustomDialogHeader(View) - Method in class de.mrapp.android.preference.DialogPreference
Sets the custom view, which should be used to show the header of the preference's dialog.
setCustomDialogHeader(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the custom view, which should be used to show the header of the preference's dialog.
setCustomDialogMessage(View) - Method in class de.mrapp.android.preference.DialogPreference
Sets the custom view, which should be used to show the message of the preference's dialog.
setCustomDialogMessage(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the custom view, which should be used to show the message of the preference's dialog.
setCustomDialogTitle(View) - Method in class de.mrapp.android.preference.DialogPreference
Sets the custom view, which should be used to show the title of the preference's dialog.
setCustomDialogTitle(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the custom view, which should be used to show the title of the preference's dialog.
setDecimals(int) - Method in class de.mrapp.android.preference.SeekBarPreference
Sets the number of decimals of the floating point numbers, the preference should allow to choose.
setDialogBackground(Bitmap) - Method in class de.mrapp.android.preference.DialogPreference
Sets the background of the preference's dialog.
setDialogBackground(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the background of the preference's dialog.
setDialogBackgroundColor(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the background color of the preference's dialog.
setDialogButtonTextColor(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the text color of the buttons of the preference's dialog.
setDialogButtonTextColor(ColorStateList) - Method in class de.mrapp.android.preference.DialogPreference
Sets the text color of the buttons of the preference's dialog.
setDialogButtonTypeface(Typeface) - Method in class de.mrapp.android.preference.DialogPreference
Sets the typeface of the buttons of the preference's dialog.
setDialogCancelAnimation(DialogAnimation) - Method in class de.mrapp.android.preference.DialogPreference
Sets the animation, which should be used to cancel the preference's dialog.
setDialogDismissAnimation(DialogAnimation) - Method in class de.mrapp.android.preference.DialogPreference
Sets the animation, which should be used to dismiss the preference's dialog.
setDialogDividerColor(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the color of dividers, which are contained by the preference's dialog.
setDialogDividerMargin(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the left and right margin of divider, which are contained by the preference's dialog.
setDialogFitsSystemWindows(boolean) - Method in class de.mrapp.android.preference.DialogPreference
Sets, whether the preference's dialog should account for system screen decorations such as the status bar and inset its content, or not.
setDialogFitsSystemWindows(boolean, boolean, boolean, boolean) - Method in class de.mrapp.android.preference.DialogPreference
Sets, whether the preference's dialog should account for system screen decorations such as the status bar and inset its content, or not.
setDialogFullscreen(boolean) - Method in class de.mrapp.android.preference.DialogPreference
Sets, whether the preference's dialog should be shown fullscreen, or not.
setDialogGravity(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the gravity of the preference's dialog.
setDialogHeaderBackground(Bitmap) - Method in class de.mrapp.android.preference.DialogPreference
Sets the background of the header of the preference's dialog.
setDialogHeaderBackground(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the background of the header of the preference's dialog.
setDialogHeaderBackgroundColor(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the background color of the header of the preference's dialog.
setDialogHeaderIcon(Bitmap) - Method in class de.mrapp.android.preference.DialogPreference
Sets the icon of the header of the preference's dialog.
setDialogHeaderIcon(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the icon of the header of the preference's dialog.
setDialogHeaderIconTint(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the color, which should be used to tint the icon of the header of the preference's dialog.
setDialogHeaderIconTintList(ColorStateList) - Method in class de.mrapp.android.preference.DialogPreference
Sets the color state list, which should be used to tint the icon of the header of the preference's dialog.
setDialogHeaderIconTintMode(PorterDuff.Mode) - Method in class de.mrapp.android.preference.DialogPreference
Sets the mode, which should be used to tint the icon of the header of the preference's dialog.
setDialogHeight(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the height of the preference's dialog.
setDialogIcon(Bitmap) - Method in class de.mrapp.android.preference.DialogPreference
Sets the icon of the preference's dialog.
setDialogIcon(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the icon of the preference's dialog.
setDialogIconTint(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the color, which should be used to tint the icon of the preference's dialog.
setDialogIconTintList(ColorStateList) - Method in class de.mrapp.android.preference.DialogPreference
Sets the color state list, which should be used to tint the icon of the preference's dialog.
setDialogIconTintMode(PorterDuff.Mode) - Method in class de.mrapp.android.preference.DialogPreference
Sets the mode, which should be used to tint the icon of the preference's dialog.
setDialogItemColor(int) - Method in class de.mrapp.android.preference.AbstractListPreference
Sets the color of the items of the preference's dialog.
setDialogItemColor(ColorStateList) - Method in class de.mrapp.android.preference.AbstractListPreference
Sets the color of the items of the preference's dialog.
setDialogItemTypeface(Typeface) - Method in class de.mrapp.android.preference.AbstractListPreference
Sets the typeface of the items of the preference's dialog.
setDialogMargin(int, int, int, int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the margin of the preference's dialog.
setDialogMaxHeight(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the maximum height of the preference's dialog.
setDialogMaxWidth(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the maximum width of the preference's dialog.
setDialogMessage(CharSequence) - Method in class de.mrapp.android.preference.DialogPreference
Sets the message of the preference's dialog.
setDialogMessage(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the message of the preference's dialog.
setDialogMessageColor(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the color of the message of the preference's dialog.
setDialogMessageTypeface(Typeface) - Method in class de.mrapp.android.preference.DialogPreference
Sets the typeface of the message of the preference's dialog.
setDialogPadding(int, int, int, int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the padding of the preference's dialog.
setDialogPreviewBackground(Drawable) - Method in class de.mrapp.android.preference.ColorPalettePreference
Sets the background, which should be used to preview colors in the preference's dialog.
setDialogPreviewBackground(int) - Method in class de.mrapp.android.preference.ColorPalettePreference
Sets the background, which should be used to preview colors in the preference's dialog.
setDialogPreviewBackgroundColor(int) - Method in class de.mrapp.android.preference.ColorPalettePreference
Sets the background color, which should be used to preview colors in the preference's dialog.
setDialogPreviewBorderColor(int) - Method in class de.mrapp.android.preference.ColorPalettePreference
Sets the border color, which should be used to preview colors in the preference's dialog.
setDialogPreviewBorderWidth(int) - Method in class de.mrapp.android.preference.ColorPalettePreference
Sets the border width, which should be used to preview colors in the preference's dialog.
setDialogPreviewShape(AbstractColorPickerPreference.PreviewShape) - Method in class de.mrapp.android.preference.ColorPalettePreference
Sets the shape, which should be used to preview colors in the preference's dialog.
setDialogPreviewSize(int) - Method in class de.mrapp.android.preference.ColorPalettePreference
Sets the size, which should be used to preview colors in the preference's dialog.
setDialogScrollableArea(Area) - Method in class de.mrapp.android.preference.DialogPreference
Sets the scrollable area of the preference's dialog.
setDialogScrollableArea(Area, Area) - Method in class de.mrapp.android.preference.DialogPreference
Sets the scrollable area of the preference's dialog.
setDialogShowAnimation(DialogAnimation) - Method in class de.mrapp.android.preference.DialogPreference
Sets the animation, which should be used to show the preference's dialog.
setDialogTitle(CharSequence) - Method in class de.mrapp.android.preference.DialogPreference
Sets the title of the preference's dialog.
setDialogTitle(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the title of the preference's dialog.
setDialogTitleColor(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the color of the title of the preference's dialog.
setDialogTitleTypeface(Typeface) - Method in class de.mrapp.android.preference.DialogPreference
Sets the typeface of the title of the preference's dialog.
setDialogWidth(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the width of the preference's dialog.
setDialogWindowBackground(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the window background of the preference's dialog.
setDialogWindowBackground(Bitmap) - Method in class de.mrapp.android.preference.DialogPreference
Sets the window background of the preference's dialog.
setDisableDependentsState(boolean) - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
Sets, whether dependent preferences should be disabled when this preference is checked, or when this preference is not checked.
setDividerColor(int) - Method in class de.mrapp.android.preference.view.NumberPicker
Sets the color of the number picker's divider.
setEntries(CharSequence[]) - Method in class de.mrapp.android.preference.AbstractListPreference
Sets the entries of the list, which is shown by the preference.
setEntries(int) - Method in class de.mrapp.android.preference.AbstractListPreference
Sets the entries of the list, which is shown by the preference.
setEntryValues(CharSequence[]) - Method in class de.mrapp.android.preference.AbstractListPreference
Sets the values, which correspond to the entries of the list, which is shown by the preference.
setEntryValues(int) - Method in class de.mrapp.android.preference.AbstractListPreference
Sets the values, which correspond to the entries of the list, which is shown by the preference.
setErrorColor(int) - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
Sets the color, which should be used to indicate validation errors.
setFloatingPointSeparator(CharSequence) - Method in class de.mrapp.android.preference.SeekBarPreference
Sets the symbol, which should be used to separate floating point numbers for textual representation.
setFloatingPointSeparator(int) - Method in class de.mrapp.android.preference.SeekBarPreference
Sets the symbol, which should be used to separate floating point numbers for textual representation.
setHeightHint(CharSequence) - Method in class de.mrapp.android.preference.ResolutionPreference
Sets the hint of the edit text widget, which allows to enter the height of the resolution.
setHeightHint(int) - Method in class de.mrapp.android.preference.ResolutionPreference
Sets the hint of the edit text widget, which allows to enter the height of the resolution.
setHelperText(CharSequence) - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
Sets the helper text of the view, which is contained by the preference's dialog.
setHelperText(int) - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
Sets the helper text of the view, which is contained by the preference's dialog.
setHelperTextColor(int) - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
Sets the color of the helper text of the view, which is contained by the preference's dialog.
setHint(CharSequence) - Method in class de.mrapp.android.preference.EditTextPreference
Sets the hint of the edit text widget, which is contained by the preference's dialog.
setHint(int) - Method in class de.mrapp.android.preference.EditTextPreference
Sets the hint of the edit text widget, which is contained by the preference's dialog.
setIcon(Drawable) - Method in class de.mrapp.android.preference.Preference
 
setIconTint(int) - Method in class de.mrapp.android.preference.Preference
Sets the color, which should be used to tint the preference's icon.
setIconTintList(ColorStateList) - Method in class de.mrapp.android.preference.Preference
Sets the color state list, which should be used to tint the preference's icon.
setIconTintMode(PorterDuff.Mode) - Method in class de.mrapp.android.preference.Preference
Sets the mode, which should be used to tint the preference's icon.
setMaxNumber(int) - Method in class de.mrapp.android.preference.NumberPickerPreference
Sets the maximum number, the preference allows to choose.
setMaxValue(int) - Method in class de.mrapp.android.preference.SeekBarPreference
Sets the maximum value, the preference should allow to choose.
setMinNumber(int) - Method in class de.mrapp.android.preference.NumberPickerPreference
Sets the minimum number, the preference allows to choose.
setMinValue(int) - Method in class de.mrapp.android.preference.SeekBarPreference
Sets the minimum value, the preference should allow to choose.
setNegativeButtonText(CharSequence) - Method in class de.mrapp.android.preference.DialogPreference
Sets the text of the negative button of the preference's dialog.
setNegativeButtonText(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the text of the negative button of the preference's dialog.
setNumber(int) - Method in class de.mrapp.android.preference.AbstractNumberPickerPreference
Sets the current number of the preference.
setNumber(int) - Method in class de.mrapp.android.preference.DigitPickerPreference
 
setNumber(int) - Method in class de.mrapp.android.preference.NumberPickerPreference
 
setNumberOfColumns(int) - Method in class de.mrapp.android.preference.ColorPalettePreference
Sets the number of columns, which should be used to preview colors in the preference's dialog.
setNumberOfDigits(int) - Method in class de.mrapp.android.preference.DigitPickerPreference
Sets the number of digits of the numbers, the preference should allow to choose.
setOnCancelListener(DialogInterface.OnCancelListener) - Method in class de.mrapp.android.preference.DialogPreference
Sets the listener, which should be notified, when the preference's dialog has been canceled.
setOnClickListener(DialogInterface.OnClickListener) - Method in class de.mrapp.android.preference.DialogPreference
Sets the listener, which should be notified, when a button of the preference's dialog has been clicked.
setOnDismissListener(DialogInterface.OnDismissListener) - Method in class de.mrapp.android.preference.DialogPreference
Sets the listener, which should be notified, when the preference's dialog has been dismissed.
setOnKeyListener(DialogInterface.OnKeyListener) - Method in class de.mrapp.android.preference.DialogPreference
Sets the listener, which should be notified, when a key has been dispatched to the preference's dialog.
setOnShowListener(DialogInterface.OnShowListener) - Method in class de.mrapp.android.preference.DialogPreference
Sets the listener, which should be notified, when the preference's dialog has been shown.
setPositiveButtonText(CharSequence) - Method in class de.mrapp.android.preference.DialogPreference
Sets the text of the positive button of the preference's dialog.
setPositiveButtonText(int) - Method in class de.mrapp.android.preference.DialogPreference
Sets the text of the positive button of the preference's dialog.
setPreviewBackground(Drawable) - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Sets the background of the preview of the preference's color.
setPreviewBackground(int) - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Sets the background of the preview of the preference's color.
setPreviewBackgroundColor(int) - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Sets the background color of the preview of the preference's color.
setPreviewBorderColor(int) - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Sets the border color of the preview of the preference's color.
setPreviewBorderWidth(int) - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Sets the border width of the preview of the preference's color.
setPreviewShape(AbstractColorPickerPreference.PreviewShape) - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Sets the shape of the preview of the preference's color.
setPreviewSize(int) - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Sets the size of the preview of the preference's color.
setResolution(int, int) - Method in class de.mrapp.android.preference.ResolutionPreference
Sets the current resolution of the preference.
setSeekBarColor(int) - Method in class de.mrapp.android.preference.view.SeekBar
Sets the color of the seek bar.
setShape(AbstractColorPickerPreference.PreviewShape) - Method in class de.mrapp.android.preference.multithreading.ColorPreviewDataBinder
Sets the shape of the preview.
setSize(int) - Method in class de.mrapp.android.preference.multithreading.ColorPreviewDataBinder
Sets the size of the preview.
setStepSize(int) - Method in class de.mrapp.android.preference.NumberPickerPreference
Sets the step size, the number should be increased or decreased by when moving the selector wheel.
setStepSize(int) - Method in class de.mrapp.android.preference.SeekBarPreference
Sets the step size, the value should be increased or decreased by, when moving the seek bar.
setSummaries(CharSequence[]) - Method in class de.mrapp.android.preference.SeekBarPreference
Sets the summaries, which should be shown depending on the currently persisted value.
setSummary(CharSequence) - Method in class de.mrapp.android.preference.SeekBarPreference
 
setSummary(int) - Method in class de.mrapp.android.preference.SeekBarPreference
 
setSummaryOff(int) - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
Sets the summary, which should be shown when the preference is not checked.
setSummaryOff(CharSequence) - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
Sets the summary, which should be shown when the preference is not checked.
setSummaryOn(CharSequence) - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
Sets the summary, which should be shown when the preference is checked.
setSummaryOn(int) - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
Sets the summary, which should be shown when the preference is checked.
setSwitchTextOff(CharSequence) - Method in class de.mrapp.android.preference.SwitchPreference
Sets the text, which should be displayed on the preference's switch, when it is not checked.
setSwitchTextOff(int) - Method in class de.mrapp.android.preference.SwitchPreference
Sets the text, which should be displayed on the preference's switch, when it is not checked.
setSwitchTextOn(CharSequence) - Method in class de.mrapp.android.preference.SwitchPreference
Sets the text, which should be displayed on the preference's switch, when it is checked.
setSwitchTextOn(int) - Method in class de.mrapp.android.preference.SwitchPreference
Sets the text, which should be displayed on the preference's switch, when it is checked.
setText(String) - Method in class de.mrapp.android.preference.EditTextPreference
Sets the current text of the preference.
setTextColor(int) - Method in class de.mrapp.android.preference.ActionPreference
Sets the text color of the preference's title.
setTextColor(ColorStateList) - Method in class de.mrapp.android.preference.ActionPreference
 
setThumb(Drawable) - Method in class de.mrapp.android.preference.view.SeekBar
 
setUnit(CharSequence) - Method in class de.mrapp.android.preference.AbstractNumberPickerPreference
Sets the unit, which should be used for textual representation of the preference's number.
setUnit(int) - Method in class de.mrapp.android.preference.AbstractNumberPickerPreference
Sets the unit, which should be used for textual representation of the preference's number.
setUnit(CharSequence) - Method in class de.mrapp.android.preference.ResolutionPreference
Sets the unit, which should be used for textual representation of the preference's resolution.
setUnit(int) - Method in class de.mrapp.android.preference.ResolutionPreference
Sets the unit, which should be used for textual representation of the preference's resolution.
setUnit(CharSequence) - Method in class de.mrapp.android.preference.SeekBarPreference
Sets the unit, which should be used for textual representation of the preference's value.
setUnit(int) - Method in class de.mrapp.android.preference.SeekBarPreference
Sets the unit, which should be used for textual representation of the preference's value.
setValue(String) - Method in class de.mrapp.android.preference.ListPreference
Sets the current value of the preference.
setValue(Float) - Method in class de.mrapp.android.preference.SeekBarPreference
Sets the current value of the preference.
setValueIndex(int) - Method in class de.mrapp.android.preference.ListPreference
Sets the current value of the preference.
setValues(Set<String>) - Method in class de.mrapp.android.preference.MultiChoiceListPreference
Sets the current values of the preference.
setWidthHint(CharSequence) - Method in class de.mrapp.android.preference.ResolutionPreference
Sets the hint of the edit text widget, which allows to enter the width of the resolution.
setWidthHint(int) - Method in class de.mrapp.android.preference.ResolutionPreference
Sets the hint of the edit text widget, which allows to enter the width of the resolution.
shouldDisableDependents() - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
 
shouldDisableDependents() - Method in class de.mrapp.android.preference.EditTextPreference
 
showDialogButtonBarDivider(boolean) - Method in class de.mrapp.android.preference.DialogPreference
Sets, whether the divider, which is located above the buttons of the preference's dialog, should be shown, or not.
showDialogDividersOnScroll(boolean) - Method in class de.mrapp.android.preference.DialogPreference
Sets, whether the dividers, which are located above and below the list view of the preference's dialog, should be shown when the list view is scrolled, or not.
showDialogHeader(boolean) - Method in class de.mrapp.android.preference.DialogPreference
Sets, whether the header of the preference's dialog should be shown, or not.
showPreview(boolean) - Method in class de.mrapp.android.preference.AbstractColorPickerPreference
Sets, whether a preview of the preference's color should be shown, or not.
showProgress(boolean) - Method in class de.mrapp.android.preference.SeekBarPreference
Sets, whether the currently selected value of the seek bar should be shown, or not.
showValueAsSummary(boolean) - Method in class de.mrapp.android.preference.DialogPreference
Sets, whether the currently persisted value should be shown instead of the summary, or not.
SwitchPreference - Class in de.mrapp.android.preference
A preference, which provides a two-state toggleable option using a SwitchCompat widget.
SwitchPreference(Context) - Constructor for class de.mrapp.android.preference.SwitchPreference
Creates a new preference, which provides a two-state toggleable option using a SwitchCompat widget.
SwitchPreference(Context, AttributeSet) - Constructor for class de.mrapp.android.preference.SwitchPreference
Creates a new preference, which provides a two-state toggleable option using a SwitchCompat widget.
SwitchPreference(Context, AttributeSet, int) - Constructor for class de.mrapp.android.preference.SwitchPreference
Creates a new preference, which provides a two-state toggleable option using a SwitchCompat widget.
SwitchPreference(Context, AttributeSet, int, int) - Constructor for class de.mrapp.android.preference.SwitchPreference
Creates a new preference, which provides a two-state toggleable option using a SwitchCompat widget.

T

text - Variable in class de.mrapp.android.preference.EditTextPreference.SavedState
The saved value of the attribute "text".
toggle() - Method in class de.mrapp.android.preference.AbstractTwoStatePreference
 
toggle() - Method in class de.mrapp.android.preference.view.ColorPaletteItem
 

U

useInputMethod(boolean) - Method in class de.mrapp.android.preference.AbstractNumberPickerPreference
Sets, whether an input method should be used by the preference, or not.
useInputMethod(boolean) - Method in class de.mrapp.android.preference.DigitPickerPreference
 
useInputMethod(boolean) - Method in class de.mrapp.android.preference.NumberPickerPreference
 

V

validate(ValidateableDialog) - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
 
validate() - Method in class de.mrapp.android.preference.EditTextPreference
 
validate() - Method in class de.mrapp.android.preference.ResolutionPreference
 
validateOnFocusLost(boolean) - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
 
validateOnValueChange(boolean) - Method in class de.mrapp.android.preference.AbstractValidateableDialogPreference
 
value - Variable in class de.mrapp.android.preference.ListPreference.SavedState
The saved value of the attribute "value".
value - Variable in class de.mrapp.android.preference.SeekBarPreference.SavedState
The saved value of the attribute "value".
valueOf(String) - Static method in enum de.mrapp.android.preference.AbstractColorPickerPreference.ColorFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.mrapp.android.preference.AbstractColorPickerPreference.PreviewShape
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.mrapp.android.preference.AbstractColorPickerPreference.ColorFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.mrapp.android.preference.AbstractColorPickerPreference.PreviewShape
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class de.mrapp.android.preference.MultiChoiceListPreference.SavedState
The saved value of the attribute "values".
ViewHolder(ColorPaletteItem) - Constructor for class de.mrapp.android.preference.adapter.ColorPaletteAdapter.ViewHolder
Creates a new view holder.

W

width - Variable in class de.mrapp.android.preference.ResolutionPreference.SavedState
The saved value of the attribute "width".
wrapSelectorWheel(boolean) - Method in class de.mrapp.android.preference.AbstractNumberPickerPreference
Sets, whether the selector wheel of the preference's NumberPicker should be wrapped, or not.
wrapSelectorWheel(boolean) - Method in class de.mrapp.android.preference.DigitPickerPreference
 
wrapSelectorWheel(boolean) - Method in class de.mrapp.android.preference.NumberPickerPreference
 
writeToParcel(Parcel, int) - Method in class de.mrapp.android.preference.AbstractColorPickerPreference.SavedState
 
writeToParcel(Parcel, int) - Method in class de.mrapp.android.preference.AbstractNumberPickerPreference.SavedState
 
writeToParcel(Parcel, int) - Method in class de.mrapp.android.preference.AbstractTwoStatePreference.SavedState
 
writeToParcel(Parcel, int) - Method in class de.mrapp.android.preference.DialogPreference.SavedState
 
writeToParcel(Parcel, int) - Method in class de.mrapp.android.preference.DigitPickerPreference.SavedState
 
writeToParcel(Parcel, int) - Method in class de.mrapp.android.preference.EditTextPreference.SavedState
 
writeToParcel(Parcel, int) - Method in class de.mrapp.android.preference.ListPreference.SavedState
 
writeToParcel(Parcel, int) - Method in class de.mrapp.android.preference.MultiChoiceListPreference.SavedState
 
writeToParcel(Parcel, int) - Method in class de.mrapp.android.preference.NumberPickerPreference.SavedState
 
writeToParcel(Parcel, int) - Method in class de.mrapp.android.preference.ResolutionPreference.SavedState
 
writeToParcel(Parcel, int) - Method in class de.mrapp.android.preference.SeekBarPreference.SavedState
 
A C D E F G H I L M N O P R S T U V W 
Skip navigation links