Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java328 private ArrayList<ExpandableView> mTmpSortedChildren = new ArrayList<>(); field in NotificationStackScrollLayout
3893 mTmpSortedChildren.add(child);
3896 Collections.sort(mTmpSortedChildren, mViewPositionComparator);
3900 for (int i = 0; i < mTmpSortedChildren.size(); i++) {
3901 ExpandableView expandableView = mTmpSortedChildren.get(i);
3919 mTmpSortedChildren.clear();