Searched refs:getBitmap (Results 1 – 11 of 11) sorted by relevance
99 getBitmap().recycle(); in checkState()105 Bitmap bitmap = getBitmap(); in hasValidBitmap()
170 mReusableBitmaps.add(new SoftReference<Bitmap>(oldValue.getBitmap())); in init()262 value.getBitmap().compress( in addBitmapToCache()614 Bitmap bitmap = value.getBitmap(); in getBitmapSize()
63 Bitmap bitmap = getBitmap(resources, resourceId); in loadPhotos()75 static Bitmap getBitmap(Resources resources, int resourceId) { in getBitmap() method in BitmapUtils
80 Bitmap bitmap = BitmapUtils.getBitmap(getResources(), in onCreate()
41 public Bitmap getBitmap(Resources res) { in getBitmap() method in DirectoryEntry
293 .getBitmap(getResources()); in updateContentAndRecycleBitmap()
55 mCustomIcon = PointerIcon.create(bitmapDrawable.getBitmap(), hotSpotX, hotSpotY); in onResolvePointerIcon()
77 Bitmap bitmap = ((BitmapDrawable) mImageView.getDrawable()).getBitmap(); in print()
95 Bitmap bm = drawable.getBitmap(); in onCreate()
238 result = MediaStore.Images.Media.getBitmap(getActivity().getContentResolver() in loadBitmapFromContactUri()246 result = ((BitmapDrawable) defaultContactDrawable).getBitmap(); in loadBitmapFromContactUri()
108 canvas.drawBitmap(bitmapDrawable.getBitmap(), ANTIALIAS_BORDER, ANTIALIAS_BORDER, null); in bitmapWithBorder()