/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ChildHelper.java | 227 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams, in attachViewToParent() method in ChildHelper 239 mCallback.attachViewToParent(child, offset, layoutParams); in attachViewToParent() 529 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams); in attachViewToParent() method
|
H A D | RecyclerView.java | 729 public void attachViewToParent(View child, int index, in initChildrenHelper() 742 RecyclerView.this.attachViewToParent(child, index, layoutParams); in initChildrenHelper() 1246 mChildHelper.attachViewToParent(view, -1, view.getLayoutParams(), true); in addAnimatingView() 7825 mChildHelper.attachViewToParent(child, index, child.getLayoutParams(), false); in addViewInt() 8052 mChildHelper.attachViewToParent(child, index, lp, vh.isRemoved()); in attachView()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputView.java | 752 attachViewToParent(mEditText, 0, mEditText.getLayoutParams()); in dispatchFinishTemporaryDetach()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | GridView.java | 1532 attachViewToParent(child, where, p); in setupChild()
|
H A D | ListView.java | 2135 attachViewToParent(child, flowDown ? -1 : 0, p); in setupChild()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewGroup.java | 5888 protected void attachViewToParent(View child, int index, LayoutParams params) { in attachViewToParent() method in ViewGroup
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 18205 HSPLandroid/view/ViewGroup;->attachViewToParent(Landroid/view/View;ILandroid/view/ViewGroup$LayoutP…
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 49674 …method protected void attachViewToParent(android.view.View, int, android.view.ViewGroup.LayoutPara…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 34084 …method protected void attachViewToParent(android.view.View, int, android.view.ViewGroup.LayoutPara…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 18254 HSPLandroid/view/ViewGroup;->attachViewToParent(Landroid/view/View;ILandroid/view/ViewGroup$LayoutP…
|