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