DrawableFactory

open class DrawableFactory : BitmapFactory

Constructors

DrawableFactory
Link copied to clipboard
open fun DrawableFactory(@DrawableRes() drawableRes: Int)
DrawableFactory
Link copied to clipboard
open fun DrawableFactory(@DrawableRes() drawableRes: Int, @ColorRes() colorRes: Int)

Functions

createBitmap
Link copied to clipboard
open fun createBitmap(@NonNull() context: Context): Bitmap
describeContents
Link copied to clipboard
abstract fun describeContents(): Int
open fun describeContents(): Int
equals
Link copied to clipboard
fun equals(o: Any): Boolean
equalsInternal
Link copied to clipboard
open fun equalsInternal(o: Any): Boolean
getBitmap
Link copied to clipboard
open fun getBitmap(@NonNull() context: Context): Bitmap
open fun getBitmap(@NonNull() context: Context, scaling: LowGL.ViewScaling): Bitmap
hashCode
Link copied to clipboard
fun hashCode(): Int
hashCodeInternal
Link copied to clipboard
open fun hashCodeInternal(): Int
recycle
Link copied to clipboard
open fun recycle()
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p: Parcel, p1: Int)
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

CREATOR
Link copied to clipboard
val CREATOR: Parcelable.Creator<DrawableFactory>

Inheritors

NinePatchDrawableFactory
Link copied to clipboard