Home
last modified time | relevance | path

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

12

/cts/tests/app/src/android/app/cts/
DWallpaperColorsTest.java49 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
DWallpaperManagerTest.java421 public void onColorsChanged(WallpaperColors colors, int which) { in onColorsChanged()
/cts/tests/tests/graphics/src/android/graphics/cts/
DSweepGradientTest.java63 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()
DBitmapTest.java208 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 …]
DColorTest.java41 int colors [][] = { in resourceColor() local
DCanvasTest.java1084 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
DPaintFlagsDrawFilterTest.java120 int colors[] = new int [] { Color.WHITE, Color.BLACK }; in testPaintFlagsDrawFilter2() local
/cts/tests/tests/widget/src/android/widget/cts/
DSwitchTest.java96 ColorStateList colors = ColorStateList.valueOf(Color.RED); in testAccessThumbTint() local
113 ColorStateList colors = ColorStateList.valueOf(Color.RED); in testAccessTrackTint() 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.java82 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/testclasses/
DWideColorGamutTests.java80 private BitmapVerifier getVerifier(Point[] points, Color[] colors, float eps) { in getVerifier()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DSamplePointWideGamutVerifier.java36 public SamplePointWideGamutVerifier(Point[] points, Color[] colors, float eps) { in SamplePointWideGamutVerifier()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DTextureTestRenderer.java71 int[] colors = { in TextureTestRenderer() local
/cts/tests/tests/text/src/android/text/cts/
DHtmlTest.java111 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/
DNavigationBarColorVerifier.java93 final int[] colors = new int[]{Color.RED, Color.GREEN, Color.BLUE}; in verify() local
/cts/tests/tests/media/src/android/media/cts/
DTextureRender.java278 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()
/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/style/cts/
DTextAppearanceSpanTest.java50 int[] colors = new int[] { Color.rgb(0, 0, 255), Color.BLACK }; in setup() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DMSSIMComparer.java79 private boolean isWindowWhite(int[] colors, int start, int stride) { in isWindowWhite()
/cts/tests/tests/view/src/android/view/textclassifier/cts/
DTextClassifierValueObjectsTest.java309 final int[] colors = new int[numPixels]; in generateTestIcon() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DGradientDrawableTest.java348 int[] colors; in testSetColors() local

12