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