Searched refs:mTmpSortedChildren (Results 1 – 1 of 1) sorted by relevance
363 private ArrayList<ExpandableView> mTmpSortedChildren = new ArrayList<>(); field in NotificationStackScrollLayout4632 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();