Searched refs:attachViewToParent (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
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
|
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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputView.java | 718 attachViewToParent(mEditText, 0, mEditText.getLayoutParams()); in dispatchFinishTemporaryDetach()
|
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 1532 attachViewToParent(child, where, p); in setupChild()
|
D | ListView.java | 2133 attachViewToParent(child, flowDown ? -1 : 0, p); in setupChild()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 5897 protected void attachViewToParent(View child, int index, LayoutParams params) { in attachViewToParent() method in ViewGroup
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 17717 HSPLandroid/view/ViewGroup;->attachViewToParent(Landroid/view/View;ILandroid/view/ViewGroup$LayoutP…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34084 …method protected void attachViewToParent(android.view.View, int, android.view.ViewGroup.LayoutPara…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 17781 HSPLandroid/view/ViewGroup;->attachViewToParent(Landroid/view/View;ILandroid/view/ViewGroup$LayoutP…
|
/frameworks/base/core/api/ |
D | current.txt | 53613 …method protected void attachViewToParent(android.view.View, int, android.view.ViewGroup.LayoutPara…
|