Home
last modified time | relevance | path

Searched refs:isBelowFalsingThreshold (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java321 boolean snapBack = isBelowFalsingThreshold(); in flingWithCurrentVelocity()
330 private boolean isBelowFalsingThreshold() { in isBelowFalsingThreshold() method in KeyguardAffordanceHelper
387 boolean slowAnimation = isReset && isBelowFalsingThreshold();
DNotificationPanelView.java703 if (isBelowFalsingThreshold()) { in flingExpandsQs()
713 private boolean isBelowFalsingThreshold() { in isBelowFalsingThreshold() method in NotificationPanelView
1433 boolean belowFalsingThreshold = isBelowFalsingThreshold(); in flingSettings()