Searched refs:mTmpSortedChildren (Results 1 – 1 of 1) sorted by relevance
352 private final ArrayList<ExpandableView> mTmpSortedChildren = new ArrayList<>(); field in NotificationStackScrollLayout4401 mTmpSortedChildren.add(child); in updateViewShadows()4404 Collections.sort(mTmpSortedChildren, mViewPositionComparator); in updateViewShadows()4408 for (int i = 0; i < mTmpSortedChildren.size(); i++) { in updateViewShadows()4409 ExpandableView expandableView = mTmpSortedChildren.get(i); in updateViewShadows()4427 mTmpSortedChildren.clear(); in updateViewShadows()