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
138 while (numIterations <= MIN_ALPHA_SEARCH_MAX_ITERATIONS &&
/frameworks/support/core-utils/java/android/support/v4/graphics/
H A DColorUtils.java37 private static final int MIN_ALPHA_SEARCH_MAX_ITERATIONS = 10; field in class:ColorUtils
137 while (numIterations <= MIN_ALPHA_SEARCH_MAX_ITERATIONS &&
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java561 private static final int MIN_ALPHA_SEARCH_MAX_ITERATIONS = 10; field in class:NotificationColorUtil.ColorUtilsFromCompat

Completed in 1088 milliseconds