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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DChildHelperTest.java159 public void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams) { method in class:ChildHelperTest.LoggingCallback
H A DRecyclerViewLayoutTest.java1875 recyclerView.attachViewToParent(v2, index1, v2.getLayoutParams());
1877 recyclerView.attachViewToParent(v1, index2, v1.getLayoutParams());
4378 public void attachViewToParent(View child, int index, ViewGroup.LayoutParams params) { method in class:RecyclerViewLayoutTest.TestRecyclerView
4379 super.attachViewToParent(child, index, params);
/frameworks/support/v7/recyclerview/src/android/support/v7/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.java4946 * @see #attachViewToParent(View, int, android.view.ViewGroup.LayoutParams)
5002 protected void attachViewToParent(View child, int index, LayoutParams params) { method in class:ViewGroup
5027 * {@link #attachViewToParent(View, int, android.view.ViewGroup.LayoutParams)}
5038 * @see #attachViewToParent(View, int, android.view.ViewGroup.LayoutParams)
5048 * {@link #attachViewToParent(View, int, android.view.ViewGroup.LayoutParams)}
5059 * @see #attachViewToParent(View, int, android.view.ViewGroup.LayoutParams)
5069 * {@link #attachViewToParent(View, int, android.view.ViewGroup.LayoutParams)}
5081 * @see #attachViewToParent(View, int, android.view.ViewGroup.LayoutParams)
5091 * {@link #attachViewToParent(View, int, android.view.ViewGroup.LayoutParams)}
5100 * @see #attachViewToParent(Vie
[all...]

Completed in 117 milliseconds