Home
last modified time | relevance | path

Searched refs:softInputAdjustment (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() argument
82 mSoftInputFlags = softInputVisibility | softInputAdjustment; in AutoShowTest()
330 int softInputAdjustment = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_ADJUST; in verifyAutoShowBehavior_forwardWithKeyboardOff() local
352 if ((softInputAdjustment in verifyAutoShowBehavior_forwardWithKeyboardOff()
373 int softInputAdjustment = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_ADJUST; in verifyAutoShowBehavior_forwardWithKeyboardOn() local
413 if ((softInputAdjustment in verifyAutoShowBehavior_forwardWithKeyboardOn()
H A DImeOpenCloseStressTest.java92 int windowFocusFlags, int softInputVisibility, int softInputAdjustment) { in ImeOpenCloseStressTest() argument
93 mSoftInputFlags = softInputVisibility | softInputAdjustment; in ImeOpenCloseStressTest()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DInputMethodManagerServiceWindowGainedFocusTest.java111 int softInputState, int softInputAdjustment) { in InputMethodManagerServiceWindowGainedFocusTest() argument
113 mSoftInputAdjustment = softInputAdjustment; in InputMethodManagerServiceWindowGainedFocusTest()