Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java287 boolean snapBack = isBelowFalsingThreshold(); in flingWithCurrentVelocity()
296 private boolean isBelowFalsingThreshold() { in isBelowFalsingThreshold() method in KeyguardAffordanceHelper
355 boolean slowAnimation = isReset && isBelowFalsingThreshold();
DPanelView.java524 if (isBelowFalsingThreshold()) { in flingExpands()
534 private boolean isBelowFalsingThreshold() { in isBelowFalsingThreshold() method in PanelView
558 boolean belowFalsingThreshold = isBelowFalsingThreshold(); in fling()
DNotificationPanelView.java621 if (isBelowFalsingThreshold()) { in flingExpandsQs()
631 private boolean isBelowFalsingThreshold() { in isBelowFalsingThreshold() method in NotificationPanelView
1255 boolean belowFalsingThreshold = isBelowFalsingThreshold(); in flingSettings()