Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DViewConfigCoordinator.kt46 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/
DFooterView.java266 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/
DViewConfigCoordinatorTest.kt61 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/
DExpandableNotificationRowControllerTest.kt86 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/
DExpandableNotificationRowController.java205 ColorUpdateLogger colorUpdateLogger, in ExpandableNotificationRowController() argument
262 mColorUpdateLogger = colorUpdateLogger; in ExpandableNotificationRowController()
DExpandableNotificationRow.java1850 ColorUpdateLogger colorUpdateLogger,
1889 mColorUpdateLogger = colorUpdateLogger;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java372 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/
DNotificationStackScrollLayoutController.java724 ColorUpdateLogger colorUpdateLogger, in NotificationStackScrollLayoutController() argument
775 mColorUpdateLogger = colorUpdateLogger; in NotificationStackScrollLayoutController()
DNotificationStackScrollLayout.java4439 ColorUpdateLogger colorUpdateLogger = ColorUpdateLogger.getInstance(); in updateDecorViews() local
4440 if (colorUpdateLogger != null) { in updateDecorViews()
4441 colorUpdateLogger.logEvent("NSSL.updateDecorViews()", in updateDecorViews()