Searched defs:RGB_565 (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DImageFormat.java26 /** RGB format used for pictures encoded as RGB_565
29 public static final int RGB_565 = 4; field in class:ImageFormat
69 case RGB_565: return 16;
H A DPixelFormat.java40 public static final int RGB_565 = 4; field in class:PixelFormat
H A DBitmap.java217 RGB_565 (4), enum constant in enum:Bitmap.Config
231 null, null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888
424 source.hasAlpha() ? Config.ARGB_8888 : Config.RGB_565);
435 bitmap = createBitmap(neww, newh, hasAlpha ? Config.ARGB_8888 : Config.RGB_565);
486 * support per-pixel alpha (e.g. RGB_565), then the alpha
518 * support per-pixel alpha (e.g. RGB_565), then the alpha
689 * this is always false (e.g. RGB_565), since they do not support per-pixel
702 * Note, for some configs (e.g. RGB_565) this call is ignore, since it does
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap.java57 RGB_565 (4), enum constant in enum:Bitmap.Config
71 null, null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888
205 * support per-pixel alpha (e.g. RGB_565), then the alpha
237 * support per-pixel alpha (e.g. RGB_565), then the alpha
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java136 public static Element RGB_565(RenderScript rs) { method in class:Element

Completed in 309 milliseconds