Searched refs:ColorPreference (Results 1 – 4 of 4) sorted by relevance
84 private ColorPreference mForegroundColor;85 private ColorPreference mForegroundOpacity;87 private ColorPreference mEdgeColor;88 private ColorPreference mBackgroundColor;89 private ColorPreference mBackgroundOpacity;90 private ColorPreference mWindowColor;91 private ColorPreference mWindowOpacity;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()[all …]
37 public class ColorPreference extends ListDialogPreference { class41 public ColorPreference(Context context, AttributeSet attrs) { in ColorPreference() method in ColorPreference
88 private ColorPreference mForegroundColor;89 private ColorPreference mForegroundOpacity;91 private ColorPreference mEdgeColor;92 private ColorPreference mBackgroundColor;93 private ColorPreference mBackgroundOpacity;94 private ColorPreference mWindowColor;95 private ColorPreference mWindowOpacity;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()[all …]