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:
@@ -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: "
|
||||
|
||||
Reference in New Issue
Block a user