Home
last modified time | relevance | path

Searched defs:softInputVisibility (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DAutoShowTest.java81 public AutoShowTest(int windowFocusFlags, int softInputVisibility, int softInputAdjustment) { in AutoShowTest()
329 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyAutoShowBehavior_forwardWithKeyboardOff() local
372 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyAutoShowBehavior_forwardWithKeyboardOn() local
436 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyAutoShowBehavior_backwardWithKeyboardOff() local
453 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyAutoShowBehavior_backwardWithKeyboardOn() local
H A DImeOpenCloseStressTest.java92 int windowFocusFlags, int softInputVisibility, int softInputAdjustment) { in ImeOpenCloseStressTest()
552 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyRotateBehavior() local
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImeVisibilityStateComputer.java391 final int softInputVisibility = state.mSoftInputModeState & SOFT_INPUT_MASK_STATE; in computeState() local