Searched refs:REQUEST_FOCUS_ON_CREATE (Results 1 – 4 of 4) sorted by relevance
19 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()
23 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()
23 import static com.android.inputmethod.stresstest.ImeStressTestUtil.REQUEST_FOCUS_ON_CREATE;93 Collections.singletonList(REQUEST_FOCUS_ON_CREATE)); in showHideDefaultIme()
92 public static final String REQUEST_FOCUS_ON_CREATE = "request_focus_on_create"; field in ImeStressTestUtil374 boolean requestFocus = getIntent().getBooleanExtra(REQUEST_FOCUS_ON_CREATE, false); in onCreate()