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 private final HashMap<NotificationEntry, List<NotificationEntry>> mTmpChildOrderMap = field in NotificationViewHierarchyManager
213 List<NotificationEntry> orderedChildren = mTmpChildOrderMap.get(parent); in updateNotificationViews()
216 mTmpChildOrderMap.put(parent, orderedChildren); in updateNotificationViews()
225 if (!mTmpChildOrderMap.containsKey(ent)) { in updateNotificationViews()
228 mTmpChildOrderMap.put(ent, null); in updateNotificationViews()
311 mDynamicChildBindController.updateContentViews(mTmpChildOrderMap); in updateNotificationViews()
314 mTmpChildOrderMap.clear(); in updateNotificationViews()
353 List<NotificationEntry> orderedChildren = mTmpChildOrderMap.get(parent.getEntry()); in addNotificationChildrenAndSort()
398 List<NotificationEntry> orderedChildren = mTmpChildOrderMap.get(parent.getEntry()); in removeNotificationChildren()