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.java292 private ArrayList<ExpandableView> mTmpSortedChildren = new ArrayList<>(); field in NotificationStackScrollLayout
3316 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()