Home | History | Annotate | Download | only in widget

Lines Matching refs:attachViewToParent

726             public void attachViewToParent(View child, int index,
739 RecyclerView.this.attachViewToParent(child, index, layoutParams);
1243 mChildHelper.attachViewToParent(view, -1, view.getLayoutParams(), true);
7704 mChildHelper.attachViewToParent(child, index, child.getLayoutParams(), false);
7931 mChildHelper.attachViewToParent(child, index, lp, vh.isRemoved());