Searched refs:mCustom (Results 1 – 2 of 2) sorted by relevance
92 private PreferenceCategory mCustom; field in CaptionPropertiesFragment226 mCustom = (PreferenceCategory) findPreference(PREF_CUSTOM); in initializeAllPreferences()231 mForegroundColor = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_COLOR); in initializeAllPreferences()238 mForegroundOpacity = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_OPACITY); in initializeAllPreferences()242 mEdgeColor = (ColorPreference) mCustom.findPreference(PREF_EDGE_COLOR); in initializeAllPreferences()253 mBackgroundColor = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_COLOR); in initializeAllPreferences()257 mBackgroundOpacity = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_OPACITY); in initializeAllPreferences()261 mWindowColor = (ColorPreference) mCustom.findPreference(PREF_WINDOW_COLOR); in initializeAllPreferences()265 mWindowOpacity = (ColorPreference) mCustom.findPreference(PREF_WINDOW_OPACITY); in initializeAllPreferences()269 mEdgeType = (EdgeTypePreference) mCustom.findPreference(PREF_EDGE_TYPE); in initializeAllPreferences()[all …]
96 private PreferenceCategory mCustom; field in CaptionPropertiesFragment276 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 …]