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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java602 if (absDelta >= getFalsingThreshold()) {
648 private int getFalsingThreshold() { method in class:SwipeHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java383 if (-h >= getFalsingThreshold()) {
508 private int getFalsingThreshold() { method in class:PanelView
H A DNotificationPanelView.java1005 if (h >= getFalsingThreshold()) {
1029 private int getFalsingThreshold() { method in class:NotificationPanelView

Completed in 59 milliseconds