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 | 725 public void attachViewToParent(View child, int index, in initChildrenHelper() 738 RecyclerView.this.attachViewToParent(child, index, layoutParams); in initChildrenHelper() 1242 mChildHelper.attachViewToParent(view, -1, view.getLayoutParams(), true); in addAnimatingView() 7704 mChildHelper.attachViewToParent(child, index, child.getLayoutParams(), false); in addViewInt() 7931 mChildHelper.attachViewToParent(child, index, lp, vh.isRemoved()); in attachView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputView.java | 484 attachViewToParent(mEditText, 0, mEditText.getLayoutParams()); in dispatchFinishTemporaryDetach()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskStackView.java | 615 attachViewToParent(tv, insertIndex, tv.getLayoutParams()); in bindVisibleTaskViews() 1532 attachViewToParent(tv, insertIndex, tv.getLayoutParams()); in onPickUpViewFromPool()
|
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 1531 attachViewToParent(child, where, p); in setupChild()
|
D | ListView.java | 2135 attachViewToParent(child, flowDown ? -1 : 0, p); in setupChild()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 5791 protected void attachViewToParent(View child, int index, LayoutParams params) { in attachViewToParent() method in ViewGroup
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 17345 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/non-updatable-api/ |
D | current.txt | 52437 …method protected void attachViewToParent(android.view.View, int, android.view.ViewGroup.LayoutPara…
|
/frameworks/base/api/ |
D | current.txt | 52581 …method protected void attachViewToParent(android.view.View, int, android.view.ViewGroup.LayoutPara…
|