Searched refs:mSoftInputFlags (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ |
H A D | ImeOpenCloseStressTest.java | 82 private final int mSoftInputFlags; field in ImeOpenCloseStressTest 93 mSoftInputFlags = softInputVisibility | softInputAdjustment; in ImeOpenCloseStressTest() 100 Intent intent = createIntent(mWindowFocusFlags, mSoftInputFlags, Collections.emptyList()); in testShowHideWithInputMethodManager_waitingVisibilityChange() 220 if (mSoftInputFlags != SOFT_INPUT_STATE_UNCHANGED) { in testShowHideWithInputMethodManager_onCreate() 227 mSoftInputFlags, in testShowHideWithInputMethodManager_onCreate() 373 mSoftInputFlags, in testShowWithWindowInsetsController_onCreate_requestFocus() 388 mSoftInputFlags, in testShowWithWindowInsetsController_onCreate_notRequestFocus() 423 if (mSoftInputFlags != SOFT_INPUT_STATE_UNCHANGED) { in testHideWithWindowInsetsController_onCreate_requestFocus() 430 mSoftInputFlags, in testHideWithWindowInsetsController_onCreate_requestFocus() 445 mSoftInputFlags, in testScreenOffOn() [all …]
|
H A D | AutoShowTest.java | 76 private final int mSoftInputFlags; field in AutoShowTest 82 mSoftInputFlags = softInputVisibility | softInputAdjustment; in AutoShowTest() 100 mSoftInputFlags, in autoShow_hasFocusedView_requestFocus() 115 Intent intent = createIntent(mWindowFocusFlags, mSoftInputFlags, Collections.emptyList()); in autoShow_hasFocusedView_notRequestFocus() 143 mSoftInputFlags, in autoShow_notFocusedView_notRequestFocus() 180 mSoftInputFlags, in autoShow_forwardWithKeyboardOff() 211 mSoftInputFlags, in autoShow_forwardWithKeyboardOn() 226 Intent intent1 = createIntent(mWindowFocusFlags, mSoftInputFlags, Collections.emptyList()); in autoShow_backwardWithKeyboardOff() 253 Intent intent1 = createIntent(mWindowFocusFlags, mSoftInputFlags, Collections.emptyList()); in autoShow_backwardWithKeyboardOn() 285 Intent intent = createIntent(mWindowFocusFlags, mSoftInputFlags, Collections.emptyList()); in clickFocusableView_requestFocus() [all …]
|