Home
last modified time | relevance | path

Searched defs:color1 (Results 1 – 10 of 10) 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.java134 Color color1 = valueOf(0x7fff00ff); in testValueOf() local
274 long color1 = pack(0.5f, 0.0f, 1.0f); in testPackSrgb() local
DRadialGradientTest.java181 long color1 = Color.pack(.5f, .5f, .5f, 1.0f, ColorSpace.get(ColorSpace.Named.DISPLAY_P3)); in testMismatchColorLongs2() local
DSweepGradientTest.java218 long color1 = Color.pack(.5f, .5f, .5f, 1.0f, ColorSpace.get(ColorSpace.Named.DISPLAY_P3)); in testMismatchColorLongs2() local
DBitmapTest.java2760 long color1 = Color.pack(1, 0, 0, 0, cs); in drawGradient() 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.java275 int color1 = image1.getPixel(x, y); in isAlmostIdenticalInRect() local
/cts/tests/vr/jni/
DVrExtensionsJni.cpp350 static uint32_t LerpColor(uint32_t color0, uint32_t color1, float t) { in LerpColor()