Searched refs:mWindowVisible (Results 1 – 4 of 4) sorted by relevance
87 private boolean mWindowVisible; field in OverlayDisplayWindow122 if (!mWindowVisible) { in show()132 mWindowVisible = true; in show()137 if (mWindowVisible) { in dismiss()140 mWindowVisible = false; in dismiss()165 if (mWindowVisible) { in relayout()173 pw.println("mWindowVisible=" + mWindowVisible); in dump()
67 private boolean mWindowVisible; field in RegionSamplingHelper155 && mWindowVisible in updateSamplingListener()224 mWindowVisible = visible;240 pw.println(" mWindowVisible: " + mWindowVisible);
396 boolean mWindowVisible; field in InputMethodService682 ? mDecorViewVisible && mWindowVisible : isInputViewShown(); in hideSoftInput()696 ? mDecorViewVisible && mWindowVisible : isInputViewShown(); in hideSoftInput()736 ? mDecorViewVisible && mWindowVisible : isInputViewShown(); in showSoftInput()751 ? mDecorViewVisible && mWindowVisible : isInputViewShown(); in showSoftInput()841 if (!mShowInputRequested && !mWindowVisible) { in removeImeSurface()1748 return mCanPreRender ? mWindowVisible : mIsInputViewShown && mDecorViewVisible; in isInputViewShown()2090 + " mWindowVisible=" + mWindowVisible in showWindow()2101 boolean isPreRenderedAndInvisible = mIsPreRendered && !mWindowVisible; in showWindow()2119 mWindowVisible = true; in showWindow()[all …]
164 boolean mWindowVisible; field in VoiceInteractionSession1046 + " mWindowVisible=" + mWindowVisible); in doShow()1056 if (!mWindowVisible) { in doShow()1060 if (!mWindowVisible) { in doShow()1061 mWindowVisible = true; in doShow()1097 if (mWindowVisible) { in doHide()1099 mWindowVisible = false; in doHide()1262 if (mWindowVisible) { in setUiEnabled()1936 writer.print(" mWindowVisible="); writer.println(mWindowVisible); in dump()