Searched refs:mWindowVisible (Results 1 – 3 of 3) sorted by relevance
86 private boolean mWindowVisible; field in OverlayDisplayWindow126 if (!mWindowVisible) { in show()136 mWindowVisible = true; in show()141 if (mWindowVisible) { in dismiss()144 mWindowVisible = false; in dismiss()149 if (mWindowVisible) { in relayout()157 pw.println("mWindowVisible=" + mWindowVisible); in dump()
266 boolean mWindowVisible; field in InputMethodService430 mWindowVisible = false; in showSoftInput()770 boolean visible = mWindowVisible; in onConfigurationChanged()1097 if (mIsInputViewShown != isShown && mWindowVisible) { in updateInputViewShown()1123 return mIsInputViewShown && mWindowVisible; in isInputViewShown()1146 if (!mShowInputRequested && mWindowVisible != shown) { in setCandidatesViewShown()1421 + " mWindowVisible=" + mWindowVisible in showWindow()1430 mWindowWasVisible = mWindowVisible; in showWindow()1441 boolean wasVisible = mWindowVisible; in showWindowInner()1442 mWindowVisible = true; in showWindowInner()[all …]
80 boolean mWindowVisible; field in VoiceInteractionSession486 + " mWindowVisible=" + mWindowVisible); in showWindow()495 if (!mWindowVisible) { in showWindow()496 mWindowVisible = true; in showWindow()517 if (mWindowVisible) { in hideWindow()519 mWindowVisible = false; in hideWindow()