Home
last modified time | relevance | path

Searched defs:attachViewToParent (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DChildHelper.java227 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams, in attachViewToParent() method in ChildHelper
510 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams); in attachViewToParent() method
/frameworks/base/core/java/android/view/
DViewGroup.java4881 protected void attachViewToParent(View child, int index, LayoutParams params) { in attachViewToParent() method in ViewGroup