Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java54 private final UnlockMethodCache mUnlockMethodCache; field in LockIcon
62 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in LockIcon()
158 boolean trustManaged = mUnlockMethodCache.isTrustManaged() && !anyFingerprintIcon; in update()
168 boolean clickToForceLock = mUnlockMethodCache.isTrustManaged() in updateClickability()
170 boolean longClickToForceLock = mUnlockMethodCache.isTrustManaged() in updateClickability()
219 && !mUnlockMethodCache.isTrusted()) { in getAnimationResForTransition()
232 if (mUnlockMethodCache.canSkipBouncer()) { in getState()
238 } else if (mUnlockMethodCache.isFaceUnlockRunning()) { in getState()
DScrimController.java58 private final UnlockMethodCache mUnlockMethodCache; field in ScrimController
96 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in ScrimController()
108 mDarkenWhileDragging = !mUnlockMethodCache.canSkipBouncer(); in onTrackingStarted()
DKeyguardBottomAreaView.java101 private UnlockMethodCache mUnlockMethodCache; field in KeyguardBottomAreaView
197 mUnlockMethodCache = UnlockMethodCache.getInstance(getContext()); in onFinishInflate()
198 mUnlockMethodCache.addListener(this); in onFinishInflate()
DPhoneStatusBar.java283 private UnlockMethodCache mUnlockMethodCache; field in PhoneStatusBar
619 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in start()
620 mUnlockMethodCache.addListener(this); in start()
2041 return !mUnlockMethodCache.canSkipBouncer(); in isKeyguardCurrentlySecure()
3098 boolean isSecure = mUnlockMethodCache.isMethodSecure(); in logStateToEventlog()
3099 boolean canSkipBouncer = mUnlockMethodCache.canSkipBouncer(); in logStateToEventlog()
3713 if (!expand && !mUnlockMethodCache.canSkipBouncer()) { in onTrackingStopped()