/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/ |
D | LogoUtilsTest.java | 37 Bitmap bitmap = createSampleBitmap(20, 30); in testPartiallyResizedBitmap() local 51 Bitmap bitmap = createSampleBitmap(8, 32); in testPartiallyResizedElongatedBitmap() local 65 Bitmap bitmap = createSampleBitmap(16, 32); in testResizeBitmapKeepRatio() local 74 Bitmap bitmap = createSampleBitmap(16, 32); in testResizeBitmapNoScalingNeeded() local 84 Bitmap bitmap = createSampleBitmap(15, 15); in testResizeBitmapNoIntegerRatio() local 92 Bitmap bitmap = createSampleBitmap(7, 5); in testSaveGetOrganisationLogo() local 119 Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in createSampleBitmap() local 140 Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in bitmapFromDrawable() local 148 private File writeBitmapToTempFile(Bitmap bitmap) throws Exception { in writeBitmapToTempFile()
|
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/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 | CanvasTexture.java | 38 Bitmap bitmap = Bitmap.createBitmap(mWidth, mHeight, mConfig); in onGetBitmap() local 45 protected void onFreeBitmap(Bitmap bitmap) { in onFreeBitmap()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipImageTest.java | 63 Bitmap bitmap = BitmapFactory.decodeStream(expectedInputStream); in testParseImage_200by200() local 77 Bitmap bitmap = BitmapFactory.decodeStream(expectedInputStream); in testParseImage_600by600() local 87 Bitmap bitmap = BitmapFactory.decodeStream(imageInputStream); in testMakeFromImage_200by200() local 97 Bitmap bitmap = BitmapFactory.decodeStream(imageInputStream); in testMakeFromImage_600by600() local
|
/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/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/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/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
D | BitmapTexture.java | 31 public BitmapTexture(Bitmap bitmap) { in BitmapTexture() 38 protected void onFreeBitmap(Bitmap bitmap) { in onFreeBitmap()
|
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
|
/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/Launcher3/src/com/android/launcher3/graphics/ |
D | NinePatchDrawHelper.java | 44 public void draw(Bitmap bitmap, Canvas canvas, float left, float top, float right) { in draw() 60 public void drawVerticallyStretched(Bitmap bitmap, Canvas canvas, float left, float top, in drawVerticallyStretched() 75 private void draw3Patch(Bitmap bitmap, Canvas canvas, float left, float right) { in draw3Patch() 91 private void drawRegion(Bitmap bitmap, Canvas c, in drawRegion()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
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()
|
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()
|
/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/Launcher3/iconloaderlib/src/com/android/launcher3/icons/ |
D | BitmapInfo.java | 37 public static BitmapInfo fromBitmap(Bitmap bitmap) { in fromBitmap() 41 public static BitmapInfo fromBitmap(Bitmap bitmap, ColorExtractor dominantColorExtractor) { in fromBitmap()
|
/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/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/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ImageFilterEdge.java | 39 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float p); in nativeApplyFilter() 42 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { in apply()
|
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 | 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 | 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 | ImageFilterVibrance.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 | 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()
|
D | ImageFilterHue.java | 47 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float []matrix); in nativeApplyFilter() 50 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { in apply()
|