Searched refs:mIsInputViewShown (Results 1 – 2 of 2) sorted by relevance
496 boolean mIsInputViewShown; field in InputMethodService1409 mIsInputViewShown = false; in initViews()1721 if (mIsInputViewShown && currentHeight != newHeight) { in onConfigureWindow()1865 if (mIsInputViewShown != isShown && mDecorViewVisible) { in updateInputViewShown()1866 mIsInputViewShown = isShown; in updateInputViewShown()3421 p.println(" mIsInputViewShown=" + mIsInputViewShown in dump()3460 proto.write(IS_INPUT_VIEW_SHOWN, mIsInputViewShown); in dumpProtoInternal()
25455 Landroid/inputmethodservice/InputMethodService;->mIsInputViewShown:Z