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.java34 public static void attachView(View view) { in attachView() method in ViewUtils
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java7922 public void attachView(View child, int index, LayoutParams lp) { in attachView() method in RecyclerView.LayoutManager
7943 public void attachView(View child, int index) { in attachView() method in RecyclerView.LayoutManager
7954 public void attachView(View child) { in attachView() method in RecyclerView.LayoutManager
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java8492 public void attachView(@NonNull View child, int index, LayoutParams lp) { in attachView() method in RecyclerView.LayoutManager
8513 public void attachView(@NonNull View child, int index) { in attachView() method in RecyclerView.LayoutManager
8524 public void attachView(@NonNull View child) { in attachView() method in RecyclerView.LayoutManager