public class PreferenceInflater extends GenericInflater<Preference,PreferenceGroup>
GenericInflater.Factory<T>, GenericInflater.Parent<T>mConstructorArgs, mConstructorSignature| Constructor and Description |
|---|
PreferenceInflater(android.content.Context context,
PreferenceManager preferenceManager) |
PreferenceInflater(PreferenceInflater original,
PreferenceManager preferenceManager,
android.content.Context newContext) |
| Modifier and Type | Method and Description |
|---|---|
PreferenceInflater |
cloneInContext(android.content.Context newContext) |
protected boolean |
onCreateCustomFromTag(org.xmlpull.v1.XmlPullParser parser,
Preference parentPreference,
android.util.AttributeSet attrs) |
protected PreferenceGroup |
onMergeRoots(PreferenceGroup givenRoot,
boolean attachToGivenRoot,
PreferenceGroup xmlRoot) |
addFactory, createItem, findConstructor, getClassLoader, getContext, getFactory, getFactory, getFactoryCount, inflate, inflate, inflate, inflate, inflate, inflate, obtainConstructorArgs, onCreateItem, registerPackage, removeFactory, setClassLoader, setFactory, unregisterPackagepublic PreferenceInflater(android.content.Context context,
PreferenceManager preferenceManager)
public PreferenceInflater(PreferenceInflater original, PreferenceManager preferenceManager, android.content.Context newContext)
public PreferenceInflater cloneInContext(android.content.Context newContext)
cloneInContext in class GenericInflater<Preference,PreferenceGroup>protected boolean onCreateCustomFromTag(org.xmlpull.v1.XmlPullParser parser,
Preference parentPreference,
android.util.AttributeSet attrs)
throws org.xmlpull.v1.XmlPullParserException
onCreateCustomFromTag in class GenericInflater<Preference,PreferenceGroup>org.xmlpull.v1.XmlPullParserExceptionprotected PreferenceGroup onMergeRoots(PreferenceGroup givenRoot, boolean attachToGivenRoot, PreferenceGroup xmlRoot)
onMergeRoots in class GenericInflater<Preference,PreferenceGroup>Copyright © 2012-2013. All Rights Reserved.