Searched refs:createTintedBitmap (Results 1 – 3 of 3) sorted by relevance
114 public static Bitmap createTintedBitmap(@Nullable Bitmap image, @ColorInt int colorOverlay) { in createTintedBitmap() method in BitmapUtils132 drawable = new BitmapDrawable(res, BitmapUtils.createTintedBitmap(bitmap, tint)); in maybeFlagDrawable()
279 Bitmap tinted = BitmapUtils.createTintedBitmap(decoded, in doInBackground()
167 return new BitmapDrawable(res, BitmapUtils.createTintedBitmap(bitmap, in getImage()