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

Commit ac8d445e authored by Yohei Yukawa's avatar Yohei Yukawa Committed by android-build-merger
Browse files

Merge "Improve the JavaDoc for SOFT_INPUT_STATE_UNSPECIFIED" into pi-dev am: 59ecb96d

am: 45cce268

Change-Id: I483b805079891e303081508fae767952bdac6ec4
parents cf544781 45cce268
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1833,7 +1833,9 @@ public interface WindowManager extends ViewManager {
        public static final int SOFT_INPUT_MASK_STATE = 0x0f;

        /**
         * Visibility state for {@link #softInputMode}: no state has been specified.
         * Visibility state for {@link #softInputMode}: no state has been specified. The system may
         * show or hide the software keyboard for better user experience when the window gains
         * focus.
         */
        public static final int SOFT_INPUT_STATE_UNSPECIFIED = 0;