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.java68 private final HashMap<NotificationEntry, List<NotificationEntry>> mTmpChildOrderMap = field in NotificationViewHierarchyManager
212 List<NotificationEntry> orderedChildren = mTmpChildOrderMap.get(parent); in updateNotificationViews()
215 mTmpChildOrderMap.put(parent, orderedChildren); in updateNotificationViews()
224 if (!mTmpChildOrderMap.containsKey(ent)) { in updateNotificationViews()
227 mTmpChildOrderMap.put(ent, null); in updateNotificationViews()
308 mDynamicChildBindController.updateContentViews(mTmpChildOrderMap); in updateNotificationViews()
311 mTmpChildOrderMap.clear(); in updateNotificationViews()
333 List<NotificationEntry> orderedChildren = mTmpChildOrderMap.get(parent.getEntry()); in addNotificationChildrenAndSort()
378 List<NotificationEntry> orderedChildren = mTmpChildOrderMap.get(parent.getEntry()); in removeNotificationChildren()