Searched refs:mIsInputViewShown (Results 1 – 1 of 1) sorted by relevance
326 boolean mIsInputViewShown; field in InputMethodService879 mIsInputViewShown = false; in initViews()1119 if (mIsInputViewShown && currentHeight != newHeight) { in onConfigureWindow()1257 if (mIsInputViewShown != isShown && mWindowVisible) { in updateInputViewShown()1258 mIsInputViewShown = isShown; in updateInputViewShown()1283 return mIsInputViewShown && mWindowVisible; in isInputViewShown()2706 p.println(" mIsInputViewShown=" + mIsInputViewShown in dump()