Searched refs:createViewFromTag (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatViewInflater.java146 view = createViewFromTag(context, name, attrs);
157 private View createViewFromTag(Context context, String name, AttributeSet attrs) { method in class:AppCompatViewInflater
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java492 final View temp = createViewFromTag(root, name, inflaterContext, attrs);
724 * Convenience method for calling through to the five-arg createViewFromTag
729 private View createViewFromTag(View parent, String name, Context context, AttributeSet attrs) { method in class:LayoutInflater
730 return createViewFromTag(parent, name, context, attrs, false);
748 View createViewFromTag(View parent, String name, Context context, AttributeSet attrs, method in class:LayoutInflater
863 final View view = createViewFromTag(parent, name, context, attrs);
965 final View view = createViewFromTag(parent, childName,
/frameworks/layoutlib/bridge/src/android/view/
H A DLayoutInflater_Delegate.java164 final View view = thisInflater.createViewFromTag(parent, childName,
H A DBridgeInflater.java205 public View createViewFromTag(View parent, String name, Context context, AttributeSet attrs, method in class:BridgeInflater
225 view = super.createViewFromTag(parent, name, context, attrs, ignoreThemeAttr);

Completed in 399 milliseconds