Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DImeVisibilityStateComputer.java107 private boolean mInputShown; field in ImeVisibilityStateComputer
309 mInputShown = false; in clearImeShowFlags()
522 if (!state.hasEditorFocused() && mInputShown && state.isStartInputByGainFocus() in computeState()
544 if (state != null && state.isRequestedImeVisible() && mInputShown && !interactive) { in onInteractiveChanged()
591 return mInputShown; in isInputShown()
595 mInputShown = inputShown; in setInputShown()
603 proto.write(INPUT_SHOWN, mInputShown); in dumpDebug()
611 p.println(prefix + "mInputShown=" + mInputShown); in dump()