Searched refs:PathAnimatorMatrix (Results 1 – 1 of 1) 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 …]