Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/theme/
DAccentColorHelperTest.kt53 val accentColorHelperPickImagesMode = AccentColorHelper(pickerIntent) in testAccentColorHelper_differentIntentActions_accentColorsNotSet()
90 val accentColorHelperInvalidInputColor = AccentColorHelper(pickerIntent) in testAccentColorHelper_validInputColor_accentColorsSet()
110 val accentColorHelperHighLuminance = AccentColorHelper(pickerIntent) in testAccentColorHelper_textColorForDifferentLuminance_changesAccordingly()
124 val accentColorHelperLowLuminance = AccentColorHelper(pickerIntent) in testAccentColorHelper_textColorForDifferentLuminance_changesAccordingly()
145 AccentColorHelper(pickerIntent) in assertExceptionThrownDueToInvalidInput()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/theme/
DAccentColorScheme.kt36 class AccentColorScheme(accentColorHelper: AccentColorHelper) {
DPhotopickerTheme.kt48 val accentColorHelper = AccentColorHelper(intent) in PhotopickerTheme()
DAccentColorHelper.kt33 class AccentColorHelper( class