Home
last modified time | relevance | path

Searched refs:isSystemUiDialogShowing (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationDeviceState.java484 public boolean isSystemUiDialogShowing() { in isSystemUiDialogShowing() method in RecentsAnimationDeviceState
DInputConsumerUtils.kt312 if (deviceState.isSystemUiDialogShowing) { in newConsumer()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DInputConsumerUtilsTest.java368 when(mDeviceState.isSystemUiDialogShowing()).thenReturn(true); in testNewConsumer_whileSystemUiDialogShowing_returnsSysUiOverlayInputConsumer()