Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManager.java71 private final HashMap<NotificationEntry, List<NotificationEntry>> mTmpChildOrderMap = field in NotificationViewHierarchyManager
223 List<NotificationEntry> orderedChildren = mTmpChildOrderMap.get(parent); in updateNotificationViews()
226 mTmpChildOrderMap.put(parent, orderedChildren); in updateNotificationViews()
235 if (!mTmpChildOrderMap.containsKey(ent)) { in updateNotificationViews()
238 mTmpChildOrderMap.put(ent, null); in updateNotificationViews()
321 mDynamicChildBindController.updateContentViews(mTmpChildOrderMap); in updateNotificationViews()
324 mTmpChildOrderMap.clear(); in updateNotificationViews()
363 List<NotificationEntry> orderedChildren = mTmpChildOrderMap.get(parent.getEntry()); in addNotificationChildrenAndSort()
408 List<NotificationEntry> orderedChildren = mTmpChildOrderMap.get(parent.getEntry()); in removeNotificationChildren()