Searched refs:mIsInputViewShown (Results 1 – 1 of 1) sorted by relevance
432 boolean mIsInputViewShown; field in InputMethodService1281 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()