Searched refs:mMatchParentChildren (Results 1 – 1 of 1) sorted by relevance
100 private final ArrayList<View> mMatchParentChildren = new ArrayList<View>(1); field in FrameLayout427 mMatchParentChildren.clear(); in onMeasure()446 mMatchParentChildren.add(child); in onMeasure()471 count = mMatchParentChildren.size(); in onMeasure()474 final View child = mMatchParentChildren.get(i); in onMeasure()