TypedArrayWrapper

abstract class TypedArrayWrapper

Types

Companion
Link copied to clipboard
object Companion

Functions

getBoolean
Link copied to clipboard
abstract fun getBoolean(@StyleableRes() index: Int): Boolean
getColor
Link copied to clipboard
abstract fun getColor(@StyleableRes() index: Int): Int
getColorStateList
Link copied to clipboard
abstract fun getColorStateList(@StyleableRes() index: Int): ColorStateList?
getDimensionPixelSize
Link copied to clipboard
@Px()
abstract fun getDimensionPixelSize(@StyleableRes() index: Int): Int
getDrawable
Link copied to clipboard
abstract fun getDrawable(@StyleableRes() index: Int): Drawable?
getFloat
Link copied to clipboard
abstract fun getFloat(@StyleableRes() index: Int): Float
getFont
Link copied to clipboard
abstract fun getFont(@StyleableRes() index: Int): Typeface?
getFraction
Link copied to clipboard
abstract fun getFraction(index: Int, base: Int, pbase: Int): Float
getIndex
Link copied to clipboard
abstract fun getIndex(at: Int): Int
getIndexCount
Link copied to clipboard
abstract fun getIndexCount(): Int
getInt
Link copied to clipboard
abstract fun getInt(@StyleableRes() index: Int): Int
getLayoutDimension
Link copied to clipboard
abstract fun getLayoutDimension(@StyleableRes() index: Int): Int
getResourceId
Link copied to clipboard
abstract fun getResourceId(@StyleableRes() index: Int): Int
getString
Link copied to clipboard
abstract fun getString(@StyleableRes() index: Int): String?
getStyle
Link copied to clipboard
abstract fun getStyle(index: Int): Style
getText
Link copied to clipboard
abstract fun getText(@StyleableRes() index: Int): CharSequence?
getTextArray
Link copied to clipboard
abstract fun getTextArray(index: Int): Array<CharSequence>?
hasValue
Link copied to clipboard
abstract fun hasValue(index: Int): Boolean
recycle
Link copied to clipboard
abstract fun recycle()