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/notification/stack/
DNotificationStackScrollLayout.java352 private final ArrayList<ExpandableView> mTmpSortedChildren = new ArrayList<>(); field in NotificationStackScrollLayout
4401 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()