Searched refs:tertiary (Results 1 – 6 of 6) sorted by relevance
71 Color tertiary = colors.getTertiaryColor(); in convertColorsObject() local74 int tertiaryVal = tertiary != null ? tertiary.toArgb() : 0; in convertColorsObject()
157 int tertiary = parts.length > 4 ? Integer.parseInt(parts[4]) : 0; in parseValue() local159 return Pair.create(wallpaperId, new WallpaperColorsCompat(primary, secondary, tertiary, in parseValue()
51 TestEvents.builder().mouse().tertiary().build();234 public Builder tertiary() { in tertiary() method in TestEvents.Builder