Home
last modified time | relevance | path

Searched refs:getFalsingThreshold (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java1254 when(mQsController.getFalsingThreshold()).thenReturn(14); in getFalsingThreshold_deviceNotInteractive_isQsThreshold()
1256 assertThat(mNotificationPanelViewController.getFalsingThreshold()).isEqualTo(14); in getFalsingThreshold_deviceNotInteractive_isQsThreshold()
1267 when(mQsController.getFalsingThreshold()).thenReturn(14); in getFalsingThreshold_lastWakeNotDueToTouch_isQsThreshold()
1269 assertThat(mNotificationPanelViewController.getFalsingThreshold()).isEqualTo(14); in getFalsingThreshold_lastWakeNotDueToTouch_isQsThreshold()
1280 when(mQsController.getFalsingThreshold()).thenReturn(14); in getFalsingThreshold_lastWakeDueToTouch_greaterThanQsThreshold()
1282 assertThat(mNotificationPanelViewController.getFalsingThreshold()).isGreaterThan(14); in getFalsingThreshold_lastWakeDueToTouch_greaterThanQsThreshold()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java675 if (absDelta >= getFalsingThreshold()) { in onTouchEvent()
738 private int getFalsingThreshold() { in getFalsingThreshold() method in SwipeHelper
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java655 public int getFalsingThreshold() { in getFalsingThreshold() method in QuickSettingsController
1718 if (h >= mPanelViewControllerLazy.get().getFalsingThreshold()) { in onTouch()
H A DNotificationPanelViewController.java2279 int getFalsingThreshold() { in getFalsingThreshold() method in NotificationPanelViewController
2281 return (int) (mQsController.getFalsingThreshold() * factor); in getFalsingThreshold()
5232 if (-h >= getFalsingThreshold()) {