Searched refs:colorOverlay (Results 1 – 2 of 2) sorted by relevance
38 … int colorOverlay = context.getResources().getColor(R.color.wallpaper_picker_translucent_gray); in createView() local39 galleryThumbnailBg.setColorFilter(colorOverlay, PorterDuff.Mode.SRC_ATOP); in createView()
114 public static Bitmap createTintedBitmap(@Nullable Bitmap image, @ColorInt int colorOverlay) { in createTintedBitmap() argument119 canvas.drawColor(colorOverlay); in createTintedBitmap()