NinePatchDrawableFactory

class NinePatchDrawableFactory : DrawableFactory

Constructors

NinePatchDrawableFactory
Link copied to clipboard
fun NinePatchDrawableFactory(@DrawableRes drawableRes: Int)

Functions

createBitmap
Link copied to clipboard
open override fun createBitmap(context: Context): Bitmap?
describeContents
Link copied to clipboard
open override fun describeContents(): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
equalsInternal
Link copied to clipboard
open override fun equalsInternal(o: Any): Boolean
finalize
Link copied to clipboard
open fun finalize()
getBitmap
Link copied to clipboard
open fun getBitmap(@NonNull context: Context): Bitmap
open fun getBitmap(@NonNull context: Context, scaling: LowGL.ViewScaling): Bitmap
getNativeImage
Link copied to clipboard
open fun getNativeImage(context: Context, scaling: LowGL.ViewScaling): Long
hashCode
Link copied to clipboard
override fun hashCode(): Int
hashCodeInternal
Link copied to clipboard
open override fun hashCodeInternal(): Int
recycle
Link copied to clipboard
open fun recycle()
throwIfBitmapIsNotValid
Link copied to clipboard
open fun throwIfBitmapIsNotValid(bitmap: Bitmap)
update
Link copied to clipboard
open fun update(@NonNull context: Context, scaling: LowGL.ViewScaling)
writeToParcel
Link copied to clipboard
open override fun writeToParcel(dest: Parcel, flags: Int)

Properties

mColorRes
Link copied to clipboard
val mColorRes: Int
mDrawableRes
Link copied to clipboard
val mDrawableRes: Int