HomeSort by relevance Sort by last modified time
    Searched defs:MIN_ALPHA_SEARCH_MAX_ITERATIONS (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/graphics/
ColorUtils.java 38 private static final int MIN_ALPHA_SEARCH_MAX_ITERATIONS = 10;
182 while (numIterations <= MIN_ALPHA_SEARCH_MAX_ITERATIONS &&
  /frameworks/support/core-utils/java/android/support/v4/graphics/
ColorUtils.java 37 private static final int MIN_ALPHA_SEARCH_MAX_ITERATIONS = 10;
137 while (numIterations <= MIN_ALPHA_SEARCH_MAX_ITERATIONS &&
  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 624 private static final int MIN_ALPHA_SEARCH_MAX_ITERATIONS = 10;
    [all...]
  /prebuilts/sdk/current/support/core-utils/
android-support-core-utils.jar 

Completed in 1534 milliseconds