Searched refs:MIN_ALPHA_SEARCH_MAX_ITERATIONS (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java38 private static final int MIN_ALPHA_SEARCH_MAX_ITERATIONS = 10; field in class:ColorUtils
182 while (numIterations <= MIN_ALPHA_SEARCH_MAX_ITERATIONS &&
/frameworks/support/compat/src/main/java/androidx/core/graphics/
H A DColorUtils.java42 private static final int MIN_ALPHA_SEARCH_MAX_ITERATIONS = 10; field in class:ColorUtils
205 while (numIterations <= MIN_ALPHA_SEARCH_MAX_ITERATIONS &&
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java636 private static final int MIN_ALPHA_SEARCH_MAX_ITERATIONS = 10; field in class:NotificationColorUtil.ColorUtilsFromCompat

Completed in 86 milliseconds