Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodDeviceConfigs.java58 public boolean shouldHideImeWhenNoEditorFocus() { in shouldHideImeWhenNoEditorFocus() method in InputMethodDeviceConfigs
DImeVisibilityStateComputer.java523 && mService.mInputMethodDeviceConfigs.shouldHideImeWhenNoEditorFocus()) { in computeState()