Searched refs:mIsInputViewShown (Results 1 – 2 of 2) sorted by relevance
655 boolean mIsInputViewShown; field in InputMethodService1881 mIsInputViewShown = false; in initViews()2215 if (mIsInputViewShown && currentHeight != newHeight) { in onConfigureWindow()2363 if (mIsInputViewShown != isShown && mDecorViewVisible) { in updateInputViewShown()2364 mIsInputViewShown = isShown; in updateInputViewShown()4505 p.println(" mIsInputViewShown=" + mIsInputViewShown4546 proto.write(IS_INPUT_VIEW_SHOWN, mIsInputViewShown);
22577 Landroid/inputmethodservice/InputMethodService;->mIsInputViewShown:Z