Home
last modified time | relevance | path

Searched defs:logThemeColorApplied (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/module/logging/
DThemesUserEventLogger.kt26 fun logThemeColorApplied(@ColorSource source: Int, style: Int, seedColor: Int) in logThemeColorApplied() method
DThemesUserEventLoggerImpl.kt167 override fun logThemeColorApplied( in logThemeColorApplied() method in com.android.customization.module.logging.ThemesUserEventLoggerImpl
/packages/apps/ThemePicker/tests/common/src/com/android/customization/module/logging/
DTestThemesUserEventLogger.kt39 override fun logThemeColorApplied(@ColorSource source: Int, style: Int, seedColor: Int) { in logThemeColorApplied() method in com.android.customization.module.logging.TestThemesUserEventLogger