Searched refs:pillColor (Results 1 – 1 of 1) sorted by relevance
5554 int pillColor = Colors.flattenAlpha(getColors(p).getProtectionColor(), bgColor); in bindExpandButton() local5555 int textColor = Colors.flattenAlpha(getPrimaryTextColor(p), pillColor); in bindExpandButton()5557 contentView.setInt(R.id.expand_button, "setDefaultPillColor", pillColor); in bindExpandButton()5560 pillColor = Colors.flattenAlpha(getColors(p).getTertiaryAccentColor(), bgColor); in bindExpandButton()5561 textColor = Colors.flattenAlpha(getColors(p).getOnAccentTextColor(), pillColor); in bindExpandButton()5564 contentView.setInt(R.id.expand_button, "setHighlightPillColor", pillColor); in bindExpandButton()