/cts/tests/app/src/android/app/cts/ |
D | WallpaperColorsTest.java | 49 WallpaperColors colors = new WallpaperColors(colorList.get(0), colorList.get(1), in getWallpaperColorsTest() local 89 WallpaperColors colors = WallpaperColors.fromBitmap(bmp); in fromBitmapTest() local 99 WallpaperColors colors = WallpaperColors.fromDrawable(drawable); in fromDrawableTest() local
|
D | WallpaperManagerTest.java | 421 public void onColorsChanged(WallpaperColors colors, int which) { in onColorsChanged()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | SweepGradientTest.java | 63 final int[] colors = new int[] { Color.GREEN, Color.RED }; in test2Colors() local 73 final int[] colors = new int[] { Color.GREEN, Color.RED, Color.BLUE }; in testColorArray() local 84 final int[] colors = new int[] { Color.GREEN, Color.RED, Color.BLUE, Color.GREEN }; in testMultiColor() local 94 private void verifyColors(int[] colors, float[] positions, int tolerance) { in verifyColors()
|
D | BitmapTest.java | 208 int[] colors = createColors(100); in testCreateBitmap1() local 337 int[] colors = createColors(100); in testCreateBitmapFromColorsNegativeWidthHeight() local 345 int[] colors = createColors(100); in testCreateBitmapFromColorsIllegalStride() local 353 int[] colors = createColors(100); in testCreateBitmapFromColorsNegativeOffset() local 361 int[] colors = createColors(100); in testCreateBitmapFromColorsOffsetTooLarge() local 369 int[] colors = createColors(100); in testCreateBitmapFromColorsScalnlineTooLarge() local 377 int[] colors = createColors(100); in testCreateBitmap6() local 411 int[] colors = createColors(100); in testCreateBitmap_displayMetrics_mutable() local 420 int[] colors = createColors(100); in testCreateBitmap_displayMetrics_immutable() local 880 int[] colors = createColors(100); in testSetPixelsOnRecycled() local [all …]
|
D | ColorTest.java | 41 int colors [][] = { in resourceColor() local
|
D | CanvasTest.java | 1084 final int[] colors = new int[2008]; in testDrawBitmapInts() local 1131 final int[] colors = new int[2008]; in testDrawBitmapFloats() local 1217 final int[] colors = new int[2008]; in testDrawBitmapMesh() local 1226 final int[] colors = new int[10]; in testDrawVerticesTooFewVerts() local 1241 final int[] colors = new int[10]; in testDrawVerticesTooFewTexs() local 1256 final int[] colors = new int[10]; in testDrawVerticesTooFewColors() local 1271 final int[] colors = new int[10]; in testDrawVerticesTooFewIndices() local 1286 final int[] colors = new int[10]; in testDrawVertices() local
|
D | PaintFlagsDrawFilterTest.java | 120 int colors[] = new int [] { Color.WHITE, Color.BLACK }; in testPaintFlagsDrawFilter2() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SwitchTest.java | 96 ColorStateList colors = ColorStateList.valueOf(Color.RED); in testAccessThumbTint() local 113 ColorStateList colors = ColorStateList.valueOf(Color.RED); in testAccessTrackTint() 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/tests/tests/view/src/android/view/cts/ |
D | MenuItemTest.java | 82 ColorStateList colors = ColorStateList.valueOf(Color.RED); in testAccessIconTint() local
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | OrganizationInfoTest.java | 36 final int[] colors = { in testSetOrganizationColor() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | WideColorGamutTests.java | 80 private BitmapVerifier getVerifier(Point[] points, Color[] colors, float eps) { in getVerifier()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
D | SamplePointWideGamutVerifier.java | 36 public SamplePointWideGamutVerifier(Point[] points, Color[] colors, float eps) { in SamplePointWideGamutVerifier()
|
/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 | 111 ForegroundColorSpan[] colors = s.getSpans(0, s.length(), type); in testColor() local 158 ForegroundColorSpan[] colors = s.getSpans(0, s.length(), type); in testUseCssColor() local
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/ |
D | NavigationBarColorVerifier.java | 93 final int[] colors = new int[]{Color.RED, Color.GREEN, Color.BLUE}; in verify() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | TextureRender.java | 278 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()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | CtsMediaTextureRender.java | 282 int[] colors = new int[pixelCount]; in saveFrame() local
|
/cts/tests/tests/text/src/android/text/style/cts/ |
D | TextAppearanceSpanTest.java | 50 int[] colors = new int[] { Color.rgb(0, 0, 255), Color.BLACK }; in setup() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
D | MSSIMComparer.java | 79 private boolean isWindowWhite(int[] colors, int start, int stride) { in isWindowWhite()
|
/cts/tests/tests/view/src/android/view/textclassifier/cts/ |
D | TextClassifierValueObjectsTest.java | 309 final int[] colors = new int[numPixels]; in generateTestIcon() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | GradientDrawableTest.java | 348 int[] colors; in testSetColors() local
|