Searched refs:inflated (Results 1 – 11 of 11) sorted by relevance
19 inflated and added to the user interface only when you decide so.</p>42 inflated and replaced by the content of the layout file it references:</p>76 <p>It is very important to remember that after the stub is inflated, the stub is
146 layout <code>R.layout.okcancelbar</code> is inflated with the
291 void onInflate(ViewStub stub, View inflated); in onInflate() argument
150 this inflated layout to find more View objects in the layout, so now capture and 154 {@link android.widget.Toast#setView(View)} and pass it the inflated layout.
223 inflated from a layout file. The second form should parse and apply229 <td>Called after a view and all of its children has been inflated494 EditText is created with these parameters when it is inflated from an
634 the inflated layout to find View objects in the layout and define the content for the636 inflated layout for the dialog with {@link android.app.AlertDialog.Builder#setView(View)}.</p>
153 is inflated into the {@link android.view.Menu} that was passed into {@link
375 After you've inflated your menu in this method, you can acquire elements in an action view
214 inflated from a layout file. The second form should parse and apply220 <td>Called after a view and all of its children has been inflated486 EditText is created with these parameters when it is inflated from an
266 <li>The {@link android.view.ViewGroup} to be the parent of the inflated layout. Passing the {@code268 inflated layout, specified by the parent view in which it's going.</li>269 <li>A boolean indicating whether the inflated layout should be attached to the {@link271 is false because the system is already inserting the inflated layout into the {@code
16 can be inflated with {@link android.view.MenuInflater}.</p>