Searched refs:PathAnimatorMatrix (Results 1 – 2 of 2) sorted by relevance
68 new Property<PathAnimatorMatrix, float[]>(float[].class, "nonTranslations") {70 public float[] get(PathAnimatorMatrix object) {75 public void set(PathAnimatorMatrix object, float[] value) {83 private static final Property<PathAnimatorMatrix, PointF> TRANSLATIONS_PROPERTY =84 new Property<PathAnimatorMatrix, PointF>(PointF.class, "translations") {86 public PointF get(PathAnimatorMatrix object) {91 public void set(PathAnimatorMatrix object, PointF value) {293 final PathAnimatorMatrix pathAnimatorMatrix = in createTransformAnimator()294 new PathAnimatorMatrix(view, startMatrixValues); in createTransformAnimator()506 private static class PathAnimatorMatrix { class in ChangeTransform[all …]
57117 Landroid/transition/ChangeTransform$PathAnimatorMatrix;-><init>(Landroid/view/View;[F)V57118 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->getMatrix()Landroid/graphics/Matrix;57119 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->mMatrix:Landroid/graphics/Matrix;57120 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->mTranslationX:F57121 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->mTranslationY:F57122 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->mValues:[F57123 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->mView:Landroid/view/View;57124 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->setAnimationMatrix()V57125 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->setTranslation(Landroid/graphics/PointF;)V57126 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->setValues([F)V