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

Commit 362fe53b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Reduce boot animation completion check interval" into rvc-dev am:...

Merge "Reduce boot animation completion check interval" into rvc-dev am: 761e5cd6 am: 5dd8f657 am: 3376c56e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11871451

Change-Id: I29bfef295ce883a01a8e4ad8909c00facdd9f690
parents ae83db2e 3376c56e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -369,7 +369,8 @@ public class WindowManagerService extends IWindowManager.Stub
    static final long DEFAULT_INPUT_DISPATCHING_TIMEOUT_NANOS = 5000 * 1000000L;

    // Poll interval in milliseconds for watching boot animation finished.
    private static final int BOOT_ANIMATION_POLL_INTERVAL = 200;
    // TODO(b/159045990) Migrate to SystemService.waitForState with dedicated thread.
    private static final int BOOT_ANIMATION_POLL_INTERVAL = 50;

    // The name of the boot animation service in init.rc.
    private static final String BOOT_ANIMATION_SERVICE = "bootanim";