Class ConstraintSetParser.LayoutVariables
- java.lang.Object
-
- androidx.constraintlayout.core.state.ConstraintSetParser.LayoutVariables
-
- Enclosing class:
- ConstraintSetParser
public static class ConstraintSetParser.LayoutVariables extends java.lang.ObjectProvide the storage for managing Variables in the system. When the json has a variable:{ } section this is used.
-
-
Constructor Summary
Constructors Constructor Description LayoutVariables()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidputOverride(java.lang.String elementName, float value)insert an override variable
-