/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | ColorUtils.java | 52 String blue = verifyChannel("blue", expected, observed, tolerance, (i) -> Color.blue(i)); in verifyColor() local 59 @Nullable String green, @Nullable String blue, @Nullable String alpha) { in buildErrorString() 100 String blue = verifyChannel("blue", expected, observed, tolerance, (c) -> c.blue()); in verifyColor() local
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | ColorUtils.java | 52 String blue = verifyChannel("blue", expected, observed, tolerance, (i) -> Color.blue(i)); in verifyColor() local 59 @Nullable String green, @Nullable String blue, @Nullable String alpha) { in buildErrorString() 100 String blue = verifyChannel("blue", expected, observed, tolerance, (c) -> c.blue()); in verifyColor() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ParcelFileDescriptorTest.java | 249 final ParcelFileDescriptor blue = pipe[1]; in testPipeNormal() local 265 final ParcelFileDescriptor blue = pipe[1]; in testPipeError_Discouraged() local 285 final ParcelFileDescriptor blue = pipe[1]; in testPipeError() local 347 final ParcelFileDescriptor blue = pair[1]; in testSocketErrorAfterClose() local 370 final ParcelFileDescriptor blue = pair[1]; in testSocketMultipleCheck() local
|
D | ParcelFileDescriptorProcessTest.java | 48 private IParcelFileDescriptorPeer blue; field in ParcelFileDescriptorProcessTest
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | BlendModeTest.java | 183 int blue = (Color.blue(DST_COLOR) * Color.blue(Color.BLUE)) / 255; in testBlendMode_MODULATE() local 210 int blue = computeOverlay(alphaSrc, alphaDst, blueSrc, blueDst); in testBlendMode_OVERLAY() local 241 int blue = computeDarken(alphaDst, alphaSrc, blueDst, blueSrc); in testBlendMode_DARKEN() local 268 int blue = computeLighten(alphaDst, alphaSrc, blueDst, blueSrc); in testBlendMode_LIGHTEN() local 295 int blue = computeColorDodge(alphaDst, alphaSrc, blueDst, blueSrc); in testBlendMode_COLOR_DODGE() local 331 int blue = computeColorBurn(alphaDst, alphaSrc, blueDst, blueSrc); in testBlendMode_COLOR_BURN() local 365 int blue = computeHardLight(alphaDst, alphaSrc, blueDst, blueSrc); in testBlendMode_HARD_LIGHT() local 399 int blue = computeSoftLight(alphaDst, alphaSrc, blueDst, blueSrc); in testBlendMode_SOFT_LIGHT() local 444 int blue = computeDifference(alphaDst, alphaSrc, blueDst, blueSrc); in testBlendMode_DIFFERENCE() local 470 int blue = computeExclusion(blueDst, blueSrc); in testBlendMode_EXCLUSION() local [all …]
|
D | HardwareRendererTests.kt | 101 val blue = channels[channelIndex++].toInt() and 0xFF in <lambda>() constant 183 val blue = buffer.get() in testBasicDrawCpuConsumer() constant 465 val blue = buffer.get().toInt() and 0xFF in testLotsOfBuffers() constant
|
D | BitmapTests.java | 167 int[] blue = new int[offset + height * stride]; in testChangeDuringUiAnimation() local
|
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/ |
D | PixelColor.java | 43 short blue = (short) ((color >> 16) & 0xFF); in PixelColor() local
|
D | PixelChecker.java | 68 final int blue = scanline[i + 2] & 0xFF; in validatePlane() local
|
D | RectChecker.java | 90 final int blue = scanline[i + 2] & 0xFF; in validatePlaneForTarget() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | SweepGradientTest.java | 133 int blue = (int) ((1d - delta) * Color.blue(colors[i1]) + in verifyColors() local 259 long blue = Color.pack(0, 0, 1, 1, p3); in testColorLong() local
|
D | RadialGradientTest.java | 72 long blue = Color.pack(0, 0, 1, 1, p3); in testColorLong() local
|
D | BitmapTest.java | 740 public float blue; field in BitmapTest.ARGB 741 ARGB(float alpha, float red, float green, float blue) { in ARGB()
|
D | BitmapColorSpaceTest.java | 1136 Color blue = Color.valueOf(0, 0, 1, 1, ColorSpace.get(ColorSpace.Named.PRO_PHOTO_RGB)); in testProPhoto() local
|
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/ |
D | MediaStorageTest.java | 191 final Uri blue = create.call(); in doMediaNone() local 229 final Uri blue = create.call(); in doMediaRead() local 264 final Uri blue = create.call(); in doMediaWrite() local
|
/cts/tests/fragment/src/android/fragment/cts/ |
D | PostponedTransitionTest.java | 822 final View blue = end.getView().findViewById(R.id.blueSquare); in assertForwardTransition() local 856 final View blue = end.getView().findViewById(R.id.blueSquare); in assertBackTransition() local
|
D | FragmentTransitionTest.java | 106 final View blue = findBlue(); in enterExitTransitions() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | TextureViewCtsActivity.java | 235 public void drawColor(float red, float green, float blue, float alpha) throws Throwable { in drawColor()
|
D | ASurfaceControlTest.java | 268 float blue, float alpha) { in setColor() 273 public void setColor(long surfaceControl, float red, float green, float blue, float alpha) { in setColor()
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimationActivity.java | 253 int blue = (int)(Math.random() * 255); in addBall() local
|
D | ValueAnimatorTest.java | 630 int blue = Color.blue(animatedValue); in testOfArgb() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | EncodeVirtualDisplayTest.java | 114 private static int makeColor(int red, int green, int blue) { in makeColor()
|
D | EncodeVirtualDisplayWithCompositionTest.java | 134 private static int makeColor(int red, int green, int blue) { in makeColor()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 4135 final Drawable blue = TestUtils.getDrawable(mActivity, R.drawable.blue); in testHandleDrawables_canBeSet_toDrawables() local
|