Searched refs:mTmpChildOrderMap (Results 1 – 1 of 1) sorted by relevance
68 private final HashMap<NotificationEntry, List<NotificationEntry>> mTmpChildOrderMap = field in NotificationViewHierarchyManager212 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()