Searched refs:getColorWithOverlay (Results 1 – 2 of 2) sorted by relevance
168 public static int getColorWithOverlay(int baseColor, int overlayColor, float overlayAlpha) { in getColorWithOverlay() method in Utilities
410 return Utilities.getColorWithOverlay(primaryColor, overlayColor, 0.8f); in getSecondaryColor()