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.0-alpha13
KeyCache()

Public functions

getFloatValue

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

setFloatValue

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