Searched refs:MIN_ALPHA_SEARCH_MAX_ITERATIONS (Results 1 – 3 of 3) 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()
38 private static final int MIN_ALPHA_SEARCH_MAX_ITERATIONS = 10; field in ColorUtils182 while (numIterations <= MIN_ALPHA_SEARCH_MAX_ITERATIONS && in binaryAlphaSearch()
624 private static final int MIN_ALPHA_SEARCH_MAX_ITERATIONS = 10; field in NotificationColorUtil.ColorUtilsFromCompat