D | ParcelableColorSpaceTest.java | 75 float[] xyz = new float[] {1f, 2f, 3f, 4f, 5f, 6f, 7f, 8f, 9f}; in testReadWriteCustom() local 76 ColorSpace colorSpace = new ColorSpace.Rgb("DemoSpace", xyz, 1.9); in testReadWriteCustom() 96 float[] xyz = new float[] {1f, 2f, 3f, 4f, 5f, 6f, 7f, 8f, 9f}; in testWriteInvalid() local 97 ColorSpace colorSpace = new ColorSpace.Rgb("DemoSpace", xyz, in testWriteInvalid() 114 float[] xyz = new float[] {1f, 2f, 3f, 4f, 5f, 6f, 7f, 8f, 9f}; in testIsParceableCustom() local 115 ColorSpace colorSpace = new ColorSpace.Rgb("DemoSpace", xyz, 1.9); in testIsParceableCustom() 123 float[] xyz = new float[] {1f, 2f, 3f, 4f, 5f, 6f, 7f, 8f, 9f}; in testIsParcelableInvalid() local 124 ColorSpace colorSpace = new ColorSpace.Rgb("DemoSpace", xyz, in testIsParcelableInvalid()
|