Home
last modified time | relevance | path

Searched defs:blue (Results 1 – 24 of 24) sorted by relevance

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DColorUtils.java52 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/
DColorUtils.java52 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/
DParcelFileDescriptorTest.java249 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
DParcelFileDescriptorProcessTest.java48 private IParcelFileDescriptorPeer blue; field in ParcelFileDescriptorProcessTest
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DBlendModeTest.java183 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 …]
DHardwareRendererTests.kt101 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
DBitmapTests.java167 int[] blue = new int[offset + height * stride]; in testChangeDuringUiAnimation() local
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
DPixelColor.java43 short blue = (short) ((color >> 16) & 0xFF); in PixelColor() local
DPixelChecker.java68 final int blue = scanline[i + 2] & 0xFF; in validatePlane() local
DRectChecker.java90 final int blue = scanline[i + 2] & 0xFF; in validatePlaneForTarget() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DSweepGradientTest.java133 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
DRadialGradientTest.java72 long blue = Color.pack(0, 0, 1, 1, p3); in testColorLong() local
DBitmapTest.java740 public float blue; field in BitmapTest.ARGB
741 ARGB(float alpha, float red, float green, float blue) { in ARGB()
DBitmapColorSpaceTest.java1136 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/
DMediaStorageTest.java191 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/
DPostponedTransitionTest.java822 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
DFragmentTransitionTest.java106 final View blue = findBlue(); in enterExitTransitions() local
/cts/tests/tests/view/src/android/view/cts/
DTextureViewCtsActivity.java235 public void drawColor(float red, float green, float blue, float alpha) throws Throwable { in drawColor()
DASurfaceControlTest.java268 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/
DAnimationActivity.java253 int blue = (int)(Math.random() * 255); in addBall() local
DValueAnimatorTest.java630 int blue = Color.blue(animatedValue); in testOfArgb() local
/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayTest.java114 private static int makeColor(int red, int green, int blue) { in makeColor()
DEncodeVirtualDisplayWithCompositionTest.java134 private static int makeColor(int red, int green, int blue) { in makeColor()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java4135 final Drawable blue = TestUtils.getDrawable(mActivity, R.drawable.blue); in testHandleDrawables_canBeSet_toDrawables() local