Home
last modified time | relevance | path

Searched refs:mShowingSoon (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java62 private boolean mShowingSoon; field in KeyguardBouncer
99 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()