Home
last modified time | relevance | path

Searched defs:color2 (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DAntiAliasBitmapVerifier.java29 public AntiAliasBitmapVerifier(int color1, int color2) { in AntiAliasBitmapVerifier()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/
DAlphaTestView.java76 private int blendColor(int color1, int color2, float ratio) { in blendColor()
/cts/tests/tests/graphics/src/android/graphics/cts/
DColor_ColorLongTest.java141 Color color2 = valueOf(0.5f, 0.7f, 1.0f); in testValueOf() local
275 long color2 = pack(0.5f, 0.0f, 1.0f, 1.0f); in testPackSrgb() local
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DLightNavigationBarVerifier.java115 int operate(@ColorInt int color1, @ColorInt int color2); in operate()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DCanvasTests.java1004 public static AntiAliasPixelCounter aaVerifier(int color1, int color2, int countThreshold) { in aaVerifier()
1008 public static AntiAliasPixelCounter noAAVerifier(int color1, int color2) { in noAAVerifier()
1012 AntiAliasPixelCounter(int color1, int color2, int countThreshold, boolean thresholdIsMax) { in AntiAliasPixelCounter()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableParameterizedTest.java276 int color2 = image2.getPixel(x, y); in isAlmostIdenticalInRect() local