Searched defs:isBelowFalsingThreshold (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java296 boolean snapBack = isBelowFalsingThreshold();
305 private boolean isBelowFalsingThreshold() { method in class:KeyguardAffordanceHelper
364 boolean slowAnimation = isReset && isBelowFalsingThreshold();
H A DPanelView.java497 if (isBelowFalsingThreshold()) {
507 private boolean isBelowFalsingThreshold() { method in class:PanelView
531 boolean belowFalsingThreshold = isBelowFalsingThreshold();
H A DNotificationPanelView.java557 if (isBelowFalsingThreshold()) {
567 private boolean isBelowFalsingThreshold() { method in class:NotificationPanelView
1142 boolean belowFalsingThreshold = isBelowFalsingThreshold();

Completed in 124 milliseconds