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

/frameworks/base/core/java/android/os/
H A DBuild.java96 public static final String HARDWARE = getString("ro.hardware"); field in class:Build
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java380 * is {@link Config#HARDWARE}.
383 if (getConfig() == Config.HARDWARE) {
499 HARDWARE (7); enum constant in enum:Bitmap.Config
504 null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888, RGBA_F16, HARDWARE
529 * @throws IllegalStateException if the bitmap's config is {@link Config#HARDWARE}
533 + "pixel access is not supported on Config#HARDWARE bitmaps");
571 * @throws IllegalStateException if the bitmap's config is {@link Config#HARDWARE}
575 checkHardware("unable to copyPixelsFromBuffer, Config#HARDWARE bitmaps are immutable");
605 if (getConfig() == Config.HARDWARE) {
622 * @throws IllegalArgumentException if config is {@link Config#HARDWARE} an
[all...]

Completed in 76 milliseconds