Home
last modified time | relevance | path

Searched defs:colors (Results 1 – 25 of 38) sorted by relevance

12

/cts/tests/tests/widget/src/android/widget/cts/
DSwitchTest.java98 ColorStateList colors = ColorStateList.valueOf(Color.RED); in testAccessThumbTint() local
115 ColorStateList colors = ColorStateList.valueOf(Color.RED); in testAccessThumbTintBlendMode() local
132 ColorStateList colors = ColorStateList.valueOf(Color.RED); in testAccessTrackTint() local
149 ColorStateList colors = ColorStateList.valueOf(Color.RED); in testAccessTrackTintBlendMode() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DBitmapBlendModeTest.java50 int[] colors = {Color.RED, Color.RED, Color.RED, Color.RED, Color.RED}; in testClearBlendMode() local
64 int[] colors = {Color.WHITE, Color.WHITE, Color.WHITE, Color.WHITE, Color.RED}; in testDstOutBlendMode() local
DCanvasTests.java86 int[] colors = { in testDrawDoubleRoundRect() local
127 int[] colors = { in testDrawDoubleRoundRectWithRadii() local
479 final int[] colors = new int[10]; in testDrawVerticesTooFewVerts() local
495 final int[] colors = new int[10]; in testDrawVerticesTooFewTexs() local
511 final int[] colors = new int[10]; in testDrawVerticesTooFewColors() local
527 final int[] colors = new int[10]; in testDrawVerticesTooFewIndices() local
DExactCanvasTests.java281 int[] colors = new int[] { Color.BLACK, Color.BLACK, Color.BLACK }; in testBlackTriangleVertices() local
342 int[] colors = new int[] { Color.BLACK, Color.BLACK, Color.BLACK }; in testBlackTriangleVertices2() local
DBlendModeColorFilterTest.java87 private void testBlendModeColorFilter(int filterColor, BlendMode mode, int[] colors) { in testBlendModeColorFilter()
DWideColorGamutTests.java88 private BitmapVerifier getVerifier(Point[] points, Color[] colors, float eps) { in getVerifier()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testclasses/
DBitmapBlendModeTest.java51 int[] colors = {Color.WHITE, Color.WHITE, Color.WHITE, Color.WHITE, Color.RED}; in testClearBlendMode() local
65 int[] colors = {Color.WHITE, Color.WHITE, Color.WHITE, Color.WHITE, Color.RED}; in testDstOutBlendMode() local
/cts/tests/app/src/android/app/cts/
DWallpaperColorsTest.java47 WallpaperColors colors = new WallpaperColors(colorList.get(0), colorList.get(1), in getWallpaperColorsTest() local
87 WallpaperColors colors = WallpaperColors.fromBitmap(bmp); in fromBitmapTest() local
97 WallpaperColors colors = WallpaperColors.fromDrawable(drawable); in fromDrawableTest() local
DWallpaperManagerTest.java255 WallpaperColors colors = mWallpaperManager.getWallpaperColors( in wallpaperColors_primary() local
286 WallpaperColors colors = mWallpaperManager.getWallpaperColors( in wallpaperColors_secondary() local
479 public void onColorsChanged(WallpaperColors colors, int which) { in onColorsChanged()
/cts/tests/tests/graphics/src/android/graphics/cts/
DSweepGradientTest.java68 final int[] colors = new int[] { Color.GREEN, Color.RED }; in test2Colors() local
78 final int[] colors = new int[] { Color.GREEN, Color.RED, Color.BLUE }; in testColorArray() local
89 final int[] colors = new int[] { Color.GREEN, Color.RED, Color.BLUE, Color.GREEN }; in testMultiColor() local
99 private void verifyColors(int[] colors, float[] positions, int tolerance) { in verifyColors()
177 int[] colors = null; in testNullColorInts() local
183 long[] colors = null; in testNullColorLongs() local
209 long[] colors = new long[2]; in testMismatchColorLongs() local
234 long[] colors = new long[2]; in testInvalidColorLongs() local
DRadialGradientTest.java140 int[] colors = null; in testNullColorInts() local
146 long[] colors = null; in testNullColorLongs() local
172 long[] colors = new long[2]; in testMismatchColorLongs() local
197 long[] colors = new long[2]; in testInvalidColorLongs() local
DBitmapTest.java233 int[] colors = createColors(100); in testCreateBitmap1() local
387 int[] colors = createColors(100); in testCreateBitmapFromColorsNegativeWidthHeight() local
395 int[] colors = createColors(100); in testCreateBitmapFromColorsIllegalStride() local
403 int[] colors = createColors(100); in testCreateBitmapFromColorsNegativeOffset() local
411 int[] colors = createColors(100); in testCreateBitmapFromColorsOffsetTooLarge() local
419 int[] colors = createColors(100); in testCreateBitmapFromColorsScalnlineTooLarge() local
427 int[] colors = createColors(100); in testCreateBitmap6() local
462 int[] colors = createColors(100); in testCreateBitmap_displayMetrics_mutable() local
489 int[] colors = createColors(100); in testCreateBitmap_displayMetrics_immutable() local
503 int[] colors = createColors(100); in testCreateBitmap_noDisplayMetrics_immutable() local
[all …]
DColorTest.java47 int colors [][] = { in resourceColor() local
DPaintFlagsDrawFilterTest.java121 int colors[] = new int [] { Color.WHITE, Color.BLACK }; in testPaintFlagsDrawFilter2() local
/cts/suite/cts/utils/
Dgrapher.py29 colors = { variable
/cts/tests/tests/content/src/android/content/res/cts/
DColorStateListTest.java40 final int[] colors = new int[]{Color.RED, Color.BLUE}; in testConstructor() local
89 final int[] colors = new int[]{Color.RED, Color.BLUE}; in testWithAlpha() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
DCube.java44 int colors[] = { in Cube() local
/cts/tests/tests/view/src/android/view/cts/
DMenuItemTest.java83 ColorStateList colors = ColorStateList.valueOf(Color.RED); in testAccessIconTint() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DOrganizationInfoTest.java36 final int[] colors = { in testSetOrganizationColor() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DSamplePointWideGamutVerifier.java33 public SamplePointWideGamutVerifier(Point[] points, Color[] colors, float eps) { in SamplePointWideGamutVerifier()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DColorStateListDrawableTest.java56 final int[] colors = new int[]{Color.RED, Color.BLUE}; in setup() local
106 final int[] colors = new int[]{Color.MAGENTA, Color.CYAN}; in testHasFocusStateSpecified() local
DGradientDrawableTest.java353 int[] colors; in testSetColors() local
707 int[] colors = drawable.getColors(); in testInflationWithThemeAndNonThemeResources() local
710 assertEquals(context.getColor(R.color.colorPrimary), colors[1]); in testInflationWithThemeAndNonThemeResources() local
711 assertEquals(context.getColor(R.color.colorPrimaryDark), colors[2]); in testInflationWithThemeAndNonThemeResources() local
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DTextureTestRenderer.java71 int[] colors = { in TextureTestRenderer() local
/cts/tests/tests/text/src/android/text/cts/
DHtmlTest.java112 ForegroundColorSpan[] colors = s.getSpans(0, s.length(), type); in testColor() local
159 ForegroundColorSpan[] colors = s.getSpans(0, s.length(), type); in testUseCssColor() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DNavigationBarColorVerifier.java94 final int[] colors = new int[]{Color.RED, Color.GREEN, Color.BLUE}; in verify() local

12