Home
last modified time | relevance | path

Searched refs:hideImeWithInputMethodManager (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DImeOpenCloseStressTest.java113 callOnMainSync(activity::hideImeWithInputMethodManager); in testShowHideWithInputMethodManager_waitingVisibilityChange()
137 callOnMainSync(activity::hideImeWithInputMethodManager); in testShowHideWithInputMethodManager_waitingAnimationEnd()
161 callOnMainSync(activity::hideImeWithInputMethodManager); in testShowHideWithInputMethodManager_intervalAfterHide()
182 activity.hideImeWithInputMethodManager(); in testShowHideWithInputMethodManager_inSameFrame()
197 activity.hideImeWithInputMethodManager(); in testShowHideWithInputMethodManager_inSameFrame()
H A DDefaultImeVisibilityTest.java113 callOnMainSync(activity::hideImeWithInputMethodManager); in showHideDefaultIme()
H A DImeStressTestUtil.java405 hideImeWithInputMethodManager(); in onCreate()
435 public boolean hideImeWithInputMethodManager() { in hideImeWithInputMethodManager() method in ImeStressTestUtil.TestActivity
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/testing/
H A DTestActivity.java107 public boolean hideImeWithInputMethodManager(int flags) { in hideImeWithInputMethodManager() method in TestActivity
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
H A DInputMethodServiceTest.java572 mActivity.hideImeWithInputMethodManager(InputMethodManager.HIDE_NOT_ALWAYS), in testShowSoftInputForced_testShowSoftInputExplicitly_thenHideSoftInputNotAlways()