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
4629 mTmpSortedChildren.add(child);
4632 Collections.sort(mTmpSortedChildren, mViewPositionComparator);
4636 for (int i = 0; i < mTmpSortedChildren.size(); i++) {
4637 ExpandableView expandableView = mTmpSortedChildren.get(i);
4655 mTmpSortedChildren.clear();