Searched refs:mCustom (Results 1 – 1 of 1) sorted by relevance
95 private PreferenceCategory mCustom; field in CaptionPropertiesFragment273 mCustom = (PreferenceCategory) findPreference(PREF_CUSTOM); in initializeAllPreferences()278 mForegroundColor = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_COLOR); in initializeAllPreferences()285 mForegroundOpacity = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_OPACITY); in initializeAllPreferences()289 mEdgeColor = (ColorPreference) mCustom.findPreference(PREF_EDGE_COLOR); in initializeAllPreferences()300 mBackgroundColor = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_COLOR); in initializeAllPreferences()304 mBackgroundOpacity = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_OPACITY); in initializeAllPreferences()308 mWindowColor = (ColorPreference) mCustom.findPreference(PREF_WINDOW_COLOR); in initializeAllPreferences()312 mWindowOpacity = (ColorPreference) mCustom.findPreference(PREF_WINDOW_OPACITY); in initializeAllPreferences()316 mEdgeType = (EdgeTypePreference) mCustom.findPreference(PREF_EDGE_TYPE); in initializeAllPreferences()[all …]