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

/frameworks/base/core/java/android/view/
H A DViewGroup.java3293 protected boolean addViewInLayout(View child, int index, LayoutParams params) { method in class:ViewGroup
3294 return addViewInLayout(child, index, params, false);
3310 protected boolean addViewInLayout(View child, int index, LayoutParams params, method in class:ViewGroup

Completed in 50 milliseconds