Home
last modified time | relevance | path

Searched refs:showImeWithInputMethodManager (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
H A DInputMethodServiceTest.java285 mActivity.showImeWithInputMethodManager(InputMethodManager.SHOW_IMPLICIT)).isTrue(), in testShowSoftInput_disableShowImeWithHardKeyboard()
291 () -> assertThat(mActivity.showImeWithInputMethodManager(0 /* flags */)).isTrue(), in testShowSoftInput_disableShowImeWithHardKeyboard()
307 () -> assertThat(mActivity.showImeWithInputMethodManager(0 /* flags */)).isTrue(), in testShowSoftInputExplicitly()
323 mActivity.showImeWithInputMethodManager(InputMethodManager.SHOW_IMPLICIT)).isTrue(), in testShowSoftInputImplicitly()
352 mActivity.showImeWithInputMethodManager(0 /* flags */)).isTrue(), in testShowSoftInputExplicitly_fullScreenMode()
381 mActivity.showImeWithInputMethodManager(InputMethodManager.SHOW_IMPLICIT)).isTrue(), in testShowSoftInputImplicitly_fullScreenMode()
402 mActivity.showImeWithInputMethodManager(0 /* flags */)).isTrue(), in testShowSoftInputExplicitly_withHardKeyboard()
444 () -> assertThat(mActivity.showImeWithInputMethodManager(0 /* flags */)).isTrue(), in testShowSoftInputExplicitly_thenConfigurationChanged()
527 mActivity.showImeWithInputMethodManager(0 /* flags */)).isTrue(), in testShowSoftInputExplicitly_thenShowSoftInputImplicitly_withHardKeyboard()
560 mActivity.showImeWithInputMethodManager(InputMethodManager.SHOW_FORCED)).isTrue(), in testShowSoftInputForced_testShowSoftInputExplicitly_thenHideSoftInputNotAlways()
[all …]
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DImeOpenCloseStressTest.java110 callOnMainSync(activity::showImeWithInputMethodManager); in testShowHideWithInputMethodManager_waitingVisibilityChange()
132 callOnMainSync(activity::showImeWithInputMethodManager); in testShowHideWithInputMethodManager_waitingAnimationEnd()
164 callOnMainSync(activity::showImeWithInputMethodManager); in testShowHideWithInputMethodManager_intervalAfterHide()
181 activity.showImeWithInputMethodManager(); in testShowHideWithInputMethodManager_inSameFrame()
189 mInstrumentation.runOnMainSync(activity::showImeWithInputMethodManager); in testShowHideWithInputMethodManager_inSameFrame()
198 activity.showImeWithInputMethodManager(); in testShowHideWithInputMethodManager_inSameFrame()
243 callOnMainSync(activity::showImeWithInputMethodManager); in testShowWithInputMethodManager_notRequestFocus()
449 callOnMainSync(activity::showImeWithInputMethodManager); in testScreenOffOn()
477 callOnMainSync(activity::showImeWithInputMethodManager); in testRotateScreenWithKeyboardOn()
H A DDefaultImeVisibilityTest.java110 callOnMainSync(activity::showImeWithInputMethodManager); in showHideDefaultIme()
H A DImeStressTestUtil.java402 showImeWithInputMethodManager(); in onCreate()
422 public boolean showImeWithInputMethodManager() { in showImeWithInputMethodManager() method in ImeStressTestUtil.TestActivity
H A DAutoShowTest.java203 callOnMainSync(firstActivity::showImeWithInputMethodManager); in autoShow_forwardWithKeyboardOn()
267 callOnMainSync(secondActivity::showImeWithInputMethodManager); in autoShow_backwardWithKeyboardOn()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/testing/
H A DTestActivity.java91 public boolean showImeWithInputMethodManager(int flags) { in showImeWithInputMethodManager() method in TestActivity