Home
last modified time | relevance | path

Searched refs:imeSession (Results 1 – 8 of 8) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DFocusHandlingTest.java100 try (MockImeSession imeSession = MockImeSession.create( in testOnStartInputCalledOnceIme() argument
104 final ImeEventStream stream = imeSession.openEventStream(); in testOnStartInputCalledOnceIme()
130 try (MockImeSession imeSession = MockImeSession.create( in testSoftInputStateAlwaysVisibleWithoutFocusedEditorView() argument
134 final ImeEventStream stream = imeSession.openEventStream(); in testSoftInputStateAlwaysVisibleWithoutFocusedEditorView()
173 try (MockImeSession imeSession = MockImeSession.create( in testEditorStartsInput() argument
177 final ImeEventStream stream = imeSession.openEventStream(); in testEditorStartsInput()
199 try (MockImeSession imeSession = MockImeSession.create( in testSoftInputStateAlwaysVisibleFocusedEditorView() argument
203 final ImeEventStream stream = imeSession.openEventStream(); in testSoftInputStateAlwaysVisibleFocusedEditorView()
240 try (MockImeSession imeSession = MockImeSession.create( in testFocusableWindowDoesNotInvalidateExistingInputConnection() argument
244 final ImeEventStream stream = imeSession.openEventStream(); in testFocusableWindowDoesNotInvalidateExistingInputConnection()
[all …]
DInputMethodServiceTest.java120 try (MockImeSession imeSession = MockImeSession.create(
124 final ImeEventStream stream = imeSession.openEventStream();
129 final ImeCommand command = imeSession.callSetBackDisposition(backDisposition);
172 try (MockImeSession imeSession = MockImeSession.create(
176 final ImeEventStream stream = imeSession.openEventStream();
181 imeSession.callRequestHideSelf(0);
189 try (MockImeSession imeSession = MockImeSession.create(
193 final ImeEventStream stream = imeSession.openEventStream();
199 imeSession.callRequestShowSelf(0);
234 try (MockImeSession imeSession = MockImeSession.create(
[all …]
DSearchViewTest.java82 try (MockImeSession imeSession = MockImeSession.create( in testTapThenSetQuery() argument
86 final ImeEventStream stream = imeSession.openEventStream(); in testTapThenSetQuery()
112 try (MockImeSession imeSession = MockImeSession.create( in testShowImeWithSearchViewFocus() argument
116 final ImeEventStream stream = imeSession.openEventStream(); in testShowImeWithSearchViewFocus()
DKeyboardVisibilityControlTest.java137 try (MockImeSession imeSession = MockImeSession.create(
141 final ImeEventStream stream = imeSession.openEventStream();
173 try (MockImeSession imeSession = MockImeSession.create(
177 final ImeEventStream stream = imeSession.openEventStream();
205 try (MockImeSession imeSession = MockImeSession.create(
209 final ImeEventStream stream = imeSession.openEventStream();
DOnScreenPositionTest.java85 try (MockImeSession imeSession = MockImeSession.create( in testImeIsNotBehindNavBar() argument
90 final ImeEventStream stream = imeSession.openEventStream(); in testImeIsNotBehindNavBar()
DNavigationBarColorTest.java248 try (MockImeSession imeSession = MockImeSession.create( in getNavigationBarBitmap() argument
250 final ImeEventStream stream = imeSession.openEventStream(); in getNavigationBarBitmap()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayClientTests.java184 MockImeSession imeSession, int targetDisplayId) throws Exception { in assertImeShownAndMatchesDisplayId() argument
185 final ImeEventStream stream = imeSession.openEventStream(); in assertImeShownAndMatchesDisplayId()
199 final int displayId = expectCommand(stream, imeSession.callGetDisplayId(), TIMEOUT) in assertImeShownAndMatchesDisplayId()
DActivityViewTest.java231 try (final MockImeSession imeSession = MockImeSession.create(mContext, in testInputMethod() argument
233 final ImeEventStream stream = imeSession.openEventStream(); in testInputMethod()
242 final ImeCommand cursorUpdatesCommand = imeSession.callRequestCursorUpdates( in testInputMethod()