Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java5419 public void attachView(View child, int index, LayoutParams lp) { in attachView() method in RecyclerView.LayoutManager
5440 public void attachView(View child, int index) { in attachView() method in RecyclerView.LayoutManager
5441 attachView(child, index, (LayoutParams) child.getLayoutParams()); in attachView()
5451 public void attachView(View child) { in attachView() method in RecyclerView.LayoutManager
5452 attachView(child, -1); in attachView()
5478 attachView(view, toIndex); in moveView()