BitmapFactory

abstract class BitmapFactory : Parcelable

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
equals
Link copied to clipboard
fun equals(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
recycle
Link copied to clipboard
open fun recycle()
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p: Parcel, p1: Int)

Inheritors

SimpleBitmapFactory
Link copied to clipboard
DrawableFactory
Link copied to clipboard