Searched defs:attachViewToParent (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DChildHelperTest.java158 public void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams) { method in class:ChildHelperTest.LoggingCallback
H A DRecyclerViewLayoutTest.java2551 recyclerView.attachViewToParent(v2, index1, v2.getLayoutParams());
2553 recyclerView.attachViewToParent(v1, index2, v1.getLayoutParams());
5232 public void attachViewToParent(View child, int index, ViewGroup.LayoutParams params) { method in class:RecyclerViewLayoutTest.TestRecyclerView
5233 super.attachViewToParent(child, index, params);
/frameworks/base/core/java/com/android/internal/widget/
H A DChildHelper.java227 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams, method in class:ChildHelper
239 mCallback.attachViewToParent(child, offset, layoutParams);
529 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams); method in interface:ChildHelper.Callback
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DChildHelper.java227 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams, method in class:ChildHelper
239 mCallback.attachViewToParent(child, offset, layoutParams);
529 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams); method in interface:ChildHelper.Callback
/frameworks/base/core/java/android/view/
H A DViewGroup.java5613 * @see #attachViewToParent(View, int, android.view.ViewGroup.LayoutParams)
5675 protected void attachViewToParent(View child, int index, LayoutParams params) { method in class:ViewGroup
5701 * {@link #attachViewToParent(View, int, android.view.ViewGroup.LayoutParams)}
5712 * @see #attachViewToParent(View, int, android.view.ViewGroup.LayoutParams)
5722 * {@link #attachViewToParent(View, int, android.view.ViewGroup.LayoutParams)}
5733 * @see #attachViewToParent(View, int, android.view.ViewGroup.LayoutParams)
5743 * {@link #attachViewToParent(View, int, android.view.ViewGroup.LayoutParams)}
5755 * @see #attachViewToParent(View, int, android.view.ViewGroup.LayoutParams)
5765 * {@link #attachViewToParent(View, int, android.view.ViewGroup.LayoutParams)}
5774 * @see #attachViewToParent(Vie
[all...]

Completed in 64 milliseconds