Searched refs:mTmpSortedChildren (Results 1 – 1 of 1) sorted by relevance
328 private ArrayList<ExpandableView> mTmpSortedChildren = new ArrayList<>(); field in NotificationStackScrollLayout3893 mTmpSortedChildren.add(child);3896 Collections.sort(mTmpSortedChildren, mViewPositionComparator);3900 for (int i = 0; i < mTmpSortedChildren.size(); i++) {3901 ExpandableView expandableView = mTmpSortedChildren.get(i);3919 mTmpSortedChildren.clear();