Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java70 mTmpChildOrderMap = new HashMap<>(); field in NotificationViewHierarchyManager
180 mTmpChildOrderMap.get(summary.getRow()); in updateNotificationViews()
183 mTmpChildOrderMap.put(summary.getRow(), orderedChildren); in updateNotificationViews()
266 mTmpChildOrderMap.clear(); in updateNotificationViews()
287 List<ExpandableNotificationRow> orderedChildren = mTmpChildOrderMap.get(parent); in addNotificationChildrenAndSort()
327 List<ExpandableNotificationRow> orderedChildren = mTmpChildOrderMap.get(parent); in removeNotificationChildren()