public class SeekBarDialogPreference extends DialogPreference
Preference.BaseSavedState, Preference.OnPreferenceChangeListener, Preference.OnPreferenceClickListenerDEFAULT_ORDER| Constructor and Description |
|---|
SeekBarDialogPreference(android.content.Context context) |
SeekBarDialogPreference(android.content.Context context,
android.util.AttributeSet attrs) |
SeekBarDialogPreference(android.content.Context context,
android.util.AttributeSet attrs,
int defStyle) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxValue() |
SeekBar |
getSeekBar() |
int |
getValue() |
protected void |
onBindDialogView(android.view.View view) |
protected SeekBar |
onCreateSeekBar() |
protected void |
onDialogClosed(boolean positiveResult) |
protected Integer |
onGetDefaultValue(android.content.res.TypedArray a,
int index) |
protected void |
onRestoreInstanceState(android.os.Parcelable state) |
protected android.os.Parcelable |
onSaveInstanceState() |
protected void |
onSetInitialValue(boolean restoreValue,
Object defaultValue) |
void |
setMaxValue(int maxValue) |
void |
setValue(int value) |
getDialog, getDialogIcon, getDialogLayoutResource, getDialogMessage, getDialogTitle, getNegativeButtonText, getPositiveButtonText, needInputMethod, onActivityDestroy, onClick, onClick, onCreateDialogView, onDismiss, onPrepareDialogBuilder, setDialogIcon, setDialogIcon, setDialogLayoutResource, setDialogMessage, setDialogMessage, setDialogTitle, setDialogTitle, setNegativeButtonText, setNegativeButtonText, setPositiveButtonText, setPositiveButtonText, showDialogcallChangeListener, compareTo, findPreferenceInHierarchy, findPreferenceInHierarchy, getContext, getDependency, getDependencyId, getEditor, getExtras, getFragment, getIcon, getIntent, getKey, getLayoutResource, getOnPreferenceChangeListener, getOnPreferenceClickListener, getOrder, getPersistedBoolean, getPersistedFloat, getPersistedFloatSet, getPersistedInt, getPersistedIntSet, getPersistedJSONArray, getPersistedJSONObject, getPersistedLong, getPersistedLongSet, getPersistedString, getPersistedStringSet, getPreferenceManager, getResId, getSharedPreferences, getShouldDisableView, getSummary, getTitle, getTitleRes, getView, getWidgetLayoutResource, hasKey, isEnabled, isPersistent, isSelectable, notifyChanged, notifyDependencyChange, notifyHierarchyChanged, onAttachedToActivity, onAttachedToHierarchy, onBindView, onCreateView, onDependencyChanged, onKey, onPrepareForRemoval, peekExtras, persistBoolean, persistFloat, persistFloatSet, persistInt, persistIntSet, persistJSONArray, persistJSONObject, persistLong, persistLongSet, persistString, persistStringSet, restoreHierarchyState, saveHierarchyState, setDefaultValue, setDependency, setDependency, setEnabled, setFragment, setIcon, setIcon, setIntent, setKey, setLayoutResource, setOnPreferenceChangeListener, setOnPreferenceClickListener, setOrder, setPersistent, setResId, setSelectable, setShouldDisableView, setSummary, setSummary, setTitle, setTitle, setWidgetLayoutResource, shouldCommit, shouldDisableDependents, shouldPersist, toStringpublic SeekBarDialogPreference(android.content.Context context)
public SeekBarDialogPreference(android.content.Context context,
android.util.AttributeSet attrs)
public SeekBarDialogPreference(android.content.Context context,
android.util.AttributeSet attrs,
int defStyle)
public int getMaxValue()
public SeekBar getSeekBar()
public int getValue()
protected void onBindDialogView(android.view.View view)
onBindDialogView in class DialogPreferenceprotected SeekBar onCreateSeekBar()
protected void onDialogClosed(boolean positiveResult)
onDialogClosed in class DialogPreferenceprotected Integer onGetDefaultValue(android.content.res.TypedArray a, int index)
onGetDefaultValue in class Preferenceprotected void onRestoreInstanceState(android.os.Parcelable state)
onRestoreInstanceState in class DialogPreferenceprotected android.os.Parcelable onSaveInstanceState()
onSaveInstanceState in class DialogPreferenceprotected void onSetInitialValue(boolean restoreValue,
Object defaultValue)
onSetInitialValue in class Preferencepublic void setMaxValue(int maxValue)
public void setValue(int value)
Copyright © 2012-2013. All Rights Reserved.