Home
last modified time | relevance | path

Searched defs:argb (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/systemui/src/android/systemui/cts/
DColorUtils.java24 public static float brightness(int argb) { in brightness()
34 public static float hue(int argb) { in hue()
/cts/tests/tests/graphics/src/android/graphics/cts/
DYuvImageTest.java195 int[] argb = new int[stride * height]; in testGetYuvData() local
232 int[] argb = new int [stride * height]; in generateYuvImage() local
297 private byte[] convertArgbsToYuvs(int[] argb, int width, int height, in convertArgbsToYuvs()
380 private void argb2yuv(int argb, byte[] yuv) { in argb2yuv()
391 int[] argb = new int[WIDTH * HEIGHT]; in verifyParameters() local
DBitmapFactoryTest.java880 Bitmap argb = Bitmap.createBitmap(gray.getWidth(), gray.getHeight(), Config.ARGB_8888); in grayToARGB() local
/cts/hostsidetests/theme/src/android/theme/cts/
DColorUtils.java62 public static int argb(int alpha, int red, int green, int blue) { in argb() method in ColorUtils