HomeSort by relevance Sort by last modified time
    Searched refs:onCreateItem (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/preference/
BridgePreferenceInflater.java 32 protected Preference onCreateItem(String name, AttributeSet attrs)
45 Preference preference = super.onCreateItem(name, attrs);
  /frameworks/base/core/java/android/preference/
GenericInflater.java 82 public T onCreateItem(String name, Context context, AttributeSet attrs);
93 public T onCreateItem(String name, Context context, AttributeSet attrs) {
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 {
426 T item = (mFactory == null) ? null : mFactory.onCreateItem(name, mContext, attrs);
430 item = onCreateItem(name, attrs)
    [all...]
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
GenericInflater.java 78 T onCreateItem(String name, Context context, AttributeSet attrs);
89 public T onCreateItem(String name, Context context, AttributeSet attrs) {
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 {
413 T item = (mFactory == null) ? null : mFactory.onCreateItem(name, mContext, attrs);
417 item = onCreateItem(name, attrs)
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
SuggestionParser.java 275 Object xmlRoot = onCreateItem(parser.getName(), attrs);
303 Object item = onCreateItem(name, attrs);
317 protected Object onCreateItem(String name, AttributeSet attrs) {
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceInflater.java 273 * super.onCreateItem(name) for names you do not recognize.
279 protected Preference onCreateItem(String name, AttributeSet attrs)
290 item = onCreateItem(name, attrs);
  /prebuilts/sdk/current/support/v7/preference/libs/
android-support-v7-preference.jar 

Completed in 287 milliseconds