Searched refs:mIsInputViewShown (Results 1 – 2 of 2) sorted by relevance
505 boolean mIsInputViewShown; field in InputMethodService1402 mIsInputViewShown = false; in initViews()1715 if (mIsInputViewShown && currentHeight != newHeight) { in onConfigureWindow()1859 if (mIsInputViewShown != isShown && mDecorViewVisible) { in updateInputViewShown()1860 mIsInputViewShown = isShown; in updateInputViewShown()3415 p.println(" mIsInputViewShown=" + mIsInputViewShown in dump()3454 proto.write(IS_INPUT_VIEW_SHOWN, mIsInputViewShown); in dumpProtoInternal()
25455 Landroid/inputmethodservice/InputMethodService;->mIsInputViewShown:Z