Searched refs:ColorModeCandidateInfo (Results 1 – 2 of 2) sorted by relevance
118 List<ColorModeCandidateInfo> candidates = new ArrayList<>(); in getCandidates()122 candidates.add(new ColorModeCandidateInfo( in getCandidates()126 candidates.add(new ColorModeCandidateInfo( in getCandidates()130 candidates.add(new ColorModeCandidateInfo( in getCandidates()134 candidates.add(new ColorModeCandidateInfo( in getCandidates()181 static class ColorModeCandidateInfo extends CandidateInfo { class in ColorModePreferenceFragment185 ColorModeCandidateInfo(CharSequence label, String key, boolean enabled) { in ColorModeCandidateInfo() method in ColorModePreferenceFragment.ColorModeCandidateInfo