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.java361 private ArrayList<ExpandableView> mTmpSortedChildren = new ArrayList<>(); field in NotificationStackScrollLayout
4677 mTmpSortedChildren.add(child);
4680 Collections.sort(mTmpSortedChildren, mViewPositionComparator);
4684 for (int i = 0; i < mTmpSortedChildren.size(); i++) {
4685 ExpandableView expandableView = mTmpSortedChildren.get(i);
4703 mTmpSortedChildren.clear();