Home
last modified time | relevance | path

Searched refs:imManager (Results 1 – 3 of 3) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodManagerTest.java89 final InputMethodManager imManager = (InputMethodManager) context in testInputMethodManager() local
92 PollingCheck.waitFor(imManager::isActive); in testInputMethodManager()
94 assertTrue(imManager.isAcceptingText()); in testInputMethodManager()
95 assertTrue(imManager.isActive(view)); in testInputMethodManager()
97 assertFalse(imManager.isFullscreenMode()); in testInputMethodManager()
101 assertFalse(imManager.isFullscreenMode()); in testInputMethodManager()
107 assertTrue(imManager.showSoftInput(view, InputMethodManager.SHOW_IMPLICIT)); in testInputMethodManager()
108 assertTrue(imManager.hideSoftInputFromWindow(token, 0)); in testInputMethodManager()
112 assertTrue(imManager.showSoftInput(view, 0, receiver)); in testInputMethodManager()
114 assertTrue(imManager.hideSoftInputFromWindow(token, 0, receiver)); in testInputMethodManager()
[all …]
DBaseInputConnectionTest.java248 InputMethodManager imManager = (InputMethodManager) mInstrumentation.getTargetContext() in testReportFullscreenMode() local
251 assertFalse(imManager.isFullscreenMode()); in testReportFullscreenMode()
255 assertFalse(imManager.isFullscreenMode()); in testReportFullscreenMode()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java6235 final InputMethodManager imManager = (InputMethodManager) mActivity in testAccessShowSoftInputOnFocus() local
6237 PollingCheck.waitFor(imManager::isActive); in testAccessShowSoftInputOnFocus()
6238 assertTrue(imManager.isAcceptingText()); in testAccessShowSoftInputOnFocus()
6239 assertTrue(imManager.isActive(editText)); in testAccessShowSoftInputOnFocus()
6246 imManager.showSoftInput(editText, 0, receiver); in testAccessShowSoftInputOnFocus()
6264 imManager.showSoftInput(editText, 0, receiver); in testAccessShowSoftInputOnFocus()