/frameworks/support/v7/recyclerview/src/android/support/v7/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 | 676 public void attachViewToParent(View child, int index, in initChildrenHelper() 689 RecyclerView.this.attachViewToParent(child, index, layoutParams); in initChildrenHelper() 1134 mChildHelper.attachViewToParent(view, -1, view.getLayoutParams(), true); in addAnimatingView() 7035 mChildHelper.attachViewToParent(child, index, child.getLayoutParams(), false); in addViewInt() 7262 mChildHelper.attachViewToParent(child, index, lp, vh.isRemoved()); in attachView()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | ChildHelperTest.java | 154 public void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams) { in attachViewToParent() method in ChildHelperTest.LoggingCallback
|
D | RecyclerViewLayoutTest.java | 1716 recyclerView.attachViewToParent(v2, index1, v2.getLayoutParams()); in swapViewsAtIndices() 1718 recyclerView.attachViewToParent(v1, index2, v1.getLayoutParams()); in swapViewsAtIndices() 4156 public void attachViewToParent(View child, int index, ViewGroup.LayoutParams params) { 4157 super.attachViewToParent(child, index, params);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackView.java | 626 attachViewToParent(tv, insertIndex, tv.getLayoutParams()); in bindVisibleTaskViews() 1543 attachViewToParent(tv, insertIndex, tv.getLayoutParams()); in onPickUpViewFromPool()
|
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 1487 attachViewToParent(child, where, p); in setupChild()
|
D | ListView.java | 2017 attachViewToParent(child, flowDown ? -1 : 0, p); in setupChild()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 5039 protected void attachViewToParent(View child, int index, LayoutParams params) { in attachViewToParent() method in ViewGroup
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34084 …method protected void attachViewToParent(android.view.View, int, android.view.ViewGroup.LayoutPara…
|
/frameworks/base/api/ |
D | current.txt | 42999 …method protected void attachViewToParent(android.view.View, int, android.view.ViewGroup.LayoutPara…
|
D | system-current.txt | 45999 …method protected void attachViewToParent(android.view.View, int, android.view.ViewGroup.LayoutPara…
|
D | test-current.txt | 43078 …method protected void attachViewToParent(android.view.View, int, android.view.ViewGroup.LayoutPara…
|