SimpleBitmapFactory

open class SimpleBitmapFactory : BitmapFactory

Constructors

Link copied to clipboard
open fun SimpleBitmapFactory(bitmap: Bitmap)

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 update(    @NonNull context: Context,     @NonNull scaling: LowGL.ViewScaling,     bitmap: Bitmap)
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

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