Home
last modified time | relevance | path

Searched refs:softInputVisibility (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DAutoShowTest.java81 public AutoShowTest(int windowFocusFlags, int softInputVisibility, int softInputAdjustment) { in AutoShowTest() argument
82 mSoftInputFlags = softInputVisibility | softInputAdjustment; in AutoShowTest()
329 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyAutoShowBehavior_forwardWithKeyboardOff() local
334 switch (softInputVisibility) { in verifyAutoShowBehavior_forwardWithKeyboardOff()
372 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyAutoShowBehavior_forwardWithKeyboardOn() local
395 switch (softInputVisibility) { in verifyAutoShowBehavior_forwardWithKeyboardOn()
436 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyAutoShowBehavior_backwardWithKeyboardOff() local
440 if (softInputVisibility == WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE) { in verifyAutoShowBehavior_backwardWithKeyboardOff()
453 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyAutoShowBehavior_backwardWithKeyboardOn() local
457 if (softInputVisibility == WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN) { in verifyAutoShowBehavior_backwardWithKeyboardOn()
DImeOpenCloseStressTest.java92 int windowFocusFlags, int softInputVisibility, int softInputAdjustment) { in ImeOpenCloseStressTest() argument
93 mSoftInputFlags = softInputVisibility | softInputAdjustment; in ImeOpenCloseStressTest()
552 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyRotateBehavior() local
559 if (softInputVisibility == WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN) { in verifyRotateBehavior()
DImeStressTestUtil.java117 for (int softInputVisibility : SOFT_INPUT_VISIBILITY_FLAGS) { in getWindowAndSoftInputFlagParameters()
121 0x0 /* No window focus flags */, softInputVisibility, softInputAdjust in getWindowAndSoftInputFlagParameters()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DImeVisibilityStateComputer.java394 final int softInputVisibility = state.mSoftInputModeState & SOFT_INPUT_MASK_STATE; in computeState() local
426 switch (softInputVisibility) { in computeState()