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

Commit ef7ae6d9 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

wm: Underp WindowManager flags

 * One was duplicated, the rest were out of order. Fixit.

Change-Id: I401251bf3a0c19b16217dde1bdf66ec1b31651b2
parent 51d5aa9e
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -1101,10 +1101,6 @@ public interface WindowManager extends ViewManager {
         */
         */
        public static final int PRIVATE_FLAG_KEYGUARD = 0x00000400;
        public static final int PRIVATE_FLAG_KEYGUARD = 0x00000400;


        /** Window flag: mark layer as fully transparent
         * {@hide} */
        public static final int PRIVATE_FLAG_FULLY_TRANSPARENT = 0x10000000;

        /**
        /**
         * {@hide}
         * {@hide}
         */
         */
@@ -1125,7 +1121,11 @@ public interface WindowManager extends ViewManager {
         *
         *
         * {@hide}
         * {@hide}
         */
         */
        public static final int PRIVATE_FLAG_DISABLE_WALLPAPER_TOUCH_EVENTS = 0x00000800;
        public static final int PRIVATE_FLAG_DISABLE_WALLPAPER_TOUCH_EVENTS = 0x00004000;

        /** Window flag: mark layer as fully transparent
         * {@hide} */
        public static final int PRIVATE_FLAG_FULLY_TRANSPARENT = 0x10000000;


        /**
        /**
         * Window flag: Overrides default power key behavior
         * Window flag: Overrides default power key behavior