Methods Summary |
---|
public abstract android.view.LayoutInflater | cloneInContext(android.content.Context newContext)
|
public final android.view.View | createView(java.lang.String name, java.lang.String prefix, android.util.AttributeSet attrs) throw new RuntimeException("Stub!");
|
public static android.view.LayoutInflater | from(android.content.Context context) throw new RuntimeException("Stub!");
|
public android.content.Context | getContext() throw new RuntimeException("Stub!");
|
public final android.view.LayoutInflater$Factory | getFactory() throw new RuntimeException("Stub!");
|
public final android.view.LayoutInflater$Factory2 | getFactory2() throw new RuntimeException("Stub!");
|
public android.view.LayoutInflater$Filter | getFilter() throw new RuntimeException("Stub!");
|
public android.view.View | inflate(int resource, android.view.ViewGroup root) throw new RuntimeException("Stub!");
|
public android.view.View | inflate(org.xmlpull.v1.XmlPullParser parser, android.view.ViewGroup root) throw new RuntimeException("Stub!");
|
public android.view.View | inflate(int resource, android.view.ViewGroup root, boolean attachToRoot) throw new RuntimeException("Stub!");
|
public android.view.View | inflate(org.xmlpull.v1.XmlPullParser parser, android.view.ViewGroup root, boolean attachToRoot) throw new RuntimeException("Stub!");
|
protected android.view.View | onCreateView(java.lang.String name, android.util.AttributeSet attrs) throw new RuntimeException("Stub!");
|
protected android.view.View | onCreateView(android.view.View parent, java.lang.String name, android.util.AttributeSet attrs) throw new RuntimeException("Stub!");
|
public void | setFactory(android.view.LayoutInflater$Factory factory) throw new RuntimeException("Stub!");
|
public void | setFactory2(android.view.LayoutInflater$Factory2 factory) throw new RuntimeException("Stub!");
|
public void | setFilter(android.view.LayoutInflater$Filter filter) throw new RuntimeException("Stub!");
|