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.java323 ArrayList<ExpandableNotificationRow> orderedRows = new ArrayList<>(); in addNotificationChildrenAndSort() local
353 orderedRows.add(childView); in addNotificationChildrenAndSort()
357 orderChanged |= parent.applyChildOrder(orderedRows, mVisualStabilityManager, in addNotificationChildrenAndSort()
359 orderedRows.clear(); in addNotificationChildrenAndSort()