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

Commit e705f1d7 authored by Danny Baumann's avatar Danny Baumann Committed by DvTonder
Browse files

Reimplement expanded desktop on top of immersive mode.

Change-Id: I8ed08afebef0bb08a2694b1dbdd6dd1887b5b065
parent 0dcd195a
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -3071,6 +3071,17 @@ public final class Settings {
         */
        public static final String LOCKSCREEN_BACKGROUND = "lockscreen_background";

        /**
         * Expanded desktop on/off state
         * @hide
         */
        public static final String EXPANDED_DESKTOP_STATE = "expanded_desktop_state";

        /**
         * Expanded desktop style (with status bar or without status bar)
         * @hide
         */
        public static final String EXPANDED_DESKTOP_STYLE = "expanded_desktop_style";

        /**
         * Show the pending notification counts as overlays on the status bar
@@ -3096,6 +3107,12 @@ public final class Settings {
         */
        public static final String POWER_MENU_SCREENSHOT_ENABLED = "power_menu_screenshot_enabled";

        /**
         * Whether power menu expanded desktop is enabled
         * @hide
         */
        public static final String POWER_MENU_EXPANDED_DESKTOP_ENABLED = "power_menu_expanded_desktop_enabled";

        /**
         * Whether power menu profiles switcher is enabled
         * @hide
+3 −0
Original line number Diff line number Diff line
@@ -429,6 +429,9 @@ public interface WindowManagerPolicy {

        /** Unregister a system listener for touch events */
        void unregisterPointerEventListener(PointerEventListener listener);

        /** Fast way to post time-critical systemui flags to window manaegr*/
        void addSystemUIVisibilityFlag(int flag);
    }

    public interface PointerEventListener {
+1.33 KiB
Loading image diff...
+1.33 KiB
Loading image diff...
+1.21 KiB
Loading image diff...
Loading