SimpleBitmapFactory

open class SimpleBitmapFactory : BitmapFactory

Constructors

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

Functions

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

Properties

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