Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImeVisibilityStateComputer.java425 if (state.hasImeFocusChanged() && (!state.hasEditorFocused() || !doAutoShow)) { in computeState()
463 if (state.hasImeFocusChanged()) { in computeState()
485 if (state.hasImeFocusChanged()) { in computeState()
497 if (!state.hasImeFocusChanged()) { in computeState()
718 boolean hasImeFocusChanged() { in hasImeFocusChanged() method in ImeVisibilityStateComputer.ImeTargetWindowState