Searched refs:attachView (Results 1 – 7 of 7) sorted by relevance
59 ViewUtils.attachView(v); in testAttach()77 ViewUtils.attachView(v); in testDetach()
77 ViewUtils.attachView(mQsDetail); in testShowDetail_Metrics()91 ViewUtils.attachView(mQsDetail); in testMoreSettingsButton()
33 public static void attachView(View view) { in attachView() method in ViewUtils
174 ViewUtils.attachView(mView); in attachFragmentToWindow()
58 ViewUtils.attachView(mView); in testAttachDetach()
80 ViewUtils.attachView(row.getMenuView()); in testAttachDetach()
7924 public void attachView(View child, int index, LayoutParams lp) { in attachView() method in RecyclerView.LayoutManager7945 public void attachView(View child, int index) { in attachView() method in RecyclerView.LayoutManager7946 attachView(child, index, (LayoutParams) child.getLayoutParams()); in attachView()7956 public void attachView(View child) { in attachView() method in RecyclerView.LayoutManager7957 attachView(child, -1); in attachView()7983 attachView(view, toIndex); in moveView()