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

/frameworks/base/core/java/android/view/
H A DLayoutInflater.java48 * {@link Context#getSystemService} to retrieve a standard LayoutInflater instance
52 * <pre>LayoutInflater inflater = (LayoutInflater)context.getSystemService
56 * To create a new LayoutInflater with an additional {@link Factory} for your
64 * to use LayoutInflater with an XmlPullParser over a plain XML file at runtime;
70 public abstract class LayoutInflater { class
72 private static final String TAG = LayoutInflater.class.getSimpleName();
115 * Hook to allow clients of the LayoutInflater to restrict the set of Views that are allowed
121 * Hook to allow clients of the LayoutInflater to restrict the set of Views
134 * Hook you can supply that is called when inflating from a LayoutInflater
207 protected LayoutInflater(Context context) { method in class:LayoutInflater
219 protected LayoutInflater(LayoutInflater original, Context newContext) { method in class:LayoutInflater
[all...]

Completed in 64 milliseconds