Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/style/cts/
DTextAppearanceSpanTest.java33 int[] colors = new int[] { Color.rgb(0, 0, 255), Color.BLACK }; in testConstructor() local
70 int[] colors = new int[] { Color.rgb(0, 0, 255), Color.BLACK }; in testGetFamily() local
79 int[] colors = new int[] { Color.rgb(0, 0, 255), Color.BLACK }; in testUpdateMeasureState() local
101 int[] colors = new int[] { Color.rgb(0, 0, 255), Color.BLACK }; in testGetTextColor() local
119 int[] colors = new int[] { Color.rgb(0, 0, 255), Color.BLACK }; in testGetTextSize() local
134 int[] colors = new int[] { Color.rgb(0, 0, 255), Color.BLACK }; in testGetTextStyle() local
143 int[] colors = new int[] { Color.rgb(0, 0, 255), Color.BLACK }; in testGetLinkTextColor() local
155 int[] colors = new int[] { Color.rgb(0, 0, 255), Color.BLACK }; in testUpdateDrawState() local
/cts/tests/tests/widget/src/android/widget/cts/
DSwitchTest.java66 ColorStateList colors = ColorStateList.valueOf(Color.RED); in testAccessThumbTint() local
79 ColorStateList colors = ColorStateList.valueOf(Color.RED); in testAccessTrackTint() local
DTextViewTest.java448 ColorStateList colors = new ColorStateList(new int[][] { in testAccessTextColor() local
624 ColorStateList colors = new ColorStateList(new int[][] { in testAccessHintTextColor() local
652 ColorStateList colors = new ColorStateList(new int[][] { in testAccessLinkTextColor() local
3546 ColorStateList colors = ColorStateList.valueOf(Color.RED); in testAccessCompoundDrawableTint() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DSweepGradientTest.java53 final int[] colors = new int[] { Color.GREEN, Color.RED }; in test2Colors() local
62 final int[] colors = new int[] { Color.GREEN, Color.RED, Color.BLUE }; in testColorArray() local
72 final int[] colors = new int[] { Color.GREEN, Color.RED, Color.BLUE, Color.GREEN }; in testMultiColor() local
82 private void checkColors(int[] colors, float[] positions, int tolerance) { in checkColors()
DBitmapTest.java182 int[] colors = createColors(100); in testCreateBitmap1() local
265 int[] colors = createColors(100); in testCreateBitmap6() local
722 int[] colors = createColors(100); in testSetPixels() local
1022 int[] colors = new int[size]; in createColors() local
DPaintFlagsDrawFilterTest.java116 int colors[] = new int [] { Color.WHITE, Color.BLACK }; in testPaintFlagsDrawFilter2() local
DCanvasTest.java1440 final int[] colors = new int[2008]; in testDrawBitmap4() local
1496 final int[] colors = new int[2008]; in testDrawBitmap6() local
1625 final int[] colors = new int[2008]; in testDrawBitmapMesh() local
1633 final int[] colors = new int[10]; in testDrawVertices() 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/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DOrganizationInfoTest.java36 final int[] colors = { in testSetOrganizationColor() 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.java102 ForegroundColorSpan[] colors = s.getSpans(0, s.length(), type); in testColor() local
148 ForegroundColorSpan[] colors = s.getSpans(0, s.length(), type); in testUseCssColor() local
DTextUtilsTest.java1876 ColorStateList colors = new ColorStateList(new int[][] { in testWriteToParcel() local
/cts/tests/tests/media/src/android/media/cts/
DTextureRender.java278 int[] colors = new int[pixelCount]; in saveFrame() local
DImageReaderDecoderTest.java634 int[][] colors = new int[][] { in validateSwirl() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DCtsMediaTextureRender.java282 int[] colors = new int[pixelCount]; in saveFrame() local
/cts/tests/tests/opengl/src/android/opengl/cts/
DRendererOneColorBufferTest.java81 public RendererOneColorBufferTest(Context context, float[] colors, CountDownLatch latch) { in RendererOneColorBufferTest()
DFramebufferTest.java612 int[] colors = new int[pixelCount]; in saveFrame() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DMSSIMComparer.java110 private boolean isWindowWhite(int[] colors, int start, int stride) { in isWindowWhite()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DGradientDrawableTest.java307 int[] colors; in testSetColors() local
DNinePatchDrawableTest.java332 int[] colors = new int[sourceWidth * sourceHeight]; in testInflate() local