Home
last modified time | relevance | path

Searched refs:PREF_FOREGROUND_COLOR (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java56 private static final String PREF_FOREGROUND_COLOR = "captioning_foreground_color"; field in CaptionPropertiesFragment
254 mForegroundColor = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_COLOR); in initializeAllPreferences()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java59 private static final String PREF_FOREGROUND_COLOR = "captioning_foreground_color"; field in CaptionPropertiesFragment
281 mForegroundColor = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_COLOR); in initializeAllPreferences()