Searched refs:isCurrentlyInsecure (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockMethodCache.java70 public boolean isCurrentlyInsecure() { method in class:UnlockMethodCache
H A DScrimController.java91 mDarkenWhileDragging = !mUnlockMethodCache.isCurrentlyInsecure();
H A DPhoneStatusBar.java2168 boolean isCurrentlyInsecure = mUnlockMethodCache.isCurrentlyInsecure();
2169 return onKeyguard && (isCurrentlyInsecure || mDozing || mScreenOnComingFromTouch);
3379 boolean isCurrentlyInsecure = mUnlockMethodCache.isCurrentlyInsecure();
3385 isCurrentlyInsecure);
3392 isCurrentlyInsecure ? 1 : 0);
3954 if (!expand && !mUnlockMethodCache.isCurrentlyInsecure()) {
H A DKeyguardBottomAreaView.java396 : mUnlockMethodCache.isCurrentlyInsecure() ? R.drawable.ic_lock_open_24dp

Completed in 56 milliseconds