Searched refs:mIsInputViewShown (Results 1 – 2 of 2) sorted by relevance
636 boolean mIsInputViewShown; field in InputMethodService1756 mIsInputViewShown = false; in initViews()2088 if (mIsInputViewShown && currentHeight != newHeight) { in onConfigureWindow()2236 if (mIsInputViewShown != isShown && mDecorViewVisible) { in updateInputViewShown()2237 mIsInputViewShown = isShown; in updateInputViewShown()4147 p.println(" mIsInputViewShown=" + mIsInputViewShown4188 proto.write(IS_INPUT_VIEW_SHOWN, mIsInputViewShown);
22577 Landroid/inputmethodservice/InputMethodService;->mIsInputViewShown:Z