Add some logging for the app icon in overview
Bug: 186444448 Test: Presubmit Change-Id: Iaa5aef39a461b8e37ec9f4e85d7a0d21233bf40f
This commit is contained in:
@@ -794,6 +794,8 @@ public class TaskView extends FrameLayout implements Reusable {
|
||||
}
|
||||
|
||||
public void animateIconScaleAndDimIntoView() {
|
||||
Log.d("b/186444448", "animateIconScaleAndDimIntoView: startProgress="
|
||||
+ mIconScaleAnimStartProgress);
|
||||
if (mIconAndDimAnimator != null) {
|
||||
mIconAndDimAnimator.cancel();
|
||||
}
|
||||
@@ -803,6 +805,7 @@ 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