Searched refs:mCustomCache (Results 1 – 1 of 1) sorted by relevance
108 float[] mCustomCache; field in TimeCycleSplineSet.CustomSet122 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.CustomVarSet282 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()