Searched refs:onCreateItem (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/preference/
H A DBridgePreferenceInflater.java32 protected Preference onCreateItem(String name, AttributeSet attrs) method in class:BridgePreferenceInflater
45 Preference preference = super.onCreateItem(name, attrs);
/frameworks/base/core/java/android/preference/
H A DGenericInflater.java82 public T onCreateItem(String name, Context context, AttributeSet attrs); method in interface:GenericInflater.Factory
93 public T onCreateItem(String name, Context context, AttributeSet attrs) { method in class:GenericInflater.FactoryMerger
94 T v = mF1.onCreateItem(name, context, attrs);
96 return mF2.onCreateItem(name, context, attrs);
172 * returns null, proceed to call onCreateItem(name).
184 * default {@link #onCreateItem} method is called.
412 * super.onCreateItem(name) for names you do not recognize.
418 protected T onCreateItem(String name, AttributeSet attrs) throws ClassNotFoundException { method in class:GenericInflater
426 T item = (mFactory == null) ? null : mFactory.onCreateItem(name, mContext, attrs);
430 item = onCreateItem(nam
[all...]
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DGenericInflater.java78 T onCreateItem(String name, Context context, AttributeSet attrs); method in interface:GenericInflater.Factory
89 public T onCreateItem(String name, Context context, AttributeSet attrs) { method in class:GenericInflater.FactoryMerger
90 T v = mF1.onCreateItem(name, context, attrs);
92 return mF2.onCreateItem(name, context, attrs);
168 * returns null, proceed to call onCreateItem(name).
180 * default {@link #onCreateItem} method is called.
399 * super.onCreateItem(name) for names you do not recognize.
405 protected T onCreateItem(String name, AttributeSet attrs) throws ClassNotFoundException { method in class:GenericInflater
413 T item = (mFactory == null) ? null : mFactory.onCreateItem(name, mContext, attrs);
417 item = onCreateItem(nam
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DSuggestionParser.java273 Object xmlRoot = onCreateItem(parser.getName(), attrs);
301 Object item = onCreateItem(name, attrs);
315 protected Object onCreateItem(String name, AttributeSet attrs) { method in class:SuggestionParser.SuggestionOrderInflater
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceInflater.java273 * super.onCreateItem(name) for names you do not recognize.
279 protected Preference onCreateItem(String name, AttributeSet attrs) method in class:PreferenceInflater
290 item = onCreateItem(name, attrs);

Completed in 205 milliseconds