/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | ViewConfigCoordinator.kt | 46 private val colorUpdateLogger: ColorUpdateLogger, in <lambda>() constant in com.android.systemui.statusbar.notification.collection.coordinator.ViewConfigCoordinator 56 colorUpdateLogger.logTriggerEvent("VCC.mKeyguardUpdateCallback.onUserSwitching()") in <lambda>() 62 colorUpdateLogger.logTriggerEvent("VCC.mKeyguardUpdateCallback.onUserSwitchComplete()") in <lambda>() 71 colorUpdateLogger.logTriggerEvent("VCC.mUserChangedListener.onUserChanged()") in <lambda>() 85 colorUpdateLogger.logTriggerEvent("VCC.onDensityOrFontScaleChanged()") in <lambda>() 102 colorUpdateLogger.logTriggerEvent("VCC.onUiModeChanged()") in <lambda>() 117 colorUpdateLogger.logTriggerEvent("VCC.onThemeChanged()") in <lambda>() 122 colorUpdateLogger.logEvent("VCC.applyChangesOnUserSwitched()") in <lambda>() 134 colorUpdateLogger.logEvent("VCC.updateNotificationsOnUiModeChanged()", in <lambda>() 145 colorUpdateLogger.logEvent("VCC.updateNotificationsOnDensityOrFontScaleChanged()") in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/ |
D | FooterView.java | 266 ColorUpdateLogger colorUpdateLogger = ColorUpdateLogger.getInstance(); in onFinishInflate() local 267 if (colorUpdateLogger != null) { in onFinishInflate() 268 colorUpdateLogger.logTriggerEvent("Footer.onFinishInflate()"); in onFinishInflate() 388 ColorUpdateLogger colorUpdateLogger = ColorUpdateLogger.getInstance(); in onConfigurationChanged() local 389 if (colorUpdateLogger != null) { in onConfigurationChanged() 390 colorUpdateLogger.logTriggerEvent("Footer.onConfigurationChanged()"); in onConfigurationChanged() 427 ColorUpdateLogger colorUpdateLogger = ColorUpdateLogger.getInstance(); in updateColors() local 428 if (colorUpdateLogger != null) { in updateColors() 429 colorUpdateLogger.logEvent("Footer.updateColors()", in updateColors()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | ViewConfigCoordinatorTest.kt | 61 private val colorUpdateLogger: ColorUpdateLogger = mock() constant in com.android.systemui.statusbar.notification.collection.coordinator.ViewConfigCoordinatorTest 72 colorUpdateLogger, in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowControllerTest.kt | 86 private val colorUpdateLogger: ColorUpdateLogger = mock() constant in com.android.systemui.statusbar.notification.row.ExpandableNotificationRowControllerTest 122 colorUpdateLogger, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowController.java | 205 ColorUpdateLogger colorUpdateLogger, in ExpandableNotificationRowController() argument 262 mColorUpdateLogger = colorUpdateLogger; in ExpandableNotificationRowController()
|
D | ExpandableNotificationRow.java | 1850 ColorUpdateLogger colorUpdateLogger, 1889 mColorUpdateLogger = colorUpdateLogger;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 372 ColorUpdateLogger colorUpdateLogger = ColorUpdateLogger.getInstance(); in updateBackgroundColors() local 373 if (colorUpdateLogger != null) { in updateBackgroundColors() 374 colorUpdateLogger.logEvent("Shelf.updateBackgroundColors()", in updateBackgroundColors()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 724 ColorUpdateLogger colorUpdateLogger, in NotificationStackScrollLayoutController() argument 775 mColorUpdateLogger = colorUpdateLogger; in NotificationStackScrollLayoutController()
|
D | NotificationStackScrollLayout.java | 4439 ColorUpdateLogger colorUpdateLogger = ColorUpdateLogger.getInstance(); in updateDecorViews() local 4440 if (colorUpdateLogger != null) { in updateDecorViews() 4441 colorUpdateLogger.logEvent("NSSL.updateDecorViews()", in updateDecorViews()
|