Home
last modified time | relevance | path

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

/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
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()
DImeOpenCloseStressTest.java552 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyRotateBehavior()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DImeVisibilityStateComputer.java28 import static android.view.WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE;
394 final int softInputVisibility = state.mSoftInputModeState & SOFT_INPUT_MASK_STATE; in computeState()
579 switch (softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE) { in shouldRestoreImeVisibility()
/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodDebug.java110 final int state = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in softInputModeToString()
/frameworks/base/core/java/android/view/
DWindowManager.java3676 public static final int SOFT_INPUT_MASK_STATE = 0x0f; field in WindowManager.LayoutParams
5974 final int state = softInputMode & SOFT_INPUT_MASK_STATE; in softInputModeToString()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java912 softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in onWindowLostFocus()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34747 field public static final int SOFT_INPUT_MASK_STATE = 15; // 0xf
/frameworks/base/core/api/
Dcurrent.txt54624 field public static final int SOFT_INPUT_MASK_STATE = 15; // 0xf