Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java343 ArrayList<ExpandableNotificationRow> orderedRows = new ArrayList<>(); in addNotificationChildrenAndSort() local
373 orderedRows.add(childView); in addNotificationChildrenAndSort()
377 orderChanged |= parent.applyChildOrder(orderedRows, mVisualStabilityManager, in addNotificationChildrenAndSort()
379 orderedRows.clear(); in addNotificationChildrenAndSort()