Home
last modified time | relevance | path

Searched defs:imeSession (Results 1 – 15 of 15) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DFocusHandlingTest.java139 try (MockImeSession imeSession = MockImeSession.create( in testOnStartInputCalledOnceIme()
170 try (MockImeSession imeSession = MockImeSession.create( in testSoftInputStateAlwaysVisibleWithoutFocusedEditorView()
213 try (MockImeSession imeSession = MockImeSession.create( in testEditorStartsInput()
239 try (MockImeSession imeSession = MockImeSession.create( in testSoftInputStateAlwaysVisibleFocusedEditorView()
280 try (MockImeSession imeSession = MockImeSession.create( in testFocusableWindowDoesNotInvalidateExistingInputConnection()
382 try (MockImeSession imeSession = MockImeSession.create( in testNonFocusablePopupWindowDoesNotAffectImeVisibility()
443 try (MockImeSession imeSession = MockImeSession.create( in testRestartInputWhileOtherProcessHasWindowFocus()
495 try (MockImeSession imeSession = MockImeSession.create( in testSetShowInputOnFocus()
589 try (MockImeSession imeSession = MockImeSession.create( in testKeyboardStateAfterImeFocusableFlagChanged()
669 try (MockImeSession imeSession = MockImeSession.create( in testRequestFocusOnWindowFocusChanged()
DSearchViewTest.java123 try (MockImeSession imeSession = MockImeSession.create( in testTapThenSetQuery()
156 try (MockImeSession imeSession = MockImeSession.create( in testShowImeWithSearchViewFocus()
183 try (MockImeSession imeSession = MockImeSession.create( in testShowImeWhenSearchViewFocusInListView()
DInputMethodServiceStrictModeTest.java117 try (MockImeSession imeSession = MockImeSession.create( in verifyIms()
153 try (MockImeSession imeSession = MockImeSession.create( in testIncorrectContextUseOnImsDerivedDisplayContext()
DImeInsetsVisibilityTest.java96 try (MockImeSession imeSession = MockImeSession.create( in testImeVisibilityWhenImeFocusableChildPopup()
150 try (MockImeSession imeSession = MockImeSession.create( in testImeVisibilityWhenImeFocusableGravityBottomChildPopup()
199 try (MockImeSession imeSession = MockImeSession.create( in testImeVisibilityWhenImeFocusableChildPopupOverlaps()
252 try (MockImeSession imeSession = MockImeSession.create( in testEditTextPositionAndPersistWhenAboveImeWindowShown()
332 try (MockImeSession imeSession = MockImeSession.create( in testEditorWontCoveredByImeWhenInputWindowBehindPanel()
DInputMethodStartInputLifecycleTest.java98 try (MockImeSession imeSession = MockImeSession.create( in testInputConnectionStateWhenScreenStateChanges()
184 try (MockImeSession imeSession = MockImeSession.create( in testNoStartNewInputWhileOtherProcessHasWindowFocus()
DOnScreenPositionTest.java90 try (MockImeSession imeSession = MockImeSession.create( in testImeIsNotBehindNavBar()
DPackageVisibilityTest.java80 try (MockImeSession imeSession = MockImeSession.create( in testTargetPackageIsVisibleFromIme()
DImeInsetsControllerTest.java96 try (MockImeSession imeSession = MockImeSession.create( in testChangeSizeWhileControlling()
DEditTextImeSupportTest.java102 try (MockImeSession imeSession = MockImeSession.create( in testSetTextTriggersRestartInput()
DNavigationBarColorTest.java254 try (MockImeSession imeSession = MockImeSession.create( in getNavigationBarBitmap()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilitySoftKeyboardTest.java140 try (TestImeSession imeSession = new TestImeSession(Ime1Constants.IME_ID)) { in testSwitchToInputMethod()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsControllerTests.java212 final MockImeSession imeSession = MockImeHelper.createManagedMockImeSession(this); in testImeShowAndHide() local
229 final MockImeSession imeSession = MockImeHelper.createManagedMockImeSession(this); in testImeForceShowingNavigationBar() local
549 try (MockImeSession imeSession = MockImeSession.create(instrumentation.getContext(), in testShowImeOnCreate_doesntCauseImeToReappearWhenDialogIsShown()
DMultiDisplayClientTests.java174 MockImeSession imeSession, int targetDisplayId) throws Exception { in assertImeShownAndMatchesDisplayId()
DWindowInsetsAnimationSynchronicityTests.java96 try (ImeSession imeSession = new ImeSession(SimpleIme.getName(mContext))) { in runTest()
/cts/tests/translation/src/android/translation/cts/
DUiTranslationManagerTest.java404 try (ImeSession imeSession = new ImeSession( in testIMEUiTranslationStateCallback()