Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionAppearanceFragment.java58 private static final String PREF_EDGE_COLOR = "captioning_edge_color"; field in CaptionAppearanceFragment
230 mEdgeColor = (ColorPreference) mCustom.findPreference(PREF_EDGE_COLOR); in initializeAllPreferences()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java63 private static final String PREF_EDGE_COLOR = "captioning_edge_color"; field in CaptionPropertiesFragment
292 mEdgeColor = (ColorPreference) mCustom.findPreference(PREF_EDGE_COLOR); in initializeAllPreferences()