Searched refs:getBitmap (Results 1 – 9 of 9) 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()
57 public Bitmap getBitmap() { in getBitmap() method in DataLayerScreen.ImageAssetData
108 imageAssetViewHolder.setBackgroundImage(imageAssetData.getBitmap()); in onBindViewHolder()
120 .getBitmap(); in onCreate()
238 result = MediaStore.Images.Media.getBitmap(getActivity().getContentResolver() in loadBitmapFromContactUri()246 result = ((BitmapDrawable) defaultContactDrawable).getBitmap(); in loadBitmapFromContactUri()