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.java86 private boolean mShowingSoon; field in KeyguardBouncer
140 if (mRoot.getVisibility() == View.VISIBLE || mShowingSoon) { in show()
160 mShowingSoon = true; in show()
191 if (!mShowingSoon) { in onFullyHidden()
226 mShowingSoon = false;
260 mShowingSoon = false; in cancelShowRunnable()
322 return (mShowingSoon || (mRoot != null && mRoot.getVisibility() == View.VISIBLE)) in isShowing()