Home
last modified time | relevance | path

Searched refs:PathAnimatorMatrix (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/transition/
DChangeTransform.java66 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt71140 Landroid/transition/ChangeTransform$PathAnimatorMatrix;-><init>(Landroid/view/View;[F)V
71141 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->getMatrix()Landroid/graphics/Matrix;
71142 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->mMatrix:Landroid/graphics/Matrix;
71143 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->mTranslationX:F
71144 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->mTranslationY:F
71145 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->mValues:[F
71146 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->mView:Landroid/view/View;
71147 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->setAnimationMatrix()V
71148 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->setTranslation(Landroid/graphics/PointF;)V
71149 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->setValues([F)V