public 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 methods

float
getFloatValue(Object view, String type, int element)
void
setFloatValue(Object view, String type, int element, float value)

Public constructors

KeyCache

Added in 1.1.0-beta01
public KeyCache()

Public methods

getFloatValue

Added in 1.1.0-beta01
public float getFloatValue(Object view, String type, int element)

setFloatValue

Added in 1.1.0-beta01
public void setFloatValue(Object view, String type, int element, float value)