Home
last modified time | relevance | path

Searched defs:colors (Results 1 – 20 of 20) 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.java58 ColorStateList colors = ColorStateList.valueOf(Color.RED); in testAccessThumbTint() local
73 ColorStateList colors = ColorStateList.valueOf(Color.RED); in testAccessTrackTint() local
DTextViewTest.java440 ColorStateList colors = new ColorStateList(new int[][] { in testAccessTextColor() local
616 ColorStateList colors = new ColorStateList(new int[][] { in testAccessHintTextColor() local
644 ColorStateList colors = new ColorStateList(new int[][] { in testAccessLinkTextColor() local
3019 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.java1329 final int[] colors = new int[2008]; in testDrawBitmap4() local
1385 final int[] colors = new int[2008]; in testDrawBitmap6() local
1514 final int[] colors = new int[2008]; in testDrawBitmapMesh() local
1522 final int[] colors = new int[10]; in testDrawVertices() local
/cts/suite/cts/utils/
Dgrapher.py29 colors = { variable
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
DCube.java44 int colors[] = { in Cube() local
/cts/tests/tests/content/src/android/content/res/cts/
DColorStateListTest.java36 final int[] colors = new int[] { Color.RED, Color.BLUE }; in testColorStateList() local
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DTextureTestRenderer.java71 int[] colors = { in TextureTestRenderer() 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/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/text/src/android/text/cts/
DHtmlTest.java94 ForegroundColorSpan[] colors; in testColor() local
DTextUtilsTest.java1865 ColorStateList colors = new ColorStateList(new int[][] { in testWriteToParcel() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DMSSIMComparer.java110 private boolean isWindowWhite(int[] colors, int start, int stride) { in isWindowWhite()
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dgbemu.js1588 this.colors = [0xEFFFDE, 0xADD794, 0x529273, 0x183442]; //"Classic" GameBoy palette colors. property in GameBoyCore