Searched defs:mMatchParentViews (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java40 private ArrayList<View> mMatchParentViews = new ArrayList<View>(); field in class:ExpandableView
83 mMatchParentViews.add(child);
89 for (View child : mMatchParentViews) {
94 mMatchParentViews.clear();

Completed in 64 milliseconds