/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/opt/bitmap/src/com/android/bitmap/ |
D | ReusableBitmap.java | 27 public final Bitmap bmp; field in ReusableBitmap
|
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioMetadata.java | 385 Bitmap bmp = null; in getBitmap() local 523 Bitmap bmp = (Bitmap) value; in Builder() local 632 private Bitmap scaleBitmap(Bitmap bmp, int maxSize) { in scaleBitmap() 673 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 | 504 Bitmap bmp = null; in getBitmap() local 754 Bitmap bmp = (Bitmap) value; in Builder() local 931 private Bitmap scaleBitmap(Bitmap bmp, int maxSize) { in scaleBitmap()
|
D | MediaFile.java | 123 addFileType(MtpConstants.FORMAT_BMP, "image/x-ms-bmp"); in addFileType()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 326 LoadUriTask(int imageResourceId, Uri uri, int extraCount, Bitmap bmp) { in LoadUriTask() 389 final Bitmap bmp = loadThumbnail(uri, new Size(size, size)); in loadUriIntoView() local
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 392 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); in rsnAllocationCreateFromBitmap() 393 synchronized long nAllocationCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCreateFromBitmap() 398 …native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, i… in rsnAllocationCreateBitmapBackedAllocation() 399 …synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, int usag… in nAllocationCreateBitmapBackedAllocation() 405 …native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage… in rsnAllocationCubeCreateFromBitmap() 406 synchronized long nAllocationCubeCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCubeCreateFromBitmap() 410 native long rsnAllocationCreateBitmapRef(long con, long type, Bitmap bmp); in rsnAllocationCreateBitmapRef() 411 synchronized long nAllocationCreateBitmapRef(long type, Bitmap bmp) { in nAllocationCreateBitmapRef() 421 native void rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyToBitmap() 422 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { in nAllocationCopyToBitmap() [all …]
|
/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/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
D | Bridge.java | 616 public static void setCachedBitmap(String value, Bitmap bmp, Object projectKey) { in setCachedBitmap()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationMediaManager.java | 533 @Nullable Bitmap bmp) { in finishUpdateMediaMetaData()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 451 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, in rsnAllocationCreateFromBitmap() 453 synchronized long nAllocationCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCreateFromBitmap() 458 native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, in rsnAllocationCreateBitmapBackedAllocation() 460 synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, in nAllocationCreateBitmapBackedAllocation() 466 native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, in rsnAllocationCubeCreateFromBitmap() 468 synchronized long nAllocationCubeCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCubeCreateFromBitmap() 473 native void rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyToBitmap() 474 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { in nAllocationCopyToBitmap() 529 native void rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyFromBitmap() 530 synchronized void nAllocationCopyFromBitmap(long alloc, Bitmap bmp) { in nAllocationCopyFromBitmap()
|
/frameworks/base/core/java/android/content/pm/ |
D | LauncherApps.java | 1322 final Bitmap bmp = BitmapFactory.decodeFileDescriptor(pfd.getFileDescriptor()); in loadDrawableFromFileDescriptor() local 1350 final Bitmap bmp = BitmapFactory.decodeFileDescriptor(pfd.getFileDescriptor()); in getShortcutIcon() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 811 Bitmap bmp; in testIcons() local
|