Home
last modified time | relevance | path

Searched defs:bitmap (Results 1 – 25 of 103) sorted by relevance

12345

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBitmapUtils.java116 Bitmap bitmap, int targetPixels, boolean recycle) { in resizeDownToPixels()
126 Bitmap bitmap, float scale, boolean recycle) { in resizeBitmapByScale()
140 private static Bitmap.Config getConfig(Bitmap bitmap) { in getConfig()
149 Bitmap bitmap, int maxLength, boolean recycle) { in resizeDownBySideLength()
160 Bitmap bitmap, int targetSize, boolean recycle) { in resizeDownIfTooBig()
170 public static Bitmap cropCenter(Bitmap bitmap, boolean recycle) { in cropCenter()
185 public static Bitmap resizeDownAndCropCenter(Bitmap bitmap, int size, in resizeDownAndCropCenter()
207 public static void recycleSilently(Bitmap bitmap) { in recycleSilently()
222 Bitmap bitmap = Bitmap.createBitmap(source, 0, 0, w, h, m, true); in rotateBitmap() local
245 Bitmap bitmap = BitmapFactory.decodeByteArray(data, 0, data.length); in createVideoThumbnail() local
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DBitmapTexture.java31 public BitmapTexture(Bitmap bitmap) { in BitmapTexture()
35 public BitmapTexture(Bitmap bitmap, boolean hasBorder) { in BitmapTexture()
42 protected void onFreeBitmap(Bitmap bitmap) { in onFreeBitmap()
DCanvasTexture.java38 Bitmap bitmap = Bitmap.createBitmap(mWidth, mHeight, mConfig); in onGetBitmap() local
45 protected void onFreeBitmap(Bitmap bitmap) { in onFreeBitmap()
DAdaptiveBackground.java48 public Bitmap getAdaptiveBitmap(Bitmap bitmap) { in getAdaptiveBitmap()
71 private void startTransition(Bitmap bitmap) { in startTransition()
84 public void setImage(Bitmap bitmap) { in setImage()
DUploadedTexture.java113 Bitmap bitmap = sBorderLines.get(key); in getBorderLine() local
118 sBorderLines.put(key.clone(), bitmap); in getBorderLine() local
159 protected abstract void onFreeBitmap(Bitmap bitmap); in onFreeBitmap()
184 Bitmap bitmap = getBitmap(); in updateContent() local
209 Bitmap bitmap = getBitmap(); in uploadToCanvas() local
DAbstractDisplayItem.java47 protected void updateImage(Bitmap bitmap, boolean isCancelled) { in updateImage()
113 abstract protected void onBitmapAvailable(Bitmap bitmap); in onBitmapAvailable()
DAlbumSlidingWindow.java298 protected void onBitmapAvailable(Bitmap bitmap) { in onBitmapAvailable()
364 Bitmap bitmap = mImageCache.get(path); in startLoadBitmap() local
379 Bitmap bitmap = job.run(jc); in run() local
395 public void onFutureDone(Future<Bitmap> bitmap) { in onFutureDone()
402 Bitmap bitmap = future.get(); in onLoadBitmapDone() local
DResourceTexture.java47 protected void onFreeBitmap(Bitmap bitmap) { in onFreeBitmap()
/packages/apps/Tag/src/com/android/apps/tag/record/
DImageRecord.java42 private ImageRecord(Bitmap bitmap) { in ImageRecord()
59 Bitmap bitmap = BitmapFactory.decodeByteArray(content, 0, content.length); in parse() local
75 public static NdefRecord newImageRecord(Bitmap bitmap) { in newImageRecord()
/packages/apps/Gallery/src/com/android/camera/
DRotateBitmap.java27 public RotateBitmap(Bitmap bitmap) { in RotateBitmap()
32 public RotateBitmap(Bitmap bitmap, int rotation) { in RotateBitmap()
49 public void setBitmap(Bitmap bitmap) { in setBitmap()
DPhotoAppWidgetProvider.java77 Bitmap bitmap = helper.getPhoto(appWidgetId); in buildUpdate() local
122 public boolean setPhoto(int appWidgetId, Bitmap bitmap) { in setPhoto()
166 Bitmap bitmap = null; in getPhoto() local
DImageViewTouchBase.java120 public void setImageBitmap(Bitmap bitmap) { in setImageBitmap()
124 private void setImageBitmap(Bitmap bitmap, int rotation) { in setImageBitmap()
148 public void setImageBitmapResetBase(final Bitmap bitmap, in setImageBitmapResetBase()
153 public void setImageRotateBitmapResetBase(final RotateBitmap bitmap, in setImageRotateBitmapResetBase()
259 private void getProperBaseMatrix(RotateBitmap bitmap, Matrix matrix) { in getProperBaseMatrix()
DImageGetter.java53 public void imageLoaded(int pos, int offset, RotateBitmap bitmap, in imageLoaded()
104 final RotateBitmap bitmap, in callback()
/packages/apps/Camera/src/com/android/camera/
DThumbnail.java55 public Thumbnail(Uri uri, Bitmap bitmap, int orientation) { in Thumbnail()
77 private static Bitmap rotateImage(Bitmap bitmap, int orientation) { in rotateImage()
123 Bitmap bitmap = null; in loadFrom() local
244 Bitmap bitmap = BitmapFactory.decodeByteArray(jpeg, 0, jpeg.length, options); in createThumbnail() local
257 Bitmap bitmap = null; in createVideoThumbnail() local
291 private static Thumbnail createThumbnail(Uri uri, Bitmap bitmap, int orientation) { in createThumbnail()
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
DBitmapUtils.java68 Bitmap bitmap; in createBitmap() local
150 Bitmap bitmap = null; in decodeBitmap() local
200 Bitmap bitmap = decodeBitmap(uri, width, height); in getBitmap() local
222 Bitmap bitmap, String directory, String filename, CompressFormat format) { in saveBitmap()
DOnDoneBitmapCallback.java26 void onDone(Bitmap bitmap); in onDone()
DSaveCopyTask.java87 Bitmap bitmap = params[0]; in doInBackground() local
105 private File save(Bitmap bitmap) { in save()
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DWidgetUtils.java48 Bitmap bitmap = image.requestImage(MediaItem.TYPE_THUMBNAIL) in createWidgetBitmap() local
57 public static Bitmap createWidgetBitmap(Bitmap bitmap, int rotation) { in createWidgetBitmap()
/packages/apps/Camera/tests/src/com/android/camera/functional/
DImageCaptureIntentTest.java66 Bitmap bitmap = (Bitmap) resultData.getParcelableExtra("data"); in testNoExtraOutput() local
119 Bitmap bitmap = (Bitmap) resultData.getParcelableExtra("data"); in testRetake() local
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DImageCacheRequest.java56 Bitmap bitmap = DecodeUtils.requestDecode(jc, data.mData, in run() local
63 Bitmap bitmap = onDecodeOriginal(jc, mType); in run() local
/packages/apps/Launcher2/src/com/android/launcher2/
DUtilities.java111 Bitmap bitmap = bitmapDrawable.getBitmap(); in createIconBitmap() local
140 final Bitmap bitmap = Bitmap.createBitmap(textureWidth, textureHeight, in createIconBitmap() local
202 static Bitmap resampleIconBitmap(Bitmap bitmap, Context context) { in resampleIconBitmap()
216 static Bitmap drawDisabledBitmap(Bitmap bitmap, Context context) { in drawDisabledBitmap()
DItemInfo.java125 static byte[] flattenBitmap(Bitmap bitmap) { in flattenBitmap()
141 static void writeBitmap(ContentValues values, Bitmap bitmap) { in writeBitmap()
/packages/apps/Mms/src/com/android/mms/ui/
DVideoAttachmentView.java69 public void setImage(String name, Bitmap bitmap) { in setImage()
91 Bitmap bitmap = createVideoThumbnail(mContext, video); in setVideo() local
103 Bitmap bitmap = null; in createVideoThumbnail() local
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DTextureTest.java140 protected void onFreeBitmap(Bitmap bitmap) { in onFreeBitmap()
200 Bitmap bitmap = Bitmap.createBitmap(47, 42, config); in testBitmapTexture() local
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
DAbstractSeekBar.java52 Bitmap bitmap = Bitmap.createBitmap(scaledWidth, h, Bitmap.Config.ARGB_8888); in onSizeChanged() local

12345