public class ResolutionPreference extends AbstractValidateableDialogPreference<java.lang.CharSequence>
| Modifier and Type | Class and Description |
|---|---|
static class |
ResolutionPreference.SavedState
A data structure, which allows to save the internal state of a
ResolutionPreference. |
| Constructor and Description |
|---|
ResolutionPreference(android.content.Context context)
Creates a new preference, which allows to enter a two-dimensional image or video resolution
via two EditText widgets.
|
ResolutionPreference(android.content.Context context,
android.util.AttributeSet attributeSet)
Creates a new preference, which allows to enter a two-dimensional image or video resolution
via two EditText widgets.
|
ResolutionPreference(android.content.Context context,
android.util.AttributeSet attributeSet,
int defaultStyle)
Creates a new preference, which allows to enter a two-dimensional image or video resolution
via two EditText widgets.
|
ResolutionPreference(android.content.Context context,
android.util.AttributeSet attributeSet,
int defaultStyle,
int defaultStyleResource)
Creates a new preference, which allows to enter a two-dimensional image or video resolution
via two EditText widgets.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
formatResolution(android.content.Context context,
int width,
int height)
Creates and returns the textual representation of a specific resolution.
|
int |
getHeight()
Returns the height of the currently persisted resolution of the preference.
|
java.lang.CharSequence |
getSummary() |
java.lang.CharSequence |
getUnit()
Returns the unit, which is used for textual representation of the preference's resolution.
|
int |
getWidth()
Returns the width of the currently persisted resolution of the preference.
|
protected boolean |
needInputMethod()
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.
|
protected void |
onDialogClosed(boolean positiveResult)
The method, which is invoked on subclasses when the preference's dialog has been closed.
|
protected java.lang.Object |
onGetDefaultValue(android.content.res.TypedArray typedArray,
int index) |
protected void |
onPrepareValidateableDialog(MaterialDialog.Builder dialogBuilder)
The method, which is invoked on subclasses when the preference's dialog is about to be
created.
|
protected void |
onRestoreInstanceState(android.os.Parcelable state) |
protected android.os.Parcelable |
onSaveInstanceState() |
protected void |
onSetInitialValue(boolean restoreValue,
java.lang.Object defaultValue) |
static android.util.Pair<java.lang.Integer,java.lang.Integer> |
parseResolution(android.content.Context context,
java.lang.String resolution)
Parses a specific textual representation of a resolution and returns its dimensions.
|
void |
setHeight(int height)
Sets the height of the current resolution of the preference.
|
void |
setUnit(java.lang.CharSequence unit)
Sets the unit, which should be used for textual representation of the preference's
resolution.
|
void |
setUnit(int resourceId)
Sets the unit, which should be used for textual representation of the preference's
resolution.
|
void |
setWidth(int width)
Sets the width of the current resolution of the preference.
|
boolean |
validate() |
addAllValidators, addAllValidators, addValidationListener, addValidator, getErrorColor, getHelperText, getHelperTextColor, getValidationListeners, getValidators, isValidatedOnFocusLost, isValidatedOnValueChange, onPrepareDialog, removeAllValidators, removeAllValidators, removeAllValidators, removeValidationListener, removeValidator, setErrorColor, setHelperText, setHelperText, setHelperTextColor, validate, validateOnFocusLost, validateOnValueChangegetDialog, getDialogBackground, getDialogButtonBarDividerColor, getDialogButtonTextColor, getDialogContentDividerColor, getDialogHeaderBackground, getDialogHeaderIcon, getDialogIcon, getDialogMessage, getDialogMessageColor, getDialogTitle, getDialogTitleColor, getNegativeButtonText, getPositiveButtonText, isDialogButtonBarDividerShown, isDialogContentDividerShown, isDialogHeaderShown, isDialogShown, isValueShownAsSummary, onClick, onClick, onDismiss, setDialogBackground, setDialogBackground, setDialogBackgroundColor, setDialogButtonBarDividerColor, setDialogButtonTextColor, setDialogContentDividerColor, setDialogHeaderBackground, setDialogHeaderBackground, setDialogHeaderBackgroundColor, setDialogHeaderIcon, setDialogHeaderIcon, setDialogIcon, setDialogIcon, setDialogMessage, setDialogMessage, setDialogMessageColor, setDialogTitle, setDialogTitle, setDialogTitleColor, setNegativeButtonText, setNegativeButtonText, setPositiveButtonText, setPositiveButtonText, showDialogButtonBarDivider, showDialogContentDivider, showDialogHeader, showValueAsSummarycallChangeListener, compareTo, findPreferenceInHierarchy, getContext, getDependency, getEditor, getExtras, getFragment, getIcon, getIntent, getKey, getLayoutResource, getOnPreferenceChangeListener, getOnPreferenceClickListener, getOrder, getPersistedBoolean, getPersistedFloat, getPersistedInt, getPersistedLong, getPersistedString, getPreferenceManager, getSharedPreferences, getShouldDisableView, getTitle, getTitleRes, getView, getWidgetLayoutResource, hasKey, isEnabled, isPersistent, isSelectable, notifyChanged, notifyDependencyChange, notifyHierarchyChanged, onAttachedToActivity, onAttachedToHierarchy, onBindView, onCreateView, onDependencyChanged, onParentChanged, onPrepareForRemoval, peekExtras, persistBoolean, persistFloat, persistInt, persistLong, persistString, restoreHierarchyState, saveHierarchyState, setDefaultValue, setDependency, setEnabled, setFragment, setIcon, setIcon, setIntent, setKey, setLayoutResource, setOnPreferenceChangeListener, setOnPreferenceClickListener, setOrder, setPersistent, setSelectable, setShouldDisableView, setSummary, setSummary, setTitle, setTitle, setWidgetLayoutResource, shouldCommit, shouldDisableDependents, shouldPersist, toStringpublic ResolutionPreference(android.content.Context context)
context - The context, which should be used by the preference, as an instance of the class
Context. The context may not be nullpublic ResolutionPreference(android.content.Context context,
android.util.AttributeSet attributeSet)
context - The context, which should be used by the preference, as an instance of the class
Context. The context may not be nullattributeSet - The attributes of the XML tag that is inflating the preference, as an instance of the
type AttributeSet or null, if no attributes are availablepublic ResolutionPreference(android.content.Context context,
android.util.AttributeSet attributeSet,
int defaultStyle)
context - The context, which should be used by the preference, as an instance of the class
Context. The context may not be nullattributeSet - The attributes of the XML tag that is inflating the preference, as an instance of the
type AttributeSet or null, if no attributes are availabledefaultStyle - The default style to apply to this preference. If 0, no style will be applied (beyond
what is included in the theme). This may either be an attribute resource, whose value
will be retrieved from the current theme, or an explicit style resourcepublic ResolutionPreference(android.content.Context context,
android.util.AttributeSet attributeSet,
int defaultStyle,
int defaultStyleResource)
context - The context, which should be used by the preference, as an instance of the class
Context. The context may not be nullattributeSet - The attributes of the XML tag that is inflating the preference, as an instance of the
type AttributeSet or null, if no attributes are availabledefaultStyle - The default style to apply to this preference. If 0, no style will be applied (beyond
what is included in the theme). This may either be an attribute resource, whose value
will be retrieved from the current theme, or an explicit style resourcedefaultStyleResource - A resource identifier of a style resource that supplies default values for the
preference, used only if the default style is 0 or can not be found in the theme. Can
be 0 to not look for defaultspublic static android.util.Pair<java.lang.Integer,java.lang.Integer> parseResolution(android.content.Context context,
java.lang.String resolution)
context - The context, which should be used, as an instance of the class Context. The
context may not be nullresolution - The textual representation of the resolution, which should be parsed, as a String. The resolution may neither be null, nor emptyPairpublic static java.lang.String formatResolution(android.content.Context context,
int width,
int height)
context - The context, which should be used, as an instance of the class Context. The
context may not be nullwidth - The width of the resolution as an Integer value. The width must be at least
1height - The height of the resolution as an Integer value. The height must be at least
1Stringpublic final int getWidth()
Integer valuepublic final void setWidth(int width)
width - The width, which should be set, as an Integer value. The width must be at
least 1public final int getHeight()
Integer valuepublic final void setHeight(int height)
height - The height, which should be set, as an Integer value. The height must be at
least 1public final java.lang.CharSequence getUnit()
CharSequence or null, if no unit is usedpublic final void setUnit(java.lang.CharSequence unit)
unit - The unit, which should be set, as an instance of the type CharSequence or
null, if no unit should be usedpublic final void setUnit(int resourceId)
resourceId - The resource id of the unit, which should be set, as an Integer value. The
resource id must correspond to a valid string resourcepublic final java.lang.CharSequence getSummary()
getSummary in class android.preference.Preferencepublic final boolean validate()
protected final void onPrepareValidateableDialog(MaterialDialog.Builder dialogBuilder)
AbstractValidateableDialogPreferenceonPrepareValidateableDialog in class AbstractValidateableDialogPreference<java.lang.CharSequence>dialogBuilder - The builder, which is used to create the preference's dialog, as an instance of the
class MaterialDialog.Builderprotected final void onDialogClosed(boolean positiveResult)
AbstractDialogPreferenceonDialogClosed in class AbstractDialogPreferencepositiveResult - True, if the dialog has been close affirmatively, false otherwiseprotected final boolean needInputMethod()
AbstractDialogPreferenceneedInputMethod in class AbstractDialogPreferenceprotected final java.lang.Object onGetDefaultValue(android.content.res.TypedArray typedArray,
int index)
onGetDefaultValue in class android.preference.Preferenceprotected final void onSetInitialValue(boolean restoreValue,
java.lang.Object defaultValue)
onSetInitialValue in class android.preference.Preferenceprotected final android.os.Parcelable onSaveInstanceState()
onSaveInstanceState in class AbstractDialogPreferenceprotected final void onRestoreInstanceState(android.os.Parcelable state)
onRestoreInstanceState in class AbstractDialogPreference