Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:isShown

1067         boolean isShown = mShowInputRequested && onEvaluateInputViewShown();
1068 if (mIsInputViewShown != isShown && mWindowVisible) {
1069 mIsInputViewShown = isShown;
1070 mInputFrame.setVisibility(isShown ? View.VISIBLE : View.GONE);