Searched defs:attachViewToParent (Results 1 – 4 of 4) sorted by relevance
| /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
| D | ChildHelper.java | 227 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams, in attachViewToParent() method in ChildHelper 529 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams); in attachViewToParent() method
|
| /frameworks/base/core/java/com/android/internal/widget/ |
| D | ChildHelper.java | 227 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams, in attachViewToParent() method in ChildHelper 529 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams); in attachViewToParent() method
|
| /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
| D | ChildHelperTest.java | 158 public void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams) { in attachViewToParent() method in ChildHelperTest.LoggingCallback
|
| /frameworks/base/core/java/android/view/ |
| D | ViewGroup.java | 5675 protected void attachViewToParent(View child, int index, LayoutParams params) { in attachViewToParent() method in ViewGroup
|