public class PanPreference
extends android.preference.Preference
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Constructor and Description |
---|
PanPreference(android.content.Context context) |
PanPreference(android.content.Context context,
android.util.AttributeSet attrs) |
PanPreference(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr) |
PanPreference(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr,
int defStyleRes) |
Modifier and Type | Method and Description |
---|---|
static void |
setup(android.util.AttributeSet attrs,
android.content.Context c,
android.preference.Preference p,
java.util.Map<java.lang.String,java.lang.Integer> other)
Helper method used by all of the Pan*Preference classes in order to
properly resolve the title and summary of a preference from the plugin
apk.
|
callChangeListener, compareTo, findPreferenceInHierarchy, getContext, getDependency, getEditor, getExtras, getFragment, getIcon, getIntent, getKey, getLayoutResource, getOnPreferenceChangeListener, getOnPreferenceClickListener, getOrder, getParent, getPersistedBoolean, getPersistedFloat, getPersistedInt, getPersistedLong, getPersistedString, getPersistedStringSet, getPreferenceDataStore, getPreferenceManager, getSharedPreferences, getShouldDisableView, getSummary, getTitle, getTitleRes, getView, getWidgetLayoutResource, hasKey, isEnabled, isIconSpaceReserved, isPersistent, isRecycleEnabled, isSelectable, isSingleLineTitle, notifyChanged, notifyDependencyChange, notifyHierarchyChanged, onAttachedToActivity, onAttachedToHierarchy, onBindView, onClick, onCreateView, onDependencyChanged, onGetDefaultValue, onParentChanged, onPrepareForRemoval, onRestoreInstanceState, onSaveInstanceState, onSetInitialValue, peekExtras, persistBoolean, persistFloat, persistInt, persistLong, persistString, persistStringSet, restoreHierarchyState, saveHierarchyState, setDefaultValue, setDependency, setEnabled, setFragment, setIcon, setIcon, setIconSpaceReserved, setIntent, setKey, setLayoutResource, setOnPreferenceChangeListener, setOnPreferenceClickListener, setOrder, setPersistent, setPreferenceDataStore, setRecycleEnabled, setSelectable, setShouldDisableView, setSingleLineTitle, setSummary, setSummary, setTitle, setTitle, setWidgetLayoutResource, shouldCommit, shouldDisableDependents, shouldPersist, toString
public static final java.lang.String TAG
public PanPreference(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)
public PanPreference(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)
public PanPreference(android.content.Context context, android.util.AttributeSet attrs)
public PanPreference(android.content.Context context)
public static void setup(android.util.AttributeSet attrs, android.content.Context c, android.preference.Preference p, java.util.Map<java.lang.String,java.lang.Integer> other)
attrs
- the attribute set to set up.c
- the context to use.p
- the preference to reconfigureother
- additional attributes.