Searched defs:color1 (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | Color_ColorLongTest.java | 134 Color color1 = valueOf(0x7fff00ff); in testValueOf() local 274 long color1 = pack(0.5f, 0.0f, 1.0f); in testPackSrgb() local
|
D | RadialGradientTest.java | 181 long color1 = Color.pack(.5f, .5f, .5f, 1.0f, ColorSpace.get(ColorSpace.Named.DISPLAY_P3)); in testMismatchColorLongs2() local
|
D | SweepGradientTest.java | 218 long color1 = Color.pack(.5f, .5f, .5f, 1.0f, ColorSpace.get(ColorSpace.Named.DISPLAY_P3)); in testMismatchColorLongs2() local
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/ |
D | LightNavigationBarVerifier.java | 115 int operate(@ColorInt int color1, @ColorInt int color2); in operate()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | AnimatedVectorDrawableParameterizedTest.java | 271 int color1 = image1.getPixel(x, y); in isAlmostIdenticalInRect() local
|
/cts/tests/vr/jni/ |
D | VrExtensionsJni.cpp | 350 static uint32_t LerpColor(uint32_t color0, uint32_t color1, float t) { in LerpColor()
|