OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;
138
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
561
private static final int
MIN_ALPHA_SEARCH_MAX_ITERATIONS
= 10;
[
all
...]
/prebuilts/sdk/current/support/core-utils/
android-support-core-utils.jar
Completed in 163 milliseconds