WindowManager: Fix javadoc for soft input states

Change-Id: I23e10b92356113ec61d1f2ee50a2f6d72ab17abf
This commit is contained in:
Adrian Roos
2022-01-03 22:21:46 +01:00
parent 6ba962a93f
commit 9a1aee4d2b

View File

@@ -2757,7 +2757,7 @@ public interface WindowManager extends ViewManager {
*
* <p>Applications that target {@link android.os.Build.VERSION_CODES#P} and later, this flag
* is ignored unless there is a focused view that returns {@code true} from
* {@link View#isInEditMode()} when the window is focused.</p>
* {@link View#onCheckIsTextEditor()} when the window is focused.</p>
*/
public static final int SOFT_INPUT_STATE_VISIBLE = 4;
@@ -2767,7 +2767,7 @@ public interface WindowManager extends ViewManager {
*
* <p>Applications that target {@link android.os.Build.VERSION_CODES#P} and later, this flag
* is ignored unless there is a focused view that returns {@code true} from
* {@link View#isInEditMode()} when the window is focused.</p>
* {@link View#onCheckIsTextEditor()} when the window is focused.</p>
*/
public static final int SOFT_INPUT_STATE_ALWAYS_VISIBLE = 5;