Searched refs:mShowingSoon (Results 1 – 1 of 1) sorted by relevance
62 private boolean mShowingSoon; field in KeyguardBouncer99 if (mRoot.getVisibility() == View.VISIBLE || mShowingSoon) { in show()119 mShowingSoon = true; in show()145 mShowingSoon = false;167 mShowingSoon = false; in cancelShowRunnable()224 return mShowingSoon || (mRoot != null && mRoot.getVisibility() == View.VISIBLE); in isShowing()