Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DFocusHandlingTest.java1060 final boolean willHideIme = willHideImeWhenNoEditorFocus(); in testUnfocusedEditor_stateVisible()
1085 final boolean willHideIme = willHideImeWhenNoEditorFocus(); in testUnfocusedEditor_stateAlwaysVisible()
1108 final boolean willHideIme = willHideImeWhenNoEditorFocus(); in testUnfocusedEditor_stateUnchanged()
1335 private static boolean willHideImeWhenNoEditorFocus() throws Exception { in willHideImeWhenNoEditorFocus() method in FocusHandlingTest