/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | PackageUtil.java | 154 Bitmap bmp = BitmapFactory.decodeByteArray(b, 0, b.length); in AppSnippet() local 173 Bitmap bmp = getBitmapFromDrawable(icon); in writeToParcel() local 182 final Bitmap bmp = Bitmap.createBitmap(drawable.getIntrinsicWidth(), in getBitmapFromDrawable() local 201 private byte[] getBytesFromBitmap(Bitmap bmp) { in getBytesFromBitmap()
|
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
D | VectorDrawablePerfTest.java | 65 Bitmap bmp = Bitmap.createBitmap(w, h, conf); in testBitmapDrawPerf() local
|
/frameworks/libs/systemui/toruslib/torus-wallpaper-settings/src/main/java/com/google/android/torus/settings/inlinecontrol/ |
D | ColorChipsRowBuilder.kt | 163 val bmp = Bitmap.createBitmap(iconWidth, iconHeight, Bitmap.Config.ARGB_8888) in makeColorOption() constant
|
/frameworks/base/services/core/java/com/android/server/graphics/fonts/ |
D | OtfFontFileParser.java | 109 Bitmap bmp = Bitmap.createBitmap( in tryToCreateTypeface() local
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
D | ReusableBitmap.java | 27 public final Bitmap bmp; field in ReusableBitmap
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowDragController.java | 181 final Bitmap bmp = Bitmap.createBitmap(drawable.getIntrinsicWidth(), in getBitmapFromDrawable() local
|
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioMetadata.java | 483 Bitmap bmp = null; in getBitmap() local 657 Bitmap bmp = (Bitmap) value; in Builder() local 801 private Bitmap scaleBitmap(Bitmap bmp, int maxSize) { in scaleBitmap() 842 Bitmap bmp = null; in putBitmapFromNative() local
|
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/ |
D | GenImage.java | 256 Bitmap bmp = Bitmap.createBitmap(512, 512, Bitmap.Config.ARGB_8888); in draw() local
|
/frameworks/base/media/java/android/media/ |
D | MediaMetadata.java | 519 Bitmap bmp = null; in getBitmap() local 967 Bitmap bmp = (Bitmap) value; in build() local 978 private Bitmap scaleBitmap(Bitmap bmp, int maxDimension) { in scaleBitmap()
|
D | MediaFile.java | 123 addFileType(MtpConstants.FORMAT_BMP, "image/x-ms-bmp"); in addFileType()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
D | MediaOutputBroadcastDialog.java | 396 final Bitmap bmp = QrCodeGenerator.encodeQrCode(broadcastMetadata, qrcodeSize); in setQrCodeView() local
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 397 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); in rsnAllocationCreateFromBitmap() 398 synchronized long nAllocationCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCreateFromBitmap() 403 …native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, i… in rsnAllocationCreateBitmapBackedAllocation() 404 …synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, int usag… in nAllocationCreateBitmapBackedAllocation() 410 …native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage… in rsnAllocationCubeCreateFromBitmap() 411 synchronized long nAllocationCubeCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCubeCreateFromBitmap() 415 native long rsnAllocationCreateBitmapRef(long con, long type, Bitmap bmp); in rsnAllocationCreateBitmapRef() 416 synchronized long nAllocationCreateBitmapRef(long type, Bitmap bmp) { in nAllocationCreateBitmapRef() 426 native void rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyToBitmap() 427 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { in nAllocationCopyToBitmap() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserSwitchingDialog.java | 150 final Bitmap bmp = ObjectUtils.getOrElse(BitmapFactory.decodeFile(mNewUser.iconPath), in getUserIconRounded() local
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | BasicBitmapDrawable.java | 263 protected void setBitmap(ReusableBitmap bmp) { in setBitmap()
|
D | ExtendedBitmapDrawable.java | 202 protected void setBitmap(ReusableBitmap bmp) { in setBitmap()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 456 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, in rsnAllocationCreateFromBitmap() 458 synchronized long nAllocationCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCreateFromBitmap() 463 native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, in rsnAllocationCreateBitmapBackedAllocation() 465 synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, in nAllocationCreateBitmapBackedAllocation() 471 native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, in rsnAllocationCubeCreateFromBitmap() 473 synchronized long nAllocationCubeCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCubeCreateFromBitmap() 478 native void rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyToBitmap() 479 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { in nAllocationCopyToBitmap() 534 native void rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyFromBitmap() 535 synchronized void nAllocationCopyFromBitmap(long alloc, Bitmap bmp) { in nAllocationCopyFromBitmap()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
D | Bridge.java | 717 public static void setCachedBitmap(String value, Bitmap bmp, Object projectKey) { in setCachedBitmap()
|
/frameworks/base/core/java/android/content/pm/ |
D | LauncherApps.java | 1762 final Bitmap bmp = BitmapFactory.decodeFileDescriptor(pfd.getFileDescriptor()); in loadDrawableFromFileDescriptor() local 1790 final Bitmap bmp = BitmapFactory.decodeFileDescriptor(pfd.getFileDescriptor()); in getShortcutIcon() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 903 Bitmap bmp; in testIcons() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaControlPanelTest.kt | 2564 val bmp = Bitmap.createBitmap(10, 10, Bitmap.Config.ARGB_8888) in <lambda>() constant
|