HomeSort by relevance Sort by last modified time
    Searched defs:createViewFromTag (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
AppCompatViewInflater.java 164 view = createViewFromTag(context, name, attrs);
254 private View createViewFromTag(Context context, String name, AttributeSet attrs) {
  /frameworks/layoutlib/bridge/src/android/view/
BridgeInflater.java 261 public View createViewFromTag(View parent, String name, Context context, AttributeSet attrs,
281 view = super.createViewFromTag(parent, name, context, attrs, ignoreThemeAttr);
  /frameworks/base/core/java/android/view/
LayoutInflater.java 492 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) {
730 return createViewFromTag(parent, name, context, attrs, false);
748 View createViewFromTag(View parent, String name, Context context, AttributeSet attrs,
    [all...]

Completed in 105 milliseconds