Home
last modified time | relevance | path

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

/frameworks/support/core-utils/java/android/support/v4/graphics/
DColorUtils.java37 private static final int MIN_ALPHA_SEARCH_MAX_ITERATIONS = 10; field in ColorUtils
137 while (numIterations <= MIN_ALPHA_SEARCH_MAX_ITERATIONS && in calculateMinimumAlpha()
/frameworks/base/core/java/com/android/internal/graphics/
DColorUtils.java38 private static final int MIN_ALPHA_SEARCH_MAX_ITERATIONS = 10; field in ColorUtils
182 while (numIterations <= MIN_ALPHA_SEARCH_MAX_ITERATIONS && in binaryAlphaSearch()
/frameworks/base/core/java/com/android/internal/util/
DNotificationColorUtil.java624 private static final int MIN_ALPHA_SEARCH_MAX_ITERATIONS = 10; field in NotificationColorUtil.ColorUtilsFromCompat