/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | BitmapUtils.java | 116 Bitmap bitmap, float scale, boolean recycle) { in resizeBitmapByScale() 130 private static Bitmap.Config getConfig(Bitmap bitmap) { in getConfig() 139 Bitmap bitmap, int maxLength, boolean recycle) { in resizeDownBySideLength() 148 public static Bitmap resizeAndCropCenter(Bitmap bitmap, int size, boolean recycle) { in resizeAndCropCenter() 169 public static void recycleSilently(Bitmap bitmap) { in recycleSilently() 184 Bitmap bitmap = Bitmap.createBitmap(source, 0, 0, w, h, m, true); in rotateBitmap() local 207 Bitmap bitmap = BitmapFactory.decodeByteArray(data, 0, data.length); in createVideoThumbnail() local 237 public static byte[] compressToBytes(Bitmap bitmap) { in compressToBytes() 241 public static byte[] compressToBytes(Bitmap bitmap, int quality) { in compressToBytes()
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/fastpair/ |
D | IconUtils.java | 41 static boolean isIconSizedSmall(@Nullable Bitmap bitmap) { in isIconSizedSmall() 58 static boolean isIconSizedRegular(@Nullable Bitmap bitmap) { in isIconSizedRegular() 73 public static boolean isIconSizeCorrect(@Nullable Bitmap bitmap) { in isIconSizeCorrect() 82 public static Bitmap addWhiteCircleBackground(Context context, @Nullable Bitmap bitmap) { in addWhiteCircleBackground()
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/ |
D | UriBitmap.java | 34 private UriBitmap(Bitmap bitmap, Uri uri, File tempFile) { in UriBitmap() 52 Bitmap bitmap = generateSampleBitmap(); in createSimpleInstance() local 59 Bitmap bitmap = Bitmap.createBitmap(15, 15, Bitmap.Config.ARGB_8888); in generateSampleBitmap() local 68 private static Uri bitmapToUri(Bitmap bitmap, File tempFile) throws IOException { in bitmapToUri()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipImageTest.java | 59 Bitmap bitmap = BitmapFactory.decodeStream(expectedInputStream); in testParseImage_200by200() local 73 Bitmap bitmap = BitmapFactory.decodeStream(expectedInputStream); in testParseImage_600by600() local 83 Bitmap bitmap = BitmapFactory.decodeStream(imageInputStream); in testMakeFromImage_200by200() local 93 Bitmap bitmap = BitmapFactory.decodeStream(imageInputStream); in testMakeFromImage_600by600() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
D | BitmapCache.java | 55 Bitmap bitmap; field in BitmapCache.BitmapTracking 61 private void track(Bitmap bitmap, int type) { in track() 75 private void untrack(Bitmap bitmap) { in untrack() 125 Bitmap bitmap = buffer.getBitmap(); in cache() local 129 public synchronized boolean cache(Bitmap bitmap) { in cache() 185 Bitmap bitmap = null; in getBitmap() local 207 Bitmap bitmap = getBitmap(source.getWidth(), source.getHeight(), type); in getBitmapCopy() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | BitmapTexture.java | 31 public BitmapTexture(Bitmap bitmap) { in BitmapTexture() 35 public BitmapTexture(Bitmap bitmap, boolean hasBorder) { in BitmapTexture() 42 protected void onFreeBitmap(Bitmap bitmap) { in onFreeBitmap()
|
D | UploadedTexture.java | 124 Bitmap bitmap = sBorderLines.get(key); in getBorderLine() local 129 sBorderLines.put(key.clone(), bitmap); in getBorderLine() local 166 protected abstract void onFreeBitmap(Bitmap bitmap); in onFreeBitmap() 193 Bitmap bitmap = getBitmap(); in updateContent() local 212 Bitmap bitmap = getBitmap(); in uploadToCanvas() local
|
D | CanvasTexture.java | 38 Bitmap bitmap = Bitmap.createBitmap(mWidth, mHeight, mConfig); in onGetBitmap() local 45 protected void onFreeBitmap(Bitmap bitmap) { in onFreeBitmap()
|
/packages/modules/Connectivity/nearby/halfsheet/src/com/android/nearby/halfsheet/utils/ |
D | IconUtils.java | 41 public static boolean isIconSizedSmall(@Nullable Bitmap bitmap) { in isIconSizedSmall() 55 static boolean isIconSizedRegular(@Nullable Bitmap bitmap) { in isIconSizedRegular() 67 public static boolean isIconSizeCorrect(@Nullable Bitmap bitmap) { in isIconSizeCorrect()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | ImageActionUtils.java | 99 Bitmap bitmap = bitmapSupplier.get(); in shareImage() local 136 Bitmap bitmap = bitmapSupplier.get(); in startShareActivity() local 152 Bitmap bitmap = bitmapSupplier.get(); in startShareActivity() local 166 public static void persistBitmapAndStartActivity(Context context, Bitmap bitmap, Rect crop, in persistBitmapAndStartActivity() 177 public static void persistBitmapAndStartActivity(Context context, Bitmap bitmap, Rect crop, in persistBitmapAndStartActivity() 201 public static void persistBitmapAndStartActivity(Context context, Bitmap bitmap, Rect crop, in persistBitmapAndStartActivity() 232 public static Uri getImageUri(Bitmap bitmap, Rect crop, Context context, String tag) { in getImageUri() 258 public static Bitmap cropBitmap(Bitmap bitmap, Rect crop) { in cropBitmap()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | CachingPipeline.java | 177 public void setOriginal(Bitmap bitmap) { in setOriginal() 222 Bitmap bitmap = PrimaryImage.getImage().getOriginalBitmapHighres(); in renderHighres() local 247 Bitmap bitmap = PrimaryImage.getImage().getOriginalBitmapHighres(); in renderGeometry() local 269 Bitmap bitmap = PrimaryImage.getImage().getOriginalBitmapHighres(); in renderFilters() local 301 Bitmap bitmap = request.getBitmap(); in render() local 398 public synchronized Bitmap renderFinalImage(Bitmap bitmap, ImagePreset preset) { in renderFinalImage() 413 public Bitmap renderGeometryIcon(Bitmap bitmap, ImagePreset preset) { in renderGeometryIcon() 445 public boolean prepareRenderscriptAllocations(Bitmap bitmap) { in prepareRenderscriptAllocations()
|
D | Buffer.java | 34 public Buffer(Bitmap bitmap) { in Buffer() 48 public boolean isSameSize(Bitmap bitmap) { in isSameSize() 59 public synchronized void useBitmap(Bitmap bitmap) { in useBitmap()
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
D | ImageRecord.java | 42 private ImageRecord(Bitmap bitmap) { in ImageRecord() 62 Bitmap bitmap = BitmapFactory.decodeByteArray(content, 0, content.length); in parse() local 78 public static NdefRecord newImageRecord(Bitmap bitmap) { in newImageRecord()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | RotateBitmap.java | 27 public RotateBitmap(Bitmap bitmap) { in RotateBitmap() 32 public RotateBitmap(Bitmap bitmap, int rotation) { in RotateBitmap() 49 public void setBitmap(Bitmap bitmap) { in setBitmap()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
D | BitmapWithMetadata.java | 28 public Bitmap bitmap; field in BitmapWithMetadata 31 public BitmapWithMetadata(Bitmap bitmap, int rotationDegrees) { in BitmapWithMetadata()
|
/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
D | UploadedTexture.java | 63 Bitmap bitmap = sBorderLines.get(key); in getBorderLine() local 105 protected abstract void onFreeBitmap(Bitmap bitmap); in onFreeBitmap() 129 Bitmap bitmap = getBitmap(); in updateContent() local 139 Bitmap bitmap = getBitmap(); in uploadToCanvas() local
|
D | BitmapTexture.java | 31 public BitmapTexture(Bitmap bitmap) { in BitmapTexture() 38 protected void onFreeBitmap(Bitmap bitmap) { in onFreeBitmap()
|
/packages/apps/Dialer/java/com/android/dialer/shortcuts/ |
D | IconFactory.java | 117 Bitmap bitmap = BitmapFactory.decodeStream(inputStream); in createAdaptiveIcon() local 132 Bitmap bitmap = BitmapFactory.decodeStream(inputStream); in createFlatIcon() local 142 private Drawable createCircularDrawable(@NonNull Bitmap bitmap) { in createCircularDrawable()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Thumbnail.java | 59 public Thumbnail(Uri uri, Bitmap bitmap, int orientation) { in Thumbnail() 81 private static Bitmap rotateImage(Bitmap bitmap, int orientation) { in rotateImage() 129 Bitmap bitmap = null; in loadFrom() local 252 Bitmap bitmap = BitmapFactory.decodeByteArray(jpeg, 0, jpeg.length, options); in createThumbnail() local 265 Bitmap bitmap = null; in createVideoThumbnail() local 299 private static Thumbnail createThumbnail(Uri uri, Bitmap bitmap, int orientation) { in createThumbnail()
|
/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/ |
D | BitmapCache.java | 35 void put(@NonNull Uri key, @NonNull Bitmap bitmap) { in put() 53 protected int sizeOf(@NonNull Uri key, @NonNull Bitmap bitmap) { in sizeOf()
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | DrawableUtil.java | 42 Bitmap bitmap; in createBitmapFromDrawable() local 56 Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in createBitmap() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ImageFilterContrast.java | 45 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float strength); in nativeApplyFilter() 48 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { in apply()
|
D | ImageFilterExposure.java | 43 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float bright); in nativeApplyFilter() 46 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { in apply()
|
D | ImageFilterShadows.java | 44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float factor); in nativeApplyFilter() 47 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { in apply()
|
D | ImageFilterNegative.java | 26 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h); in nativeApplyFilter() 34 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { in apply()
|