Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionAppearanceFragment.java87 private PreferenceCategory mCustom; field in CaptionAppearanceFragment
214 mCustom = (PreferenceCategory) findPreference(PREF_CUSTOM); in initializeAllPreferences()
219 mForegroundColor = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_COLOR); in initializeAllPreferences()
226 mForegroundOpacity = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_OPACITY); in initializeAllPreferences()
230 mEdgeColor = (ColorPreference) mCustom.findPreference(PREF_EDGE_COLOR); in initializeAllPreferences()
241 mBackgroundColor = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_COLOR); in initializeAllPreferences()
245 mBackgroundOpacity = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_OPACITY); in initializeAllPreferences()
249 mWindowColor = (ColorPreference) mCustom.findPreference(PREF_WINDOW_COLOR); in initializeAllPreferences()
253 mWindowOpacity = (ColorPreference) mCustom.findPreference(PREF_WINDOW_OPACITY); in initializeAllPreferences()
257 mEdgeType = (EdgeTypePreference) mCustom.findPreference(PREF_EDGE_TYPE); in initializeAllPreferences()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java96 private PreferenceCategory mCustom; field in CaptionPropertiesFragment
276 mCustom = (PreferenceCategory) findPreference(PREF_CUSTOM); in initializeAllPreferences()
281 mForegroundColor = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_COLOR); in initializeAllPreferences()
288 mForegroundOpacity = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_OPACITY); in initializeAllPreferences()
292 mEdgeColor = (ColorPreference) mCustom.findPreference(PREF_EDGE_COLOR); in initializeAllPreferences()
303 mBackgroundColor = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_COLOR); in initializeAllPreferences()
307 mBackgroundOpacity = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_OPACITY); in initializeAllPreferences()
311 mWindowColor = (ColorPreference) mCustom.findPreference(PREF_WINDOW_COLOR); in initializeAllPreferences()
315 mWindowOpacity = (ColorPreference) mCustom.findPreference(PREF_WINDOW_OPACITY); in initializeAllPreferences()
319 mEdgeType = (EdgeTypePreference) mCustom.findPreference(PREF_EDGE_TYPE); in initializeAllPreferences()
[all …]