Searched refs:isColorFeasibleForBothBackgrounds (Results 1 – 2 of 2) sorted by relevance
83 if (!isColorFeasibleForBothBackgrounds(inputColor)) { in checkColorValidityAndGetColor()93 private static boolean isColorFeasibleForBothBackgrounds(int color) { in isColorFeasibleForBothBackgrounds() method in PickerAccentColorParameters
88 if (!isColorFeasibleForBothBackgrounds(Color(inputColor).luminance())) { in checkColorValidityAndGetColor()99 private fun isColorFeasibleForBothBackgrounds(luminance: Float): Boolean { in isColorFeasibleForBothBackgrounds() method