Searched defs:LayoutInflater (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DLayoutInflater.java40 * {@link Context#getSystemService} to retrieve a standard LayoutInflater instance
44 * <pre>LayoutInflater inflater = (LayoutInflater)context.getSystemService
48 * To create a new LayoutInflater with an additional {@link Factory} for your
56 * to use LayoutInflater with an XmlPullParser over a plain XML file at runtime;
62 public abstract class LayoutInflater { class
94 * Hook to allow clients of the LayoutInflater to restrict the set of Views that are allowed
100 * Hook to allow clients of the LayoutInflater to restrict the set of Views
113 * Hook you can supply that is called when inflating from a LayoutInflater.
177 * Create a new LayoutInflater instanc
186 protected LayoutInflater(Context context) { method in class:LayoutInflater
198 protected LayoutInflater(LayoutInflater original, Context newContext) { method in class:LayoutInflater
[all...]

Completed in 60 milliseconds