am d78521f7: am 30f8cc8d: Merge "Don\'t use ViewPropertyAnimatorRT yet" into lmp-dev

* commit 'd78521f7d69630be3f32907de7b5da4358805485':
  Don't use ViewPropertyAnimatorRT yet
This commit is contained in:
John Reck
2014-08-08 19:13:22 +00:00
committed by Android Git Automerger

View File

@@ -253,9 +253,6 @@ public class ViewPropertyAnimator {
ViewPropertyAnimator(View view) {
mView = view;
view.ensureTransformationInfo();
if (view.getContext().getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.L) {
mRTBackend = new ViewPropertyAnimatorRT(view);
}
}
/**