Home
last modified time | relevance | path

Searched refs:mCustomCache (Results 1 – 1 of 1) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DTimeCycleSplineSet.java108 float[] mCustomCache; field in TimeCycleSplineSet.CustomSet
122 mCustomCache = new float[dimensionality]; in setup()
175 for (int i = 0; i < mCustomCache.length; i++) { in setProperty()
177 mCustomCache[i] = mTempValues[i] * wave + offset; in setProperty()
179 view.setInterpolatedValue(mConstraintAttributeList.valueAt(0), mCustomCache); in setProperty()
268 float[] mCustomCache; field in TimeCycleSplineSet.CustomVarSet
282 mCustomCache = new float[dimensionality]; in setup()
335 for (int i = 0; i < mCustomCache.length; i++) { in setProperty()
337 mCustomCache[i] = mTempValues[i] * wave + offset; in setProperty()
339 mConstraintAttributeList.valueAt(0).setInterpolatedValue(view, mCustomCache); in setProperty()