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/phone/
DPhoneStatusBar.java581 private HashMap<ExpandableNotificationRow, List<ExpandableNotificationRow>> mTmpChildOrderMap field in PhoneStatusBar
1289 mTmpChildOrderMap.get(summary); in updateNotificationShade()
1292 mTmpChildOrderMap.put(summary, orderedChildren); in updateNotificationShade()
1344 mTmpChildOrderMap.clear(); in updateNotificationShade()
1380 List<ExpandableNotificationRow> orderedChildren = mTmpChildOrderMap.get(parent); in updateNotificationShadeForChildren()