Home
last modified time | relevance | path

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

/frameworks/base/tests/testables/src/android/testing/
DViewUtils.java26 public static void attachView(View view) { in attachView() method in ViewUtils
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java7924 public void attachView(View child, int index, LayoutParams lp) { in attachView() method in RecyclerView.LayoutManager
7945 public void attachView(View child, int index) { in attachView() method in RecyclerView.LayoutManager
7956 public void attachView(View child) { in attachView() method in RecyclerView.LayoutManager
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java8196 public void attachView(View child, int index, LayoutParams lp) { in attachView() method in RecyclerView.LayoutManager
8217 public void attachView(View child, int index) { in attachView() method in RecyclerView.LayoutManager
8228 public void attachView(View child) { in attachView() method in RecyclerView.LayoutManager