Home
last modified time | relevance | path

Searched refs:SOFT_INPUT_MASK_STATE (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DAutoShowTest.java329 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyAutoShowBehavior_forwardWithKeyboardOff()
372 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyAutoShowBehavior_forwardWithKeyboardOn()
436 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyAutoShowBehavior_backwardWithKeyboardOff()
453 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyAutoShowBehavior_backwardWithKeyboardOn()
H A DImeOpenCloseStressTest.java552 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyRotateBehavior()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImeVisibilityStateComputer.java28 import static android.view.WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE;
391 final int softInputVisibility = state.mSoftInputModeState & SOFT_INPUT_MASK_STATE; in computeState()
564 switch (softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE) { in shouldRestoreImeVisibility()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodDebug.java110 final int state = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in softInputModeToString()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowManager.java3486 public static final int SOFT_INPUT_MASK_STATE = 0x0f; field in WindowManager.LayoutParams
5623 final int state = softInputMode & SOFT_INPUT_MASK_STATE; in softInputModeToString()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java1908 switch (softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE) { in mayImeShowOnLaunchingActivity()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt54052 field public static final int SOFT_INPUT_MASK_STATE = 15; // 0xf