Home
last modified time | relevance | path

Searched refs:mTmpSortedChildren (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java296 private ArrayList<ExpandableView> mTmpSortedChildren = new ArrayList<>(); field in NotificationStackScrollLayout
3601 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()