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