Searched defs:baseColor (Results 1 – 2 of 2) sorted by relevance
366 final int baseColor = a.getColor(R.styleable.ColorStateListItem_color, Color.MAGENTA); in inflate() local493 final int baseColor = a.getColor( in applyTheme() local549 private int modulateColor(int baseColor, float alphaMod, float lStar) { in modulateColor()
607 public static int changeColorLightness(int baseColor, int amount) { in changeColorLightness()