Home
last modified time | relevance | path

Searched refs:attachViewToParent (Results 1 – 12 of 12) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DChildHelper.java227 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
DRecyclerView.java676 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/
DChildHelperTest.java154 public void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams) { in attachViewToParent() method in ChildHelperTest.LoggingCallback
DRecyclerViewLayoutTest.java1716 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/
DTaskStackView.java626 attachViewToParent(tv, insertIndex, tv.getLayoutParams()); in bindVisibleTaskViews()
1543 attachViewToParent(tv, insertIndex, tv.getLayoutParams()); in onPickUpViewFromPool()
/frameworks/base/core/java/android/widget/
DGridView.java1487 attachViewToParent(child, where, p); in setupChild()
DListView.java2017 attachViewToParent(child, flowDown ? -1 : 0, p); in setupChild()
/frameworks/base/core/java/android/view/
DViewGroup.java5039 protected void attachViewToParent(View child, int index, LayoutParams params) { in attachViewToParent() method in ViewGroup
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34084 …method protected void attachViewToParent(android.view.View, int, android.view.ViewGroup.LayoutPara…
/frameworks/base/api/
Dcurrent.txt42999 …method protected void attachViewToParent(android.view.View, int, android.view.ViewGroup.LayoutPara…
Dsystem-current.txt45999 …method protected void attachViewToParent(android.view.View, int, android.view.ViewGroup.LayoutPara…
Dtest-current.txt43078 …method protected void attachViewToParent(android.view.View, int, android.view.ViewGroup.LayoutPara…