Searched refs:mIsInputViewShown (Results 1 – 1 of 1) sorted by relevance
303 boolean mIsInputViewShown; field in InputMethodService729 mIsInputViewShown = false; in initViews()961 if (mIsInputViewShown && currentHeight != newHeight) { in onConfigureWindow()1097 if (mIsInputViewShown != isShown && mWindowVisible) { in updateInputViewShown()1098 mIsInputViewShown = isShown; in updateInputViewShown()1123 return mIsInputViewShown && mWindowVisible; in isInputViewShown()2418 p.println(" mIsInputViewShown=" + mIsInputViewShown in dump()