Searched refs:mIsInputViewShown (Results 1 – 2 of 2) sorted by relevance
419 boolean mIsInputViewShown; field in InputMethodService1062 mIsInputViewShown = false; in initViews()1364 if (mIsInputViewShown && currentHeight != newHeight) { in onConfigureWindow()1502 if (mIsInputViewShown != isShown && mDecorViewVisible) { in updateInputViewShown()1503 mIsInputViewShown = isShown; in updateInputViewShown()1528 return mCanPreRender ? mWindowVisible : mIsInputViewShown && mDecorViewVisible; in isInputViewShown()3084 p.println(" mIsInputViewShown=" + mIsInputViewShown in dump()
32706 Landroid/inputmethodservice/InputMethodService;->mIsInputViewShown:Z