Merge "Remove unused logs" into sc-dev
This commit is contained in:
@@ -828,8 +828,6 @@ public class TaskView extends FrameLayout implements Reusable {
|
||||
}
|
||||
|
||||
public void animateIconScaleAndDimIntoView() {
|
||||
Log.d("b/186444448", "animateIconScaleAndDimIntoView: startProgress="
|
||||
+ mIconScaleAnimStartProgress);
|
||||
if (mIconAndDimAnimator != null) {
|
||||
mIconAndDimAnimator.cancel();
|
||||
}
|
||||
@@ -839,7 +837,6 @@ public class TaskView extends FrameLayout implements Reusable {
|
||||
mIconAndDimAnimator.addListener(new AnimatorListenerAdapter() {
|
||||
@Override
|
||||
public void onAnimationEnd(Animator animation) {
|
||||
Log.d("b/186444448", "animateIconScaleAndDimIntoView: end");
|
||||
mIconAndDimAnimator = null;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user