ColorItem

open class ColorItem

Constructors

ColorItem
Link copied to clipboard
open fun ColorItem(name: String, colorConfig: ColorAsset)
ColorItem
Link copied to clipboard
open fun ColorItem(name: Int, colorConfig: ColorAsset)

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
equals
Link copied to clipboard
open fun equals(o: Any): Boolean
getLayout
Link copied to clipboard
open fun getLayout(): Int
getThumbnailBitmap
Link copied to clipboard
open fun getThumbnailBitmap(): Bitmap
open fun getThumbnailBitmap(maxWidth: Int): Bitmap
getViewHolderClass
Link copied to clipboard
open fun getViewHolderClass(): Class<Out DataSourceViewHolder>
hashCode
Link copied to clipboard
open fun hashCode(): Int
hasStaticThumbnail
Link copied to clipboard
open fun hasStaticThumbnail(): Boolean
isSelectable
Link copied to clipboard
open fun isSelectable(): Boolean
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

CREATOR
Link copied to clipboard
val CREATOR: Creator<ColorItem>
data
Link copied to clipboard
private open val data: ColorAsset