Searched refs:mWindowFocusFlags (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ |
H A D | ImeOpenCloseStressTest.java | 83 private final int mWindowFocusFlags; field in ImeOpenCloseStressTest 94 mWindowFocusFlags = windowFocusFlags; in ImeOpenCloseStressTest() 100 Intent intent = createIntent(mWindowFocusFlags, mSoftInputFlags, Collections.emptyList()); in testShowHideWithInputMethodManager_waitingVisibilityChange() 120 assumeFalse("Has unfocusable window flags", hasUnfocusableWindowFlags(mWindowFocusFlags)); in testShowHideWithInputMethodManager_waitingAnimationEnd() 122 Intent intent = createIntent(mWindowFocusFlags, mSoftInputFlags, Collections.emptyList()); in testShowHideWithInputMethodManager_waitingAnimationEnd() 226 mWindowFocusFlags, in testShowHideWithInputMethodManager_onCreate() 372 mWindowFocusFlags, in testShowWithWindowInsetsController_onCreate_requestFocus() 387 mWindowFocusFlags, in testShowWithWindowInsetsController_onCreate_notRequestFocus() 429 mWindowFocusFlags, in testHideWithWindowInsetsController_onCreate_requestFocus() 444 mWindowFocusFlags, in testScreenOffOn() [all …]
|
H A D | AutoShowTest.java | 77 private final int mWindowFocusFlags; field in AutoShowTest 83 mWindowFocusFlags = windowFocusFlags; in AutoShowTest() 99 mWindowFocusFlags, in autoShow_hasFocusedView_requestFocus() 115 Intent intent = createIntent(mWindowFocusFlags, mSoftInputFlags, Collections.emptyList()); in autoShow_hasFocusedView_notRequestFocus() 142 mWindowFocusFlags, in autoShow_notFocusedView_notRequestFocus() 179 mWindowFocusFlags, in autoShow_forwardWithKeyboardOff() 210 mWindowFocusFlags, in autoShow_forwardWithKeyboardOn() 226 Intent intent1 = createIntent(mWindowFocusFlags, mSoftInputFlags, Collections.emptyList()); in autoShow_backwardWithKeyboardOff() 281 if ((mWindowFocusFlags & WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE) != 0) { in clickFocusableView_requestFocus() 285 Intent intent = createIntent(mWindowFocusFlags, mSoftInputFlags, Collections.emptyList()); in clickFocusableView_requestFocus() [all …]
|