KeyCache


class KeyCache


Used by KeyTimeCycles (and any future time dependent behaviour) to cache its current parameters to maintain consistency across requestLayout type rebuilds.

Summary

Public constructors

Public functions

Float
getFloatValue(view: Any!, type: String!, element: Int)
Unit
setFloatValue(view: Any!, type: String!, element: Int, value: Float)

Public constructors

KeyCache

Added in 1.1.1
KeyCache()

Public functions

getFloatValue

Added in 1.1.1
fun getFloatValue(view: Any!, type: String!, element: Int): Float

setFloatValue

Added in 1.1.1
fun setFloatValue(view: Any!, type: String!, element: Int, value: Float): Unit