Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java90 private final ColorUpdateLogger mColorUpdateLogger; field in ExpandableNotificationRowController
262 mColorUpdateLogger = colorUpdateLogger; in ExpandableNotificationRowController()
297 mColorUpdateLogger, in init()
DExpandableNotificationRow.java180 private ColorUpdateLogger mColorUpdateLogger; field in ExpandableNotificationRow
628 if (mColorUpdateLogger.isEnabled()) { in updateBackgroundColorsOfSelf()
629 mColorUpdateLogger.logNotificationEvent("ENR.updateBackgroundColorsOfSelf()", in updateBackgroundColorsOfSelf()
1889 mColorUpdateLogger = colorUpdateLogger;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java179 private final ColorUpdateLogger mColorUpdateLogger; field in NotificationStackScrollLayoutController
239 mColorUpdateLogger.logTriggerEvent("NSSLC.onViewAttachedToWindow()");
255 mColorUpdateLogger.logTriggerEvent("NSSLC.onViewDetachedFromWindow()");
330 mColorUpdateLogger.logTriggerEvent("NSSLC.onUiModeChanged()",
338 mColorUpdateLogger.logTriggerEvent("NSSLC.onThemeChanged()",
775 mColorUpdateLogger = colorUpdateLogger; in NotificationStackScrollLayoutController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java152 @Mock private ColorUpdateLogger mColorUpdateLogger; field in NotificationStackScrollLayoutControllerTest
998 mColorUpdateLogger, in initController()