/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | LightingColorFilterTest.java | 50 paint.setColor(Color.MAGENTA); in testLightingColorFilter() 53 verifyColor(Color.MAGENTA, bitmap.getPixel(0, 0)); in testLightingColorFilter() 55 paint.setColor(Color.MAGENTA); in testLightingColorFilter() 60 paint.setColor(Color.MAGENTA); in testLightingColorFilter() 67 paint.setColor(Color.MAGENTA); in testLightingColorFilter() 73 paint.setColor(Color.MAGENTA); in testLightingColorFilter() 74 paint.setColorFilter(new LightingColorFilter(Color.WHITE, Color.MAGENTA)); in testLightingColorFilter() 76 verifyColor(Color.MAGENTA, bitmap.getPixel(0, 0)); in testLightingColorFilter()
|
D | PorterDuffXfermodeTest.java | 73 assertEquals(Color.MAGENTA, target.getPixel(WIDTH / 4, HEIGHT * 3 / 4)); in testPorterDuffXfermode()
|
D | ColorMatrixColorFilterTest.java | 68 paint.setColor(Color.MAGENTA); in testColorMatrixColorFilter()
|
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/ |
D | TestLiveWallpaperNoUnfoldTransition.java | 25 return Color.MAGENTA; in getColor()
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | ASurfaceControlTest.java | 122 private static final PixelColor MAGENTA = new PixelColor(Color.MAGENTA); field in ASurfaceControlTest 809 Color.MAGENTA, Color.GREEN); in testSurfaceTransaction_setSourceRect() 824 return MAGENTA; in testSurfaceTransaction_setSourceRect() 846 Color.MAGENTA, Color.GREEN); in testSurfaceTransaction_setSourceRect_smallCentered() 861 return MAGENTA; in testSurfaceTransaction_setSourceRect_smallCentered() 882 Color.MAGENTA, Color.GREEN); in testSurfaceTransaction_setSourceRect_small() 892 return MAGENTA; in testSurfaceTransaction_setSourceRect_small() 909 Color.MAGENTA, Color.GREEN); in testSurfaceTransaction_setSourceRect_extraLarge() 926 return MAGENTA; in testSurfaceTransaction_setSourceRect_extraLarge() 942 Color.MAGENTA, Color.GREEN); in testSurfaceTransaction_setSourceRect_badOffset() [all …]
|
D | SurfaceControlTest.java | 114 private static final PixelColor MAGENTA = new PixelColor(Color.MAGENTA); field in SurfaceControlTest 814 Color.MAGENTA, Color.GREEN); in testSurfaceTransaction_setSourceRect() 830 return MAGENTA; in testSurfaceTransaction_setSourceRect() 846 Color.MAGENTA, Color.GREEN); in testSurfaceTransaction_setSourceRect_small() 850 new PixelChecker(Color.MAGENTA) { //5000 in testSurfaceTransaction_setSourceRect_small() 868 Color.MAGENTA, Color.GREEN); in testSurfaceTransaction_setSourceRect_smallCentered() 885 return MAGENTA; in testSurfaceTransaction_setSourceRect_smallCentered() 907 Color.MAGENTA, Color.GREEN); in testSurfaceTransaction_setCropRect_extraLarge() 926 return MAGENTA; in testSurfaceTransaction_setCropRect_extraLarge() 942 Color.MAGENTA, Color.GREEN); in testSurfaceTransaction_setCropRect_badOffset() [all …]
|
/cts/tests/tests/text/src/android/text/style/cts/ |
D | BackgroundColorSpanTest.java | 105 BackgroundColorSpan backgroundColorSpan = new BackgroundColorSpan(Color.MAGENTA); in testWriteToParcel() 109 assertEquals(Color.MAGENTA, b.getBackgroundColor()); in testWriteToParcel()
|
D | ForegroundColorSpanTest.java | 107 ForegroundColorSpan foregroundColorSpan = new ForegroundColorSpan(Color.MAGENTA); in testWriteToParcel() 111 assertEquals(Color.MAGENTA, f.getForegroundColor()); in testWriteToParcel()
|
D | QuoteSpanTest.java | 145 QuoteSpan quoteSpan = new QuoteSpan(Color.MAGENTA); in testWriteToParcel() 149 assertEquals(Color.MAGENTA, q.getColor()); in testWriteToParcel()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | BlendModeColorFilterTest.java | 118 BlendModeColorFilter filter = new BlendModeColorFilter(Color.MAGENTA, BlendMode.HARD_LIGHT); in testBlendModeColorFilterGetColor() 119 assertEquals(Color.MAGENTA, filter.getColor()); in testBlendModeColorFilterGetColor()
|
D | BlendModeTest.java | 175 testBlendMode(BlendMode.PLUS, DST_COLOR, Color.MAGENTA, Color.BLUE); in testBlendMode_PLUS() 190 testBlendMode(BlendMode.SCREEN, DST_COLOR, Color.MAGENTA, Color.BLUE); in testBlendMode_SCREEN()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | ResourceModifier.java | 90 Color.YELLOW, Color.MAGENTA, Shader.TileMode.MIRROR); in ResourceModifier() 93 Color.YELLOW, Color.MAGENTA); in ResourceModifier()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/ |
D | TouchPointView.java | 42 Color.MAGENTA,
|
/cts/tests/tests/view/src/android/view/cts/ |
D | PixelCopyGLProducerCtsActivity.java | 70 clearColor(Color.MAGENTA); in onDrawFrame()
|
D | MenuItemTest.java | 110 ColorStateList colorsNew = ColorStateList.valueOf(Color.MAGENTA); in testAccessIconTint()
|
D | PixelCopyTest.java | 333 bitmap.eraseColor(Color.MAGENTA); in testReuseBitmap() 926 canvas.drawColor(Color.MAGENTA); in testBufferQueueCrop() 998 canvas.drawColor(Color.MAGENTA); in testAutoSizeWithCrop() 1033 canvas.drawColor(Color.MAGENTA); in testAutoSizeWithSrcRect()
|
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | NotificationTemplateTest.kt | 841 .setDeclineButtonColorHint(Color.MAGENTA) in <lambda>() 848 .isEqualTo(Color.MAGENTA) in <lambda>() 858 requireViewWithTextContaining(declineText).bgContainsColor(Color.MAGENTA) in <lambda>() 874 .setDeclineButtonColorHint(Color.MAGENTA) in <lambda>() 881 .isEqualTo(Color.MAGENTA) in <lambda>() 894 requireViewWithTextContaining(declineText).bgContainsColor(Color.MAGENTA) in <lambda>()
|
/cts/tests/tests/gameservice/src/android/service/games/ |
D | TestGameSessionService.java | 131 textView.setBackgroundColor(Color.MAGENTA); in onCreate()
|
/cts/hostsidetests/theme/src/android/theme/cts/ |
D | ComparisonTask.java | 193 colorDiff = Color.MAGENTA.getRGB(); in createDiff()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | ColorStateListDrawableTest.java | 106 final int[] colors = new int[]{Color.MAGENTA, Color.CYAN}; in testHasFocusStateSpecified()
|
D | LevelListDrawableTest.java | 98 mLevelListDrawable.addLevel(0, 0, new ColorDrawable(Color.MAGENTA)); in testOnLevelChange()
|
D | DrawableContainerStateTest.java | 269 Drawable dr4 = spy(new ColorDrawable(Color.MAGENTA)); in testGetOpacity()
|
D | DrawableContainerTest.java | 309 Drawable mockDrawable = spy(new ColorDrawable(Color.MAGENTA)); in testSetColorFilter() 802 Drawable dr0 = spy(new ColorDrawable(Color.MAGENTA)); in testMutate()
|
D | DrawableWrapperTest.java | 251 Drawable mockDrawable = spy(new ColorDrawable(Color.MAGENTA)); in testSetAlpha()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ProgressBarTest.java | 570 Drawable mockIndeterminateDrawable = spy(new ColorDrawable(Color.MAGENTA)); in testIndeterminateTint() 605 Drawable mockIndeterminateDrawable = spy(new ColorDrawable(Color.MAGENTA)); in testIndeterminateTintBlendMode()
|