Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java58 private static final String PREF_FOREGROUND_COLOR = "captioning_foreground_color"; field in CaptionPropertiesFragment
278 mForegroundColor = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_COLOR); in initializeAllPreferences()