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
93 mMatchParentViews.add(child); in onMeasure()
98 for (View child : mMatchParentViews) { in onMeasure()
103 mMatchParentViews.clear(); in onMeasure()