Searched refs:mUnlockMethodCache (Results 1 – 4 of 4) sorted by relevance
54 private final UnlockMethodCache mUnlockMethodCache; field in LockIcon62 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()
58 private final UnlockMethodCache mUnlockMethodCache; field in ScrimController96 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in ScrimController()108 mDarkenWhileDragging = !mUnlockMethodCache.canSkipBouncer(); in onTrackingStarted()
101 private UnlockMethodCache mUnlockMethodCache; field in KeyguardBottomAreaView197 mUnlockMethodCache = UnlockMethodCache.getInstance(getContext()); in onFinishInflate()198 mUnlockMethodCache.addListener(this); in onFinishInflate()
283 private UnlockMethodCache mUnlockMethodCache; field in PhoneStatusBar619 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()