Loading core/java/android/animation/PropertyValuesHolder.java +14 −13 Original line number Diff line number Diff line Loading @@ -861,7 +861,7 @@ public class PropertyValuesHolder implements Cloneable { if (mProperty != null) { Object value = convertBack(mProperty.get(target)); kf.setValue(value); } } else { try { if (mGetter == null) { Class targetClass = target.getClass(); Loading @@ -879,6 +879,7 @@ public class PropertyValuesHolder implements Cloneable { Log.e("PropertyValuesHolder", e.toString()); } } } /** * This function is called by ObjectAnimator when setting the start values for an animation. Loading Loading
core/java/android/animation/PropertyValuesHolder.java +14 −13 Original line number Diff line number Diff line Loading @@ -861,7 +861,7 @@ public class PropertyValuesHolder implements Cloneable { if (mProperty != null) { Object value = convertBack(mProperty.get(target)); kf.setValue(value); } } else { try { if (mGetter == null) { Class targetClass = target.getClass(); Loading @@ -879,6 +879,7 @@ public class PropertyValuesHolder implements Cloneable { Log.e("PropertyValuesHolder", e.toString()); } } } /** * This function is called by ObjectAnimator when setting the start values for an animation. Loading