am cc3e585f: am 793b08cd: Merge "Set start transform before animator starts." into lmp-dev

* commit 'cc3e585f57ff509531f19e3dc361e9c89177ff60':
  Set start transform before animator starts.
This commit is contained in:
George Mount
2014-08-19 20:05:52 +00:00
committed by Android Git Automerger

View File

@@ -182,6 +182,7 @@ public class ChangeImageTransform extends Transition {
if (endMatrix == null) {
endMatrix = Matrix.IDENTITY_MATRIX;
}
ANIMATED_TRANSFORM_PROPERTY.set(imageView, startMatrix);
animator = createMatrixAnimator(imageView, startMatrix, endMatrix);
}
return animator;