Home | History | Annotate | Download | only in view

Lines Matching defs:inflate

32  * A ViewStub is an invisible, zero-sized View that can be used to lazily inflate
35 * When a ViewStub is made visible, or when {@link #inflate()} is invoked, the layout resource
38 * {@link #inflate()} is invoked.
41 * parameters. Similarly, you can define/override the inflate View's id by using the
62 * View inflated = stub.inflate();
65 * When {@link #inflate()} is invoked, the ViewStub is replaced by the inflated View
158 * {@link #inflate()} to replace this StubbedView
161 * @return The layout resource identifier used to inflate the new View.
165 * @see #inflate()
174 * Specifies the layout resource to inflate when this StubbedView becomes visible or invisible
175 * or when {@link #inflate()} is invoked. The View created by inflating the layout resource is
182 * @see #inflate()
197 * Set {@link LayoutInflater} to use in {@link #inflate()}, or {@code null}
205 * Get current {@link LayoutInflater} used in {@link #inflate()}.
226 * {@link #inflate()} is invoked and this StubbedView is replaced in its parent
232 * @see #inflate()
247 inflate();
269 final View view = factory.inflate(mLayoutResource, parent, false);
296 public View inflate() {
320 * Specifies the inflate listener to be notified after this ViewStub successfully