Home
last modified time | relevance | path

Searched refs:mMatchParentViews (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java43 private ArrayList<View> mMatchParentViews = new ArrayList<View>(); field in ExpandableView
81 mMatchParentViews.add(child); in onMeasure()
86 for (View child : mMatchParentViews) { in onMeasure()
91 mMatchParentViews.clear(); in onMeasure()