Loading core/java/android/window/flags/windowing_frontend.aconfig +10 −0 Original line number Diff line number Diff line Loading @@ -267,6 +267,16 @@ flag { } } flag { name: "system_ui_post_animation_end" namespace: "windowing_frontend" description: "Run AnimatorListener#onAnimationEnd on next frame for SystemUI" bug: "300035126" metadata { purpose: PURPOSE_BUGFIX } } flag { name: "system_ui_immersive_confirmation_dialog" namespace: "windowing_frontend" Loading packages/SystemUI/src/com/android/systemui/SystemUIApplication.java +4 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.systemui; import android.animation.Animator; import android.annotation.SuppressLint; import android.app.ActivityThread; import android.app.Application; Loading Loading @@ -135,6 +136,9 @@ public class SystemUIApplication extends Application implements if (Flags.enableLayoutTracing()) { View.setTraceLayoutSteps(true); } if (com.android.window.flags.Flags.systemUiPostAnimationEnd()) { Animator.setPostNotifyEndListenerEnabled(true); } if (mProcessWrapper.isSystemUser()) { IntentFilter bootCompletedFilter = new Loading Loading
core/java/android/window/flags/windowing_frontend.aconfig +10 −0 Original line number Diff line number Diff line Loading @@ -267,6 +267,16 @@ flag { } } flag { name: "system_ui_post_animation_end" namespace: "windowing_frontend" description: "Run AnimatorListener#onAnimationEnd on next frame for SystemUI" bug: "300035126" metadata { purpose: PURPOSE_BUGFIX } } flag { name: "system_ui_immersive_confirmation_dialog" namespace: "windowing_frontend" Loading
packages/SystemUI/src/com/android/systemui/SystemUIApplication.java +4 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.systemui; import android.animation.Animator; import android.annotation.SuppressLint; import android.app.ActivityThread; import android.app.Application; Loading Loading @@ -135,6 +136,9 @@ public class SystemUIApplication extends Application implements if (Flags.enableLayoutTracing()) { View.setTraceLayoutSteps(true); } if (com.android.window.flags.Flags.systemUiPostAnimationEnd()) { Animator.setPostNotifyEndListenerEnabled(true); } if (mProcessWrapper.isSystemUser()) { IntentFilter bootCompletedFilter = new Loading