Searched refs:isSwipeToNotificationEnabled (Results 1 – 5 of 5) sorted by relevance
475 when(mSpiedOneHandedController.isSwipeToNotificationEnabled()).thenReturn(true); in testNotifyEventCallbackWithMainExecutor()487 when(mSpiedOneHandedController.isSwipeToNotificationEnabled()).thenReturn(false); in testNotifyShortcutState_whenSetOneHandedEnabled()499 when(mSpiedOneHandedController.isSwipeToNotificationEnabled()).thenReturn(true); in testNotifyExpandNotification_withNullCheckProtection()513 when(mSpiedOneHandedController.isSwipeToNotificationEnabled()).thenReturn(false); in testShortcutEnable_ableToAutoEnableOneHandedMode()526 when(mSpiedOneHandedController.isSwipeToNotificationEnabled()).thenReturn(false); in testShortcutDisable_shouldNotAutoEnableOneHandedMode()
44 boolean isSwipeToNotificationEnabled(); in isSwipeToNotificationEnabled() method
492 if (isSwipeToNotificationEnabled()) {570 boolean isSwipeToNotificationEnabled() {581 if (isOneHandedEnabled() && !isSwipeToNotificationEnabled()) {776 public boolean isSwipeToNotificationEnabled() {
150 if (mDeviceState.isSwipeToNotificationEnabled()) { in onStartGestureDetected()
592 public boolean isSwipeToNotificationEnabled() { in isSwipeToNotificationEnabled() method in RecentsAnimationDeviceState