Class KeyCache
- java.lang.Object
-
- androidx.constraintlayout.core.motion.utils.KeyCache
-
public class KeyCache extends java.lang.ObjectUsed by KeyTimeCycles (and any future time dependent behaviour) to cache its current parameters to maintain consistency across requestLayout type rebuilds.
-
-
Constructor Summary
Constructors Constructor Description KeyCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetFloatValue(java.lang.Object view, java.lang.String type, int element)voidsetFloatValue(java.lang.Object view, java.lang.String type, int element, float value)
-