The members of Android.Views.LayoutInflater are listed below.
See Also: Inherited members from Java.Lang.Object
Create a new LayoutInflater instance associated with a particular Context. | ||
Create a new LayoutInflater instance that is a copy of an existing LayoutInflater, optionally with its Context changed. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | Context | Android.Content.Context. Return the context we are running in, for access to resources, class loader, etc. |
Factory | LayoutInflater.IFactory. Return the current NoType:android/view/LayoutInflater$Factory;Href=../../../reference/android/view/LayoutInflater.Factory.html (or null). | |
Factory2 | LayoutInflater.IFactory2. Return the current NoType:android/view/LayoutInflater$Factory2;Href=../../../reference/android/view/LayoutInflater.Factory2.html. | |
Filter | LayoutInflater.IFilter. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
abstract | CloneInContext(Android.Content.Context)Create a copy of the existing LayoutInflater object, with the copy pointing to a different Context than the original. | |
CreateView(string, string, Android.Util.IAttributeSet)Low-level function for instantiating a view by name. | ||
static | From(Android.Content.Context)Obtains the LayoutInflater from the given context. | |
static | FromContext(Android.Content.Context)Documentation for this section has not yet been entered. | |
Inflate(int, ViewGroup)Inflate a new view hierarchy from the specified xml resource. | ||
Inflate(System.Xml.XmlReader, ViewGroup)Inflate a new view hierarchy from the specified xml node. | ||
Inflate(int, ViewGroup, bool)Inflate a new view hierarchy from the specified xml resource. | ||
Inflate(System.Xml.XmlReader, ViewGroup, bool)Inflate a new view hierarchy from the specified XML node. |
OnCreateView(string, Android.Util.IAttributeSet)This routine is responsible for creating the correct subclass of View given the xml element name. | ||
OnCreateView(View, string, Android.Util.IAttributeSet)Version of LayoutInflater.OnCreateView(string, Android.Util.IAttributeSet) that also takes the future parent of the view being constructed. |