Home
last modified time | relevance | path

Searched refs:colorValue (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextClassificationTest.java215 private static Icon generateTestIcon(int width, int height, int colorValue) { in generateTestIcon() argument
219 colors[i] = colorValue; in generateTestIcon()
/cts/tests/tests/graphics/src/android/graphics/cts/
DColorTest.java339 Integer colorValue = -1; in resourceColor() local
341 colorValue = (Integer) declaredColor.get(null); in resourceColor()
343 if (colorValue != -1) { in resourceColor()
344 availablePublicApiColorResIds.add(colorValue); in resourceColor()