/frameworks/data-binding/library/src/main/java/android/databinding/ |
D | ViewStubProxy.java | 37 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/ |
D | DataBindingUtilTest.java | 41 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/ |
D | loading-ondemand.jd | 74 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 <merge/>} tag in the layouts to be inflated.</p>
|
D | optimizing-layout.jd | 43 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
|
D | smooth-scrolling.jd | 88 android.widget.Adapter} returns an inflated view for recycling, you still need to look up the
|
/frameworks/base/core/java/android/app/backup/ |
D | BlobBackupHelper.java | 186 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/ |
D | NotificationsQuickSettingsContainer.java | 98 public void onInflate(ViewStub stub, View inflated) { in onInflate() argument 100 mUserSwitcher = inflated; in onInflate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ExpandableNotificationRow.java | 359 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/ |
D | proguard-rules.pro | 15 # Preference objects are inflated via reflection
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ViewStubCompat.java | 260 void onInflate(ViewStubCompat stub, View inflated); in onInflate() argument
|
/frameworks/base/core/java/android/view/ |
D | ViewStub.java | 318 void onInflate(ViewStub stub, View inflated); in onInflate() argument
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | toasts.jd | 132 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/ |
D | ListenerBindingObject.java | 226 public void onInflate(ViewStub stub, View inflated) { in onInflate() argument
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | layouts.jd | 148 <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/ |
D | custom-components.jd | 222 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
|
D | actionbar.jd | 1377 <dd>Defines a theme resource for widgets that are inflated into the action bar as <a
|
/frameworks/base/docs/html/training/transitions/ |
D | scenes.jd | 163 have already inflated a layout file.</p>
|
D | transitions.jd | 307 because the ending view hierarchy is not inflated until the transition is completed.
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | lateral.jd | 151 // The last two arguments ensure LayoutParams are inflated
|
/frameworks/base/docs/html/guide/components/ |
D | fragments.jd | 250 <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/ |
D | guide.jd | 1194 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/ |
D | android-4.0.3.jd | 200 the inflated layout.</li>
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | menu-resource.jd | 16 can be inflated with {@link android.view.MenuInflater}.</p>
|
/frameworks/base/docs/html/guide/topics/appwidgets/ |
D | host.jd | 72 widget is inflated by the host. </li>
|