Searched refs:HARDWARE (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/services/core/java/com/android/server/lights/
H A DLight.java25 public static final int LIGHT_FLASH_HARDWARE = Flash.HARDWARE;
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java397 * is {@link Config#HARDWARE}.
400 if (getConfig() == Config.HARDWARE) {
531 HARDWARE (7); enum constant in enum:Bitmap.Config
536 null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888, RGBA_F16, HARDWARE
561 * @throws IllegalStateException if the bitmap's config is {@link Config#HARDWARE}
565 + "pixel access is not supported on Config#HARDWARE bitmaps");
603 * @throws IllegalStateException if the bitmap's config is {@link Config#HARDWARE}
607 checkHardware("unable to copyPixelsFromBuffer, Config#HARDWARE bitmaps are immutable");
637 if (getConfig() == Config.HARDWARE) {
654 * @throws IllegalArgumentException if config is {@link Config#HARDWARE} an
[all...]
H A DBitmapFactory.java110 * {@link android.graphics.Bitmap.Config#HARDWARE},
441 if (opts.inBitmap != null && opts.inBitmap.getConfig() == Bitmap.Config.HARDWARE) {
445 if (opts.inMutable && opts.inPreferredConfig == Bitmap.Config.HARDWARE) {
446 throw new IllegalArgumentException("Bitmaps with Config.HARDWARE cannot be " +
474 * is {@link android.graphics.Bitmap.Config#HARDWARE}
518 * is {@link android.graphics.Bitmap.Config#HARDWARE}
559 * is {@link android.graphics.Bitmap.Config#HARDWARE}
619 * is {@link android.graphics.Bitmap.Config#HARDWARE}
703 * is {@link android.graphics.Bitmap.Config#HARDWARE}
787 * is {@link android.graphics.Bitmap.Config#HARDWARE}
[all...]
H A DBaseCanvas.java556 if (!isHardwareAccelerated() && bitmap.getConfig() == Bitmap.Config.HARDWARE) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotLoader.java78 options.inPreferredConfig = Config.HARDWARE;
/frameworks/base/core/java/android/app/
H A DSharedElementCallback.java183 if (bitmap.getConfig() != Bitmap.Config.HARDWARE) {
H A DActivityOptions.java1420 final Bitmap hwBitmap = mThumbnail.copy(Config.HARDWARE, false /* isMutable */);
H A DWallpaperManager.java463 options.inPreferredConfig = Bitmap.Config.HARDWARE;
831 * @see Bitmap.Config#HARDWARE
/frameworks/base/services/core/jni/
H A Dcom_android_server_lights_LightsService.cpp84 flash != static_cast<jint>(Flash::HARDWARE)) {
/frameworks/base/core/java/android/os/
H A DBuild.java99 public static final String HARDWARE = getString("ro.hardware"); field in class:Build
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DShadowKeyDrawable.java174 bitmap = bitmap.copy(Bitmap.Config.HARDWARE, false);
/frameworks/base/cmds/incident_helper/src/parsers/
H A DSystemPropertiesParser.cpp145 ro.addSubMessage(SystemPropertiesProto::Ro::HARDWARE, &hardware);
/frameworks/base/core/tests/coretests/src/android/transition/
H A DFadeTransitionTest.java149 assertEquals(Bitmap.Config.HARDWARE, bitmap.getConfig());

Completed in 5657 milliseconds