Searched refs:mTmpSortedChildren (Results 1 – 1 of 1) sorted by relevance
296 private ArrayList<ExpandableView> mTmpSortedChildren = new ArrayList<>(); field in NotificationStackScrollLayout3601 mTmpSortedChildren.add(child); in updateViewShadows()3604 Collections.sort(mTmpSortedChildren, mViewPositionComparator); in updateViewShadows()3608 for (int i = 0; i < mTmpSortedChildren.size(); i++) { in updateViewShadows()3609 ExpandableView expandableView = mTmpSortedChildren.get(i); in updateViewShadows()3627 mTmpSortedChildren.clear(); in updateViewShadows()