Home
last modified time | relevance | path

Searched refs:HARDWARE (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DBitmap.java422 if (getConfig() == Config.HARDWARE) { in checkHardware()
553 HARDWARE (7); enumConstant
559 null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888, RGBA_F16, HARDWARE
661 if (getConfig() == Config.HARDWARE) { in noteHardwareBitmapSlowCall()
685 if (config == Config.HARDWARE && isMutable) { in copy()
891 boolean isHardware = source.getConfig() == Config.HARDWARE; in createBitmap()
974 return bitmap.copy(Config.HARDWARE, false); in createBitmap()
1115 if (config == Config.HARDWARE) { in createBitmap()
1268 return createBitmap(source, source.getWidth(), source.getHeight(), Config.HARDWARE); in createBitmap()
1297 if (source.requiresHardwareAcceleration() && config != Config.HARDWARE) { in createBitmap()
[all …]
DBitmapFactory.java440 if (opts.inBitmap.getConfig() == Bitmap.Config.HARDWARE) { in validate()
450 if (opts.inMutable && opts.inPreferredConfig == Bitmap.Config.HARDWARE) { in validate()
DBaseCanvas.java638 if (!isHardwareAccelerated() && bitmap.getConfig() == Bitmap.Config.HARDWARE) { in throwIfHwBitmapInSwMode()
/frameworks/base/services/core/java/com/android/server/lights/
DLight.java25 public static final int LIGHT_FLASH_HARDWARE = Flash.HARDWARE;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DSystemInfo.java126 return Build.HARDWARE + "." + SystemProperties.get("ro.revision", "0"); in getHwVersion()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotLoader.java78 options.inPreferredConfig = Config.HARDWARE; in loadTask()
/frameworks/base/services/core/jni/
Dcom_android_server_lights_LightsService.cpp54 flash != static_cast<jint>(Flash::HARDWARE)) { in validate()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DPictureCaptureDemo.java77 iv2.setImageBitmap(Bitmap.createBitmap(picture, 100, 100, Bitmap.Config.HARDWARE)); in onCreate()
/frameworks/base/core/java/android/app/
DSharedElementCallback.java186 if (bitmap.getConfig() != Bitmap.Config.HARDWARE) { in onCaptureSharedElementSnapshot()
DActivityOptions.java1478 final Bitmap hwBitmap = mThumbnail.copy(Config.HARDWARE, false /* isMutable */); in toBundle()
DWallpaperManager.java467 options.inPreferredConfig = Bitmap.Config.HARDWARE; in getCurrentWallpaperLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonDrawable.java309 bitmap = bitmap.copy(Bitmap.Config.HARDWARE, false); in regenerateBitmapIconCache()
346 bitmap = bitmap.copy(Bitmap.Config.HARDWARE, false); in regenerateBitmapShadowCache()
/frameworks/base/core/java/android/os/
DBuild.java105 public static final String HARDWARE = getString("ro.hardware"); field in Build
/frameworks/base/core/tests/coretests/src/android/transition/
DFadeTransitionTest.java150 assertEquals(Bitmap.Config.HARDWARE, bitmap.getConfig()); in testSnapshotView()
/frameworks/base/cmds/incident_helper/src/parsers/
DSystemPropertiesParser.cpp145 ro.addSubMessage(SystemPropertiesProto::Ro::HARDWARE, &hardware); in Parse()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...