Searched refs:mTmpSortedChildren (Results 1 – 1 of 1) sorted by relevance
292 private ArrayList<ExpandableView> mTmpSortedChildren = new ArrayList<>(); field in NotificationStackScrollLayout3316 mTmpSortedChildren.add(child); in updateViewShadows()3319 Collections.sort(mTmpSortedChildren, mViewPositionComparator); in updateViewShadows()3323 for (int i = 0; i < mTmpSortedChildren.size(); i++) { in updateViewShadows()3324 ExpandableView expandableView = mTmpSortedChildren.get(i); in updateViewShadows()3342 mTmpSortedChildren.clear(); in updateViewShadows()