/cts/tests/tests/text/src/android/text/style/cts/ |
D | TextAppearanceSpanTest.java | 33 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/ |
D | SwitchTest.java | 66 ColorStateList colors = ColorStateList.valueOf(Color.RED); in testAccessThumbTint() local 79 ColorStateList colors = ColorStateList.valueOf(Color.RED); in testAccessTrackTint() local
|
D | TextViewTest.java | 448 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/ |
D | SweepGradientTest.java | 53 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()
|
D | BitmapTest.java | 182 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
|
D | PaintFlagsDrawFilterTest.java | 116 int colors[] = new int [] { Color.WHITE, Color.BLACK }; in testPaintFlagsDrawFilter2() local
|
D | CanvasTest.java | 1440 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/ |
D | grapher.py | 29 colors = { variable
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ColorStateListTest.java | 40 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/ |
D | Cube.java | 44 int colors[] = { in Cube() local
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | OrganizationInfoTest.java | 36 final int[] colors = { in testSetOrganizationColor() local
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | TextureTestRenderer.java | 71 int[] colors = { in TextureTestRenderer() local
|
/cts/tests/tests/text/src/android/text/cts/ |
D | HtmlTest.java | 102 ForegroundColorSpan[] colors = s.getSpans(0, s.length(), type); in testColor() local 148 ForegroundColorSpan[] colors = s.getSpans(0, s.length(), type); in testUseCssColor() local
|
D | TextUtilsTest.java | 1876 ColorStateList colors = new ColorStateList(new int[][] { in testWriteToParcel() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | TextureRender.java | 278 int[] colors = new int[pixelCount]; in saveFrame() local
|
D | ImageReaderDecoderTest.java | 634 int[][] colors = new int[][] { in validateSwirl() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | CtsMediaTextureRender.java | 282 int[] colors = new int[pixelCount]; in saveFrame() local
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | RendererOneColorBufferTest.java | 81 public RendererOneColorBufferTest(Context context, float[] colors, CountDownLatch latch) { in RendererOneColorBufferTest()
|
D | FramebufferTest.java | 612 int[] colors = new int[pixelCount]; in saveFrame() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
D | MSSIMComparer.java | 110 private boolean isWindowWhite(int[] colors, int start, int stride) { in isWindowWhite()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | GradientDrawableTest.java | 307 int[] colors; in testSetColors() local
|
D | NinePatchDrawableTest.java | 332 int[] colors = new int[sourceWidth * sourceHeight]; in testInflate() local
|