Searched refs:softInputVisibility (Results 1 – 4 of 4) sorted by relevance
81 public AutoShowTest(int windowFocusFlags, int softInputVisibility, int softInputAdjustment) { in AutoShowTest() argument82 mSoftInputFlags = softInputVisibility | softInputAdjustment; in AutoShowTest()329 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyAutoShowBehavior_forwardWithKeyboardOff() local334 switch (softInputVisibility) { in verifyAutoShowBehavior_forwardWithKeyboardOff()372 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyAutoShowBehavior_forwardWithKeyboardOn() local395 switch (softInputVisibility) { in verifyAutoShowBehavior_forwardWithKeyboardOn()436 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyAutoShowBehavior_backwardWithKeyboardOff() local440 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() local457 if (softInputVisibility == WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN) { in verifyAutoShowBehavior_backwardWithKeyboardOn()
92 int windowFocusFlags, int softInputVisibility, int softInputAdjustment) { in ImeOpenCloseStressTest() argument93 mSoftInputFlags = softInputVisibility | softInputAdjustment; in ImeOpenCloseStressTest()552 int softInputVisibility = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE; in verifyRotateBehavior() local559 if (softInputVisibility == WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN) { in verifyRotateBehavior()
117 for (int softInputVisibility : SOFT_INPUT_VISIBILITY_FLAGS) { in getWindowAndSoftInputFlagParameters()121 0x0 /* No window focus flags */, softInputVisibility, softInputAdjust in getWindowAndSoftInputFlagParameters()
394 final int softInputVisibility = state.mSoftInputModeState & SOFT_INPUT_MASK_STATE; in computeState() local426 switch (softInputVisibility) { in computeState()