Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionAppearanceFragment.java52 private static final String PREF_BACKGROUND_COLOR = "captioning_background_color"; field in CaptionAppearanceFragment
241 mBackgroundColor = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_COLOR); in initializeAllPreferences()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java57 private static final String PREF_BACKGROUND_COLOR = "captioning_background_color"; field in CaptionPropertiesFragment
303 mBackgroundColor = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_COLOR); in initializeAllPreferences()