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

Commit 2e7ebbd2 authored by wilsonshih's avatar wilsonshih
Browse files

Remove flag use_rt_frame_callback_for_splash_screen_transfer

Bug: 409607315
Flag: EXEMPT flag removal
Test: presubmit
Change-Id: I54157e07bbac4e19523488d06458e84180a05346
parent 2a2f062d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4825,8 +4825,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
@@ -438,17 +438,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"