Refactor RecentsAnimationDeviceState and TaskAnimationManager using new PerDisplay library

Test: locally tested on Tangor
Bug: 399371607
Flag: EXEMPT refactor

Change-Id: Ie52f53a2d5dee757a8dc3b19248736bc15e5e0c6
This commit is contained in:
Will Osborn
2025-03-17 16:13:34 +00:00
parent 58dd096ce4
commit ec8d20d0ed
34 changed files with 547 additions and 252 deletions
@@ -561,6 +561,15 @@ public class ActiveGestureProtoLogProxy {
displayId);
}
public static void logOnAbsSwipeUpHandlerNotAvailable(int displayId) {
ActiveGestureLog.INSTANCE.addLog(new ActiveGestureLog.CompoundString(
"AbsSwipeUpHandler not available for displayId=%d",
displayId));
if (!enableActiveGestureProtoLog() || !isProtoLogInitialized()) return;
ProtoLog.d(ACTIVE_GESTURE_LOG, "AbsSwipeUpHandler not available for displayId=%d",
displayId);
}
public static void logGestureStartSwipeHandler(@NonNull String interactionHandler) {
ActiveGestureLog.INSTANCE.addLog(new ActiveGestureLog.CompoundString(
"OtherActivityInputConsumer.startTouchTrackingForWindowAnimation: "