Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DAutoShowTest.java19 import static com.android.inputmethod.stresstest.ImeStressTestUtil.REQUEST_FOCUS_ON_CREATE;
101 Collections.singletonList(REQUEST_FOCUS_ON_CREATE)); in autoShow_hasFocusedView_requestFocus()
181 Collections.singletonList(REQUEST_FOCUS_ON_CREATE)); in autoShow_forwardWithKeyboardOff()
200 Collections.singletonList(REQUEST_FOCUS_ON_CREATE)); in autoShow_forwardWithKeyboardOn()
212 Collections.singletonList(REQUEST_FOCUS_ON_CREATE)); in autoShow_forwardWithKeyboardOn()
264 Collections.singletonList(REQUEST_FOCUS_ON_CREATE)); in autoShow_backwardWithKeyboardOn()
H A DImeOpenCloseStressTest.java23 import static com.android.inputmethod.stresstest.ImeStressTestUtil.REQUEST_FOCUS_ON_CREATE;
229 REQUEST_FOCUS_ON_CREATE, in testShowHideWithInputMethodManager_onCreate()
375 REQUEST_FOCUS_ON_CREATE, WINDOW_INSETS_CONTROLLER_SHOW_ON_CREATE)); in testShowWithWindowInsetsController_onCreate_requestFocus()
432 REQUEST_FOCUS_ON_CREATE, in testHideWithWindowInsetsController_onCreate_requestFocus()
446 Collections.singletonList(REQUEST_FOCUS_ON_CREATE)); in testScreenOffOn()
474 Collections.singletonList(REQUEST_FOCUS_ON_CREATE)); in testRotateScreenWithKeyboardOn()
H A DDefaultImeVisibilityTest.java23 import static com.android.inputmethod.stresstest.ImeStressTestUtil.REQUEST_FOCUS_ON_CREATE;
93 Collections.singletonList(REQUEST_FOCUS_ON_CREATE)); in showHideDefaultIme()
H A DImeStressTestUtil.java92 public static final String REQUEST_FOCUS_ON_CREATE = "request_focus_on_create"; field in ImeStressTestUtil
374 boolean requestFocus = getIntent().getBooleanExtra(REQUEST_FOCUS_ON_CREATE, false); in onCreate()