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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DViewStubCompat.java72 * Returns the id taken by the inflated view. If the inflated id is
73 * {@link View#NO_ID}, the inflated view keeps its original id.
75 * @return A positive integer used to identify the inflated view or
76 * {@link #NO_ID} if the inflated view should keep its id.
86 * Defines the id taken by the inflated view. If the inflated id is
87 * {@link View#NO_ID}, the inflated view keeps its original id.
89 * @param inflatedId A positive integer used to identify the inflated view or
90 * {@link #NO_ID} if the inflated vie
265 onInflate(ViewStubCompat stub, View inflated) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewStub.java36 * is inflated. The ViewStub then replaces itself in its parent with the inflated View or Views.
40 * The inflated View is added to the ViewStub's parent with the ViewStub's layout
55 * id "subTree," specified by the inflatedId property. The inflated View is finally
62 * View inflated = stub.inflate();
65 * When {@link #inflate()} is invoked, the ViewStub is replaced by the inflated View
66 * and the inflated View is returned. This lets applications get a reference to the
67 * inflated View without executing an extra findViewById().
90 * @param layoutResource The reference to a layout resource that will be inflated.
121 * Returns the id taken by the inflated vie
346 onInflate(ViewStub stub, View inflated) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationsQuickSettingsContainer.java146 public void onInflate(ViewStub stub, View inflated) { argument
148 mUserSwitcher = inflated;
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DListenerBindingObject.java227 public void onInflate(ViewStub stub, View inflated) { argument

Completed in 801 milliseconds