DrawableFactory

open class DrawableFactory : BitmapFactory

Constructors

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

Functions

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

Properties

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

Inheritors

Link copied to clipboard