Home
last modified time | relevance | path

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

/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestActivity.java175 public void showOverlayWindow() { in showOverlayWindow() method in TestActivity
176 showOverlayWindow(false /* imeFocusable */); in showOverlayWindow()
178 public void showOverlayWindow(boolean imeFocusable) { in showOverlayWindow() method in TestActivity
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodPickerTest.java94 getInstrumentation().runOnMainSync(testActivity::showOverlayWindow); in testInputMethodPicker_hidesUntrustedOverlays()
125 testActivity.showOverlayWindow(true /* imeFocusable */)); in testShowInputMethodPicker_noDismissWhenOverlayPopup()
DKeyboardVisibilityControlTest.java1054 testActivity.showOverlayWindow(true /* imeFocusable */))); in testImeVisibleOnImeFocusableOverlay()
1474 testActivity.showOverlayWindow(true /* imeFocusable */)), 100); in testImeHiddenWhenImeLayeringTargetDelayedToShowInAppSwitch()