Searched refs:isInputMethodPickerShown (Results 1 – 6 of 6) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputMethodPickerTest.java | 25 import static android.view.inputmethod.cts.util.TestUtils.isInputMethodPickerShown; 99 waitOnMainUntil(() -> isInputMethodPickerShown(mImManager), TIMEOUT, in testInputMethodPicker_hidesUntrustedOverlays() 122 waitOnMainUntil(() -> isInputMethodPickerShown(mImManager), TIMEOUT, in testShowInputMethodPicker_noDismissWhenOverlayPopup() 127 assertTrue(getOnMainSync(() -> isInputMethodPickerShown(mImManager))); in testShowInputMethodPicker_noDismissWhenOverlayPopup() 158 waitOnMainUntil(() -> isInputMethodPickerShown(im), TIMEOUT, in testShowImePickerOnExternalDisplay() 168 waitOnMainUntil(() -> !isInputMethodPickerShown(mImManager), TIMEOUT, in closeSystemDialogsAndWait()
|
D | InputMethodManagerTest.java | 23 import static android.view.inputmethod.cts.util.TestUtils.isInputMethodPickerShown; 123 + "normal apps.", SecurityException.class, mImManager::isInputMethodPickerShown); in testIsInputMethodPickerShownProtection() 275 waitOnMainUntil(() -> !isInputMethodPickerShown(mImManager), TIMEOUT, in testShowInputMethodPicker() 280 waitOnMainUntil(() -> isInputMethodPickerShown(mImManager), TIMEOUT, in testShowInputMethodPicker() 303 waitOnMainUntil(() -> !isInputMethodPickerShown(mImManager), TIMEOUT, in testShowInputMethodPicker()
|
D | ImeInsetsVisibilityTest.java | 28 import static android.view.inputmethod.cts.util.TestUtils.isInputMethodPickerShown; 297 TestUtils.waitOnMainUntil(() -> isInputMethodPickerShown(imm) && editText.isLaidOut(), in testEditTextPositionAndPersistWhenAboveImeWindowShown() 309 TestUtils.waitOnMainUntil(() -> !isInputMethodPickerShown(imm), TIMEOUT, in testEditTextPositionAndPersistWhenAboveImeWindowShown()
|
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/ |
D | InputMethodServiceDeviceTest.java | 390 pollingCheck(InputMethodServiceDeviceTest::isInputMethodPickerShown, TIMEOUT, in showInputMethodPicker() 394 private static boolean isInputMethodPickerShown() { in isInputMethodPickerShown() method in InputMethodServiceDeviceTest 401 return imm.isInputMethodPickerShown(); in isInputMethodPickerShown()
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | TestUtils.java | 173 public static boolean isInputMethodPickerShown(@NonNull InputMethodManager imm) { in isInputMethodPickerShown() method in TestUtils 174 return SystemUtil.runWithShellPermissionIdentity(imm::isInputMethodPickerShown); in isInputMethodPickerShown()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | test-current.txt | 3986 …ermission(android.Manifest.permission.TEST_INPUT_METHOD) public boolean isInputMethodPickerShown();
|