Home
last modified time | relevance | path

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

/frameworks/data-binding/library/src/main/java/android/databinding/
DViewStubProxy.java37 public void onInflate(ViewStub stub, View inflated) {
38 mRoot = inflated;
40 inflated, stub.getLayoutResource());
44 mOnInflateListener.onInflate(stub, inflated);
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DDataBindingUtilTest.java41 View inflated = root.getChildAt(1); in testFindBinding() local
42 assertNull(DataBindingUtil.findBinding(inflated)); in testFindBinding()
43 BasicBindingBinding innerBinding = DataBindingUtil.bind(inflated); in testFindBinding()
44 assertEquals(innerBinding, DataBindingUtil.findBinding(inflated)); in testFindBinding()
/frameworks/base/docs/html/training/improving-layouts/
Dloading-ondemand.jd74 the inflated {@link android.view.View} once complete. so you don't need to call {@link
77 <p>Once visible/inflated, the {@link android.view.ViewStub} element is no longer part of the view
78 hierarchy. It is replaced by the inflated layout and the ID for the root view of that layout is
81 android.view.ViewStub} layout is visible/inflated.)</p>
84 doesn’t currently support the {@code &lt;merge/&gt;} tag in the layouts to be inflated.</p>
Doptimizing-layout.jd43 is inflated repeatedly, such as when used in a {@link android.widget.ListView} or {@link
66 of text on the right. It is especially important that layouts that will be inflated multiple
Dsmooth-scrolling.jd88 android.widget.Adapter} returns an inflated view for recycling, you still need to look up the
/frameworks/base/core/java/android/app/backup/
DBlobBackupHelper.java186 ByteArrayOutputStream inflated = new ByteArrayOutputStream(); in inflate() local
190 inflated.write(buffer, 0, nRead); in inflate()
193 inflated.flush(); in inflate()
194 result = inflated.toByteArray(); in inflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationsQuickSettingsContainer.java98 public void onInflate(ViewStub stub, View inflated) { in onInflate() argument
100 mUserSwitcher = inflated; in onInflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java359 public void onInflate(ViewStub stub, View inflated) { in onFinishInflate()
360 mGuts = (NotificationGuts) inflated; in onFinishInflate()
370 public void onInflate(ViewStub stub, View inflated) { in onFinishInflate()
371 mExpandButtonContainer = inflated; in onFinishInflate()
372 mExpandButton = inflated.findViewById(R.id.notification_expand_button); in onFinishInflate()
373 mExpandButtonDivider = inflated.findViewById(R.id.notification_expand_divider); in onFinishInflate()
381 public void onInflate(ViewStub stub, View inflated) { in onFinishInflate()
382 mChildrenContainer = (NotificationChildrenContainer) inflated; in onFinishInflate()
/frameworks/support/v7/preference/
Dproguard-rules.pro15 # Preference objects are inflated via reflection
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DViewStubCompat.java260 void onInflate(ViewStubCompat stub, View inflated); in onInflate() argument
/frameworks/base/core/java/android/view/
DViewStub.java318 void onInflate(ViewStub stub, View inflated); in onInflate() argument
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dtoasts.jd132 this inflated layout to find more View objects in the layout, so now capture and
136 {@link android.widget.Toast#setView(View)} and pass it the inflated layout.
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
DListenerBindingObject.java226 public void onInflate(ViewStub stub, View inflated) { in onInflate() argument
/frameworks/base/docs/html/training/wearables/ui/
Dlayouts.jd148 <p>The layouts that you specify for square or round screens are not inflated until
152 the shape-specific layout has been inflated:</p>
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd222 inflated from a layout file. The second form should parse and apply
228 <td>Called after a view and all of its children has been inflated
493 EditText is created with these parameters when it is inflated from an
Dactionbar.jd1377 <dd>Defines a theme resource for widgets that are inflated into the action bar as <a
/frameworks/base/docs/html/training/transitions/
Dscenes.jd163 have already inflated a layout file.</p>
Dtransitions.jd307 because the ending view hierarchy is not inflated until the transition is completed.
/frameworks/base/docs/html/training/implementing-navigation/
Dlateral.jd151 // The last two arguments ensure LayoutParams are inflated
/frameworks/base/docs/html/guide/components/
Dfragments.jd250 <li>The {@link android.view.ViewGroup} to be the parent of the inflated layout. Passing the {@code
252 inflated layout, specified by the parent view in which it's going.</li>
253 <li>A boolean indicating whether the inflated layout should be attached to the {@link
255 is false because the system is already inserting the inflated layout into the {@code
/frameworks/base/docs/html/tools/data-binding/
Dguide.jd1194 If the layout was inflated using a different mechanism, it may be bound
1298 access to the inflated View hierarchy when the <code>ViewStub</code> has been inflated.
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.3.jd200 the inflated layout.</li>
/frameworks/base/docs/html/guide/topics/resources/
Dmenu-resource.jd16 can be inflated with {@link android.view.MenuInflater}.</p>
/frameworks/base/docs/html/guide/topics/appwidgets/
Dhost.jd72 widget is inflated by the host. </li>