Home
last modified time | relevance | path

Searched refs:inflated (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/docs/html/resources/articles/
Dlayout-tricks-stubs.jd19 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
Dlayout-tricks-merge.jd146 layout <code>R.layout.okcancelbar</code> is inflated with the
/frameworks/base/core/java/android/view/
DViewStub.java291 void onInflate(ViewStub stub, View inflated); in onInflate() argument
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dtoasts.jd150 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.
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd223 inflated from a layout file. The second form should parse and apply
229 <td>Called after a view and all of its children has been inflated
494 EditText is created with these parameters when it is inflated from an
Ddialogs.jd634 the inflated layout to find View objects in the layout and define the content for the
636 inflated layout for the dialog with {@link android.app.AlertDialog.Builder#setView(View)}.</p>
Dmenus.jd153 is inflated into the {@link android.view.Menu} that was passed into {@link
Dactionbar.jd375 After you've inflated your menu in this method, you can acquire elements in an action view
/frameworks/base/docs/html/guide/topics/views/
Dcustom-views.jd214 inflated from a layout file. The second form should parse and apply
220 <td>Called after a view and all of its children has been inflated
486 EditText is created with these parameters when it is inflated from an
/frameworks/base/docs/html/guide/topics/fundamentals/
Dfragments.jd266 <li>The {@link android.view.ViewGroup} to be the parent of the inflated layout. Passing the {@code
268 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 {@link
271 is false because the system is already inserting the inflated layout into the {@code
/frameworks/base/docs/html/guide/topics/resources/
Dmenu-resource.jd16 can be inflated with {@link android.view.MenuInflater}.</p>