Searched refs:PathAnimatorMatrix (Results 1 – 2 of 2) sorted by relevance
66 private static final Property<PathAnimatorMatrix, float[]> NON_TRANSLATIONS_PROPERTY =67 new Property<PathAnimatorMatrix, float[]>(float[].class, "nonTranslations") {69 public float[] get(PathAnimatorMatrix object) {74 public void set(PathAnimatorMatrix object, float[] value) {82 private static final Property<PathAnimatorMatrix, PointF> TRANSLATIONS_PROPERTY =83 new Property<PathAnimatorMatrix, PointF>(PointF.class, "translations") {85 public PointF get(PathAnimatorMatrix object) {90 public void set(PathAnimatorMatrix object, PointF value) {292 final PathAnimatorMatrix pathAnimatorMatrix = in createTransformAnimator()293 new PathAnimatorMatrix(view, startMatrixValues); in createTransformAnimator()[all …]
71140 Landroid/transition/ChangeTransform$PathAnimatorMatrix;-><init>(Landroid/view/View;[F)V71141 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->getMatrix()Landroid/graphics/Matrix;71142 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->mMatrix:Landroid/graphics/Matrix;71143 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->mTranslationX:F71144 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->mTranslationY:F71145 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->mValues:[F71146 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->mView:Landroid/view/View;71147 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->setAnimationMatrix()V71148 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->setTranslation(Landroid/graphics/PointF;)V71149 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->setValues([F)V