Searched refs:attachViewToParent (Results 1 – 8 of 8) 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 | 612 attachViewToParent(tv, insertIndex, tv.getLayoutParams()); in bindVisibleTaskViews() 1529 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 | 2139 attachViewToParent(child, flowDown ? -1 : 0, p); in setupChild()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 5747 protected void attachViewToParent(View child, int index, LayoutParams params) { in attachViewToParent() method in ViewGroup
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |