Home
last modified time | relevance | path

Searched refs:ColorPreference (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java84 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 …]
DColorPreference.java37 public class ColorPreference extends ListDialogPreference { class
41 public ColorPreference(Context context, AttributeSet attrs) { in ColorPreference() method in ColorPreference
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java88 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 …]
DColorPreference.java37 public class ColorPreference extends ListDialogPreference { class
41 public ColorPreference(Context context, AttributeSet attrs) { in ColorPreference() method in ColorPreference