Searched refs:mWindowVisible (Results 1 – 5 of 5) sorted by relevance
87 private boolean mWindowVisible; field in OverlayDisplayWindow121 if (!mWindowVisible) { in show()131 mWindowVisible = true; in show()136 if (mWindowVisible) { in dismiss()139 mWindowVisible = false; in dismiss()164 if (mWindowVisible) { in relayout()172 pw.println("mWindowVisible=" + mWindowVisible); in dump()
48 private boolean mWindowVisible; field in NavBarTintController156 if (mSamplingEnabled && mWindowVisible && !mSamplingBounds.isEmpty() in updateSamplingListener()189 mWindowVisible = visible; in setWindowVisible()207 pw.println(" mWindowVisible: " + mWindowVisible); in dump()
383 boolean mWindowVisible; field in InputMethodService597 ? mDecorViewVisible && mWindowVisible : isInputViewShown(); in hideSoftInput()611 ? mDecorViewVisible && mWindowVisible : isInputViewShown(); in hideSoftInput()629 ? mDecorViewVisible && mWindowVisible : isInputViewShown(); in showSoftInput()644 ? mDecorViewVisible && mWindowVisible : isInputViewShown(); in showSoftInput()1528 return mCanPreRender ? mWindowVisible : mIsInputViewShown && mDecorViewVisible; in isInputViewShown()1869 + " mWindowVisible=" + mWindowVisible in showWindow()1880 boolean isPreRenderedAndInvisible = mIsPreRendered && !mWindowVisible; in showWindow()1898 mWindowVisible = true; in showWindow()1966 mWindowVisible = setVisible; in onPreRenderedWindowVisibilityChanged()[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()1261 if (mWindowVisible) { in setUiEnabled()1933 writer.print(" mWindowVisible="); writer.println(mWindowVisible); in dump()
32722 Landroid/inputmethodservice/InputMethodService;->mWindowVisible:Z64634 Landroid/service/voice/VoiceInteractionSession;->mWindowVisible:Z