Home
last modified time | relevance | path

Searched refs:mNotificationScrollLayout (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java46 private NotificationStackScrollLayout mNotificationScrollLayout; field in NotificationIconAreaController
72 mNotificationScrollLayout = mStatusBar.getNotificationScrollLayout(); in initializeNotificationAreaViews()
174 mNotificationScrollLayout.getChildCount()); in updateIconsForLayout()
177 for (int i = 0; i < mNotificationScrollLayout.getChildCount(); i++) { in updateIconsForLayout()
178 View view = mNotificationScrollLayout.getChildAt(i); in updateIconsForLayout()