Searched refs:getFalsingThreshold (Results 1 – 4 of 4) sorted by relevance
1254 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()
675 if (absDelta >= getFalsingThreshold()) { in onTouchEvent()738 private int getFalsingThreshold() { in getFalsingThreshold() method in SwipeHelper
655 public int getFalsingThreshold() { in getFalsingThreshold() method in QuickSettingsController1718 if (h >= mPanelViewControllerLazy.get().getFalsingThreshold()) { in onTouch()
2279 int getFalsingThreshold() { in getFalsingThreshold() method in NotificationPanelViewController2281 return (int) (mQsController.getFalsingThreshold() * factor); in getFalsingThreshold()5232 if (-h >= getFalsingThreshold()) {