Loading packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardRootViewBinder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -474,7 +474,7 @@ object KeyguardRootViewBinder { val transition = blueprintViewModel.currentTransition.value val shouldAnimate = transition != null && transition.config.type.animateNotifChanges if (prevTransition == transition && shouldAnimate) { logger.w("Skipping; layout during transition") logger.w("Skipping onNotificationContainerBoundsChanged during transition") return } Loading packages/SystemUI/src/com/android/systemui/log/dagger/LogModule.java +8 −4 Original line number Diff line number Diff line Loading @@ -327,7 +327,8 @@ public class LogModule { @SysUISingleton @KeyguardBlueprintLog public static LogBuffer provideKeyguardBlueprintLog(LogBufferFactory factory) { return factory.create("KeyguardBlueprintLog", 100); // TODO(b/389987229): Reduce back to 100 return factory.create("KeyguardBlueprintLog", 1000); } /** Loading @@ -337,7 +338,8 @@ public class LogModule { @SysUISingleton @KeyguardClockLog public static LogBuffer provideKeyguardClockLog(LogBufferFactory factory) { return factory.create("KeyguardClockLog", 100); // TODO(b/389987229): Reduce back to 100 return factory.create("KeyguardClockLog", 1000); } /** Loading @@ -347,7 +349,8 @@ public class LogModule { @SysUISingleton @KeyguardSmallClockLog public static LogBuffer provideKeyguardSmallClockLog(LogBufferFactory factory) { return factory.create("KeyguardSmallClockLog", 100); // TODO(b/389987229): Reduce back to 100 return factory.create("KeyguardSmallClockLog", 1000); } /** Loading @@ -357,7 +360,8 @@ public class LogModule { @SysUISingleton @KeyguardLargeClockLog public static LogBuffer provideKeyguardLargeClockLog(LogBufferFactory factory) { return factory.create("KeyguardLargeClockLog", 100); // TODO(b/389987229): Reduce back to 100 return factory.create("KeyguardLargeClockLog", 1000); } /** Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardRootViewBinder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -474,7 +474,7 @@ object KeyguardRootViewBinder { val transition = blueprintViewModel.currentTransition.value val shouldAnimate = transition != null && transition.config.type.animateNotifChanges if (prevTransition == transition && shouldAnimate) { logger.w("Skipping; layout during transition") logger.w("Skipping onNotificationContainerBoundsChanged during transition") return } Loading
packages/SystemUI/src/com/android/systemui/log/dagger/LogModule.java +8 −4 Original line number Diff line number Diff line Loading @@ -327,7 +327,8 @@ public class LogModule { @SysUISingleton @KeyguardBlueprintLog public static LogBuffer provideKeyguardBlueprintLog(LogBufferFactory factory) { return factory.create("KeyguardBlueprintLog", 100); // TODO(b/389987229): Reduce back to 100 return factory.create("KeyguardBlueprintLog", 1000); } /** Loading @@ -337,7 +338,8 @@ public class LogModule { @SysUISingleton @KeyguardClockLog public static LogBuffer provideKeyguardClockLog(LogBufferFactory factory) { return factory.create("KeyguardClockLog", 100); // TODO(b/389987229): Reduce back to 100 return factory.create("KeyguardClockLog", 1000); } /** Loading @@ -347,7 +349,8 @@ public class LogModule { @SysUISingleton @KeyguardSmallClockLog public static LogBuffer provideKeyguardSmallClockLog(LogBufferFactory factory) { return factory.create("KeyguardSmallClockLog", 100); // TODO(b/389987229): Reduce back to 100 return factory.create("KeyguardSmallClockLog", 1000); } /** Loading @@ -357,7 +360,8 @@ public class LogModule { @SysUISingleton @KeyguardLargeClockLog public static LogBuffer provideKeyguardLargeClockLog(LogBufferFactory factory) { return factory.create("KeyguardLargeClockLog", 100); // TODO(b/389987229): Reduce back to 100 return factory.create("KeyguardLargeClockLog", 1000); } /** Loading