Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java56 private static final String PREF_BACKGROUND_COLOR = "captioning_background_color"; field in CaptionPropertiesFragment
300 mBackgroundColor = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_COLOR); in initializeAllPreferences()