HomeSort by relevance Sort by last modified time
    Searched refs:isBelowFalsingThreshold (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 287 boolean snapBack = isBelowFalsingThreshold();
296 private boolean isBelowFalsingThreshold() {
355 boolean slowAnimation = isReset && isBelowFalsingThreshold();
PanelView.java 497 if (isBelowFalsingThreshold()) {
507 private boolean isBelowFalsingThreshold() {
531 boolean belowFalsingThreshold = isBelowFalsingThreshold();
    [all...]
NotificationPanelView.java 557 if (isBelowFalsingThreshold()) {
567 private boolean isBelowFalsingThreshold() {
    [all...]

Completed in 31 milliseconds