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/notification/stack/
DNotificationStackScrollLayout.java363 private ArrayList<ExpandableView> mTmpSortedChildren = new ArrayList<>(); field in NotificationStackScrollLayout
4632 mTmpSortedChildren.add(child);
4635 Collections.sort(mTmpSortedChildren, mViewPositionComparator);
4639 for (int i = 0; i < mTmpSortedChildren.size(); i++) {
4640 ExpandableView expandableView = mTmpSortedChildren.get(i);
4658 mTmpSortedChildren.clear();