Searched refs:mTmpChildOrderMap (Results 1 – 1 of 1) sorted by relevance
70 mTmpChildOrderMap = new HashMap<>(); field in NotificationViewHierarchyManager180 mTmpChildOrderMap.get(summary.getRow()); in updateNotificationViews()183 mTmpChildOrderMap.put(summary.getRow(), orderedChildren); in updateNotificationViews()266 mTmpChildOrderMap.clear(); in updateNotificationViews()287 List<ExpandableNotificationRow> orderedChildren = mTmpChildOrderMap.get(parent); in addNotificationChildrenAndSort()327 List<ExpandableNotificationRow> orderedChildren = mTmpChildOrderMap.get(parent); in removeNotificationChildren()