Searched refs:mTmpValues (Results 1 – 4 of 4) sorted by relevance
1248 private PropertyValuesHolder.PropertyValues mTmpValues = field in AnimatedVectorDrawable.VectorDrawableAnimatorRT1332 values[i].getPropertyValues(mTmpValues); in createRTAnimator()1333 if (mTmpValues.endValue instanceof PathParser.PathData && in createRTAnimator()1334 mTmpValues.propertyName.equals("pathData")) { in createRTAnimator()1359 values[i].getPropertyValues(mTmpValues); in createRTAnimatorForGroup()1360 propertyId = VectorDrawable.VGroup.getPropertyIndex(mTmpValues.propertyName); in createRTAnimatorForGroup()1361 if (mTmpValues.type != Float.class && mTmpValues.type != float.class) { in createRTAnimatorForGroup()1364 mTmpValues.type + ". Only float value is supported for Groups."); in createRTAnimatorForGroup()1371 mTmpValues.propertyName + " for Vector Drawable Group"); in createRTAnimatorForGroup()1376 (Float) mTmpValues.startValue, (Float) mTmpValues.endValue); in createRTAnimatorForGroup()[all …]
29 float[] mTmpValues = new float[9]; field in TranslateXAnimation51 m.getValues(mTmpValues); in applyTransformation()53 t.getMatrix().setTranslate(dx, mTmpValues[Matrix.MTRANS_Y]); in applyTransformation()
30 float[] mTmpValues = new float[9]; field in TranslateYAnimation53 m.getValues(mTmpValues); in applyTransformation()55 t.getMatrix().setTranslate(mTmpValues[Matrix.MTRANS_X], dy); in applyTransformation()
29 final float[] mTmpValues = new float[9]; field in TransactionCompat76 mTransaction.setMatrix(surfaceControl.mSurfaceControl, matrix, mTmpValues); in setMatrix()