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