Searched refs:mMatchParentChildren (Results 1 – 3 of 3) sorted by relevance
32 private final ArrayList<View> mMatchParentChildren = new ArrayList<>(1); field in DayPickerViewPager77 mMatchParentChildren.add(child); in onMeasure()102 count = mMatchParentChildren.size(); in onMeasure()105 final View child = mMatchParentChildren.get(i); in onMeasure()135 mMatchParentChildren.clear(); in onMeasure()
81 private final ArrayList<View> mMatchParentChildren = new ArrayList<View>(1); field in FrameLayout185 mMatchParentChildren.clear(); in onMeasure()204 mMatchParentChildren.add(child); in onMeasure()229 count = mMatchParentChildren.size(); in onMeasure()232 final View child = mMatchParentChildren.get(i); in onMeasure()
31 private final ArrayList<View> mMatchParentChildren = new ArrayList<>(1); field in DialogViewAnimator61 mMatchParentChildren.add(child); in onMeasure()107 final int matchCount = mMatchParentChildren.size(); in onMeasure()109 final View child = mMatchParentChildren.get(i); in onMeasure()139 mMatchParentChildren.clear(); in onMeasure()