/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 422 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 …]
|
D | BitmapFactory.java | 440 if (opts.inBitmap.getConfig() == Bitmap.Config.HARDWARE) { in validate() 450 if (opts.inMutable && opts.inPreferredConfig == Bitmap.Config.HARDWARE) { in validate()
|
D | BaseCanvas.java | 638 if (!isHardwareAccelerated() && bitmap.getConfig() == Bitmap.Config.HARDWARE) { in throwIfHwBitmapInSwMode()
|
/frameworks/base/services/core/java/com/android/server/lights/ |
D | Light.java | 25 public static final int LIGHT_FLASH_HARDWARE = Flash.HARDWARE;
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | SystemInfo.java | 126 return Build.HARDWARE + "." + SystemProperties.get("ro.revision", "0"); in getHwVersion()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskSnapshotLoader.java | 78 options.inPreferredConfig = Config.HARDWARE; in loadTask()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_lights_LightsService.cpp | 54 flash != static_cast<jint>(Flash::HARDWARE)) { in validate()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PictureCaptureDemo.java | 77 iv2.setImageBitmap(Bitmap.createBitmap(picture, 100, 100, Bitmap.Config.HARDWARE)); in onCreate()
|
/frameworks/base/core/java/android/app/ |
D | SharedElementCallback.java | 186 if (bitmap.getConfig() != Bitmap.Config.HARDWARE) { in onCaptureSharedElementSnapshot()
|
D | ActivityOptions.java | 1478 final Bitmap hwBitmap = mThumbnail.copy(Config.HARDWARE, false /* isMutable */); in toBundle()
|
D | WallpaperManager.java | 467 options.inPreferredConfig = Bitmap.Config.HARDWARE; in getCurrentWallpaperLocked()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyButtonDrawable.java | 309 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/ |
D | Build.java | 105 public static final String HARDWARE = getString("ro.hardware"); field in Build
|
/frameworks/base/core/tests/coretests/src/android/transition/ |
D | FadeTransitionTest.java | 150 assertEquals(Bitmap.Config.HARDWARE, bitmap.getConfig()); in testSnapshotView()
|
/frameworks/base/cmds/incident_helper/src/parsers/ |
D | SystemPropertiesParser.cpp | 145 ro.addSubMessage(SystemPropertiesProto::Ro::HARDWARE, &hardware); in Parse()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |