Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DImeOpenCloseStressTest.java273 mInstrumentation.runOnMainSync(activity::hideImeWithWindowInsetsController); in testShowHideWithWindowInsetsController_waitingVisibilityChange()
297 mInstrumentation.runOnMainSync(activity::hideImeWithWindowInsetsController); in testShowHideWithWindowInsetsController_waitingAnimationEnd()
320 mInstrumentation.runOnMainSync(activity::hideImeWithWindowInsetsController); in testShowHideWithWindowInsetsController_intervalAfterHide()
342 activity.hideImeWithWindowInsetsController(); in testShowHideWithWindowInsetsController_inSameFrame()
357 activity.hideImeWithWindowInsetsController(); in testShowHideWithWindowInsetsController_inSameFrame()
H A DImeStressTestUtil.java411 hideImeWithWindowInsetsController(); in onCreate()
461 public void hideImeWithWindowInsetsController() { in hideImeWithWindowInsetsController() method in ImeStressTestUtil.TestActivity
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/testing/
H A DTestActivity.java115 public boolean hideImeWithWindowInsetsController() { in hideImeWithWindowInsetsController() method in TestActivity
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
H A DInputMethodServiceTest.java160 () -> assertThat(mActivity.hideImeWithWindowInsetsController()).isTrue(), in testShowHideKeyboard_byApi()