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