Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManager.java353 ArrayList<ExpandableNotificationRow> orderedRows = new ArrayList<>(); in addNotificationChildrenAndSort() local
383 orderedRows.add(childView); in addNotificationChildrenAndSort()
387 orderChanged |= parent.applyChildOrder(orderedRows, mVisualStabilityManager, in addNotificationChildrenAndSort()
389 orderedRows.clear(); in addNotificationChildrenAndSort()