Searched defs:attachViewToParent (Results 1 – 2 of 2) sorted by relevance
227 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams, in attachViewToParent() method in ChildHelper529 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams); in attachViewToParent() method
5791 protected void attachViewToParent(View child, int index, LayoutParams params) { in attachViewToParent() method in ViewGroup