Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java432 boolean mIsInputViewShown; field in InputMethodService
1281 mIsInputViewShown = false; in initViews()
1584 if (mIsInputViewShown && currentHeight != newHeight) { in onConfigureWindow()
1722 if (mIsInputViewShown != isShown && mDecorViewVisible) { in updateInputViewShown()
1723 mIsInputViewShown = isShown; in updateInputViewShown()
1748 return mCanPreRender ? mWindowVisible : mIsInputViewShown && mDecorViewVisible; in isInputViewShown()
3330 p.println(" mIsInputViewShown=" + mIsInputViewShown in dump()