Home
last modified time | relevance | path

Searched refs:isSwipeToNotificationEnabled (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/
H A DOneHandedControllerTest.java475 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()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHanded.java44 boolean isSwipeToNotificationEnabled(); in isSwipeToNotificationEnabled() method
H A DOneHandedController.java492 if (isSwipeToNotificationEnabled()) {
570 boolean isSwipeToNotificationEnabled() {
581 if (isOneHandedEnabled() && !isSwipeToNotificationEnabled()) {
776 public boolean isSwipeToNotificationEnabled() {
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DOneHandedModeInputConsumer.java150 if (mDeviceState.isSwipeToNotificationEnabled()) { in onStartGestureDetected()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsAnimationDeviceState.java592 public boolean isSwipeToNotificationEnabled() { in isSwipeToNotificationEnabled() method in RecentsAnimationDeviceState