Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e8e08a4 authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Android (Google) Code Review
Browse files

Merge "Remove flag use_rt_frame_callback_for_splash_screen_transfer" into main

parents fb008518 2e7ebbd2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4824,8 +4824,7 @@ public final class ActivityThread extends ClientTransactionHandler

        view.syncTransferSurfaceOnDraw();

        if (com.android.window.flags.Flags.useRtFrameCallbackForSplashScreenTransfer()
                && decorView.isHardwareAccelerated()) {
        if (decorView.isHardwareAccelerated()) {
            decorView.getViewRootImpl().registerRtFrameCallback(
                    new HardwareRenderer.FrameDrawingCallback() {
                        @Override
+0 −11
Original line number Diff line number Diff line
@@ -449,17 +449,6 @@ flag {
    }
}

flag {
    name: "use_rt_frame_callback_for_splash_screen_transfer"
    namespace: "windowing_frontend"
    description: "report SplashscreenView shown after RtFrame commit"
    is_fixed_read_only: true
    bug: "387231234"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "port_window_size_animation"
    namespace: "windowing_frontend"