BitmapDrawableResolver

data class BitmapDrawableResolver(bitmap: Bitmap) : DrawableResolver

A DrawableResolver that creates a Drawable from a Bitmap and target density based on the display metrics of the Context.

Constructors

Link copied to clipboard
fun BitmapDrawableResolver(bitmap: Bitmap)

Functions

Link copied to clipboard
open override fun get(context: Context): Drawable

Resolves a Drawable based on the given Context. The resulting value may differ per Context. E.g. due to differing device screen densities.

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)