FileDocCategorySizeDatePackage
LayoutInflater.javaAPI DocAndroid 5.1 API2992Sat Mar 14 14:09:40 GMT 2015android.view

LayoutInflater

public abstract class LayoutInflater extends Object

Fields Summary
Constructors Summary
protected LayoutInflater(android.content.Context context)

 throw new RuntimeException("Stub!"); 
protected LayoutInflater(LayoutInflater original, android.content.Context newContext)

 throw new RuntimeException("Stub!"); 
Methods Summary
public abstract android.view.LayoutInflatercloneInContext(android.content.Context newContext)

public final android.view.ViewcreateView(java.lang.String name, java.lang.String prefix, android.util.AttributeSet attrs)

 throw new RuntimeException("Stub!"); 
public static android.view.LayoutInflaterfrom(android.content.Context context)

 throw new RuntimeException("Stub!"); 
public android.content.ContextgetContext()

 throw new RuntimeException("Stub!"); 
public final android.view.LayoutInflater$FactorygetFactory()

 throw new RuntimeException("Stub!"); 
public final android.view.LayoutInflater$Factory2getFactory2()

 throw new RuntimeException("Stub!"); 
public android.view.LayoutInflater$FiltergetFilter()

 throw new RuntimeException("Stub!"); 
public android.view.Viewinflate(int resource, android.view.ViewGroup root)

 throw new RuntimeException("Stub!"); 
public android.view.Viewinflate(org.xmlpull.v1.XmlPullParser parser, android.view.ViewGroup root)

 throw new RuntimeException("Stub!"); 
public android.view.Viewinflate(int resource, android.view.ViewGroup root, boolean attachToRoot)

 throw new RuntimeException("Stub!"); 
public android.view.Viewinflate(org.xmlpull.v1.XmlPullParser parser, android.view.ViewGroup root, boolean attachToRoot)

 throw new RuntimeException("Stub!"); 
protected android.view.ViewonCreateView(java.lang.String name, android.util.AttributeSet attrs)

 throw new RuntimeException("Stub!"); 
protected android.view.ViewonCreateView(android.view.View parent, java.lang.String name, android.util.AttributeSet attrs)

 throw new RuntimeException("Stub!"); 
public voidsetFactory(android.view.LayoutInflater$Factory factory)

 throw new RuntimeException("Stub!"); 
public voidsetFactory2(android.view.LayoutInflater$Factory2 factory)

 throw new RuntimeException("Stub!"); 
public voidsetFilter(android.view.LayoutInflater$Filter filter)

 throw new RuntimeException("Stub!");