mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
Add logs to debug b/318394698
Flag: NONE Test: n/a Bug: 318394698 Change-Id: I3142dafeae0ba31713f514e690c5b7bb730541b0
This commit is contained in:
@@ -93,6 +93,7 @@ import android.os.SystemProperties;
|
||||
import android.os.UserHandle;
|
||||
import android.provider.Settings;
|
||||
import android.provider.Settings.Global;
|
||||
import android.util.Log;
|
||||
import android.util.Pair;
|
||||
import android.util.Size;
|
||||
import android.view.CrossWindowBlurListeners;
|
||||
@@ -1764,6 +1765,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
|
||||
RemoteAnimationTarget[] wallpaperTargets,
|
||||
RemoteAnimationTarget[] nonAppTargets,
|
||||
LauncherAnimationRunner.AnimationResult result) {
|
||||
Log.d("b/318394698", "AppLaunchAnimationRunner: onAnimationStart");
|
||||
AnimatorSet anim = new AnimatorSet();
|
||||
boolean launcherClosing =
|
||||
launcherIsATargetWithMode(appTargets, MODE_CLOSING);
|
||||
@@ -1799,6 +1801,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
|
||||
|
||||
@Override
|
||||
public void onAnimationCancelled() {
|
||||
Log.d("b/318394698", "AppLaunchAnimationRunner: onAnimationCancelled");
|
||||
mOnEndCallback.executeAllAndDestroy();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user