Home
last modified time | relevance | path

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

12

/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/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.java194 int[] blue = new int[offset + height * stride]; in testChangeDuringUiAnimation() local
DExactCanvasTests.java526 Region blue = new Region(); in testDrawRegion() local
/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorTest.java339 final ParcelFileDescriptor blue = pipe[1]; in testBasicPipeNormal() local
354 final ParcelFileDescriptor blue = pipe[1]; in testPipeNormal() local
371 final ParcelFileDescriptor blue = pipe[1]; in testPipeError_Discouraged() local
392 final ParcelFileDescriptor blue = pipe[1]; in testPipeError() local
477 final ParcelFileDescriptor blue = pair[1]; in testSocketErrorAfterClose() local
501 final ParcelFileDescriptor blue = pair[1]; in testSocketMultipleCheck() local
DParcelFileDescriptorProcessTest.java50 private IParcelFileDescriptorPeer blue; field in ParcelFileDescriptorProcessTest
/cts/apps/CameraITS/tests/scene8/
Dtest_ae_awb_regions.py81 def _do_awb_check(blue, yellow): argument
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DPixelColor.java70 final float blue = Color.blue(color); in matchesColor() local
DPixelChecker.java88 final int blue = scanline[offset + 2] & 0xFF; in matchesColor() 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.java1048 public float blue; field in ARGB
1049 ARGB(float alpha, float red, float green, float blue) { in ARGB()
/cts/tests/fragment/src/android/fragment/cts/
DPostponedTransitionTest.java827 final View blue = end.getView().findViewById(R.id.blueSquare); in assertForwardTransition() local
861 final View blue = end.getView().findViewById(R.id.blueSquare); in assertBackTransition() local
DFragmentTransitionTest.java106 final View blue = findBlue(); in enterExitTransitions() local
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/
DMediaStorageTest.java178 final Uri blue = create.call(); in doMediaNone() local
212 mContext.grantUriPermission(mContext.getPackageName(), blue, flag); in doMediaNone() local
270 final Uri blue = create.call(); in doReadUriPermissionOnUriWithoutId_sameQueryResult() local
348 final Uri blue = create.call(); in doOwningOneFileNotGrantPrefixUriPermission() local
475 final Uri blue = create.call(); in doMediaRead() local
510 final Uri blue = create.call(); in doMediaWrite() local
/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaStore_Images_MediaTest.java634 final Uri blue = MediaProviderTestUtils.stageMedia(R.raw.scenery, mExternalImages); in testLimit() local
/cts/tests/mediaprovider/modern/src/android/provider/cts/media/modern/
DMediaStore_Images_MediaTest.java641 final Uri blue = MediaProviderTestUtils.stageMedia(R.raw.scenery, mExternalImages); in testLimit() local
/cts/tests/tests/animation/src/android/animation/cts/
DAnimationActivity.java253 int blue = (int)(Math.random() * 255); in addBall() local
DValueAnimatorTest.java640 int blue = Color.blue(animatedValue); in testOfArgb() local
/cts/tests/tests/view/src/android/view/cts/
DTextureViewCtsActivity.java244 public void drawColor(float red, float green, float blue, float alpha) throws Throwable { in drawColor()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeVirtualDisplayTest.java127 private static int makeColor(int red, int green, int blue) { in makeColor()
/cts/hostsidetests/adpf/app/hintsession/src/cpp/
DRenderer.cpp262 EGLint red, green, blue, depth; in initRenderer() local
/cts/tests/surfacecontrol/src/android/view/cts/util/
DASurfaceControlTestUtils.java96 public static void setColor(long surfaceControl, float red, float green, float blue, in setColor()

12