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

/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java318 * It is recommended to use {@link #ARGB_8888} instead of this
322 * it is advised to use {@link #ARGB_8888} instead.
335 ARGB_8888 (6); enum constant in enum:Bitmap.Config
341 null, null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888
567 Config newConfig = Config.ARGB_8888;
569 // GIF files generate null configs, assume ARGB_8888
580 case ARGB_8888:
582 newConfig = Config.ARGB_8888;
599 bitmap = createBitmap(neww, newh, transformed ? Config.ARGB_8888 : newConfig,
659 * @param hasAlpha If the bitmap is ARGB_8888 thi
[all...]

Completed in 183 milliseconds