android.view
Class LayoutInflater
java.lang.Object
android.view.LayoutInflater
public abstract class LayoutInflater
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutInflater
protected LayoutInflater(Context context)
LayoutInflater
protected LayoutInflater(LayoutInflater original,
Context newContext)
from
public static LayoutInflater from(Context context)
cloneInContext
public abstract LayoutInflater cloneInContext(Context newContext)
getContext
public Context getContext()
getFactory
public final LayoutInflater.Factory getFactory()
setFactory
public void setFactory(LayoutInflater.Factory factory)
getFilter
public LayoutInflater.Filter getFilter()
setFilter
public void setFilter(LayoutInflater.Filter filter)
inflate
public View inflate(int resource,
ViewGroup root)
inflate
public View inflate(org.xmlpull.v1.XmlPullParser parser,
ViewGroup root)
inflate
public View inflate(int resource,
ViewGroup root,
boolean attachToRoot)
inflate
public View inflate(org.xmlpull.v1.XmlPullParser parser,
ViewGroup root,
boolean attachToRoot)
createView
public final View createView(java.lang.String name,
java.lang.String prefix,
AttributeSet attrs)
throws java.lang.ClassNotFoundException,
InflateException
- Throws:
java.lang.ClassNotFoundException
InflateException
onCreateView
protected View onCreateView(java.lang.String name,
AttributeSet attrs)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
Copyright © 2008-2010. All Rights Reserved.