# Print output for @column tags ?> LayoutInflater.Factory2 - Android SDK | Android Developers

Most visited


Recently visited


LayoutInflater.Factory2

public static interface LayoutInflater.Factory2
implements LayoutInflater.Factory

android.view.LayoutInflater.Factory2


Summary


Public methods

abstract View onCreateView(View parent, String name, Context context, AttributeSet attrs)

Version of LayoutInflater.Factory.onCreateView(java.lang.String, android.content.Context, android.util.AttributeSet) that also supplies the parent that the view created view will be placed in.

Inherited methods

Public methods


onCreateView

public abstract View onCreateView (View parent, 
                String name, 
                Context context, 
                AttributeSet attrs)

Version of LayoutInflater.Factory.onCreateView(java.lang.String, android.content.Context, android.util.AttributeSet) that also supplies the parent that the view created view will be placed in.

Parameters
parent View: The parent that the created view will be placed in; note that this may be null. This value may be null.

name String: Tag name to be inflated. This value cannot be null.

context Context: The context the view is being created in. This value cannot be null.

attrs AttributeSet: Inflation attributes as specified in XML file. This value cannot be null.

Returns
View View Newly created view. Return null for the default behavior.

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.