Searched refs:MIN_ALPHA_SEARCH_MAX_ITERATIONS (Results 1 – 2 of 2) sorted by relevance
37 private static final int MIN_ALPHA_SEARCH_MAX_ITERATIONS = 10; field in ColorUtils137 while (numIterations <= MIN_ALPHA_SEARCH_MAX_ITERATIONS && in calculateMinimumAlpha()
353 private static final int MIN_ALPHA_SEARCH_MAX_ITERATIONS = 10; field in NotificationColorUtil.ColorUtilsFromCompat