Home
last modified time | relevance | path

Searched refs:isGlobalActionsShowing (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationDeviceState.java471 public boolean isGlobalActionsShowing() { in isGlobalActionsShowing() method in RecentsAnimationDeviceState
DTouchInteractionService.java683 if (mDeviceState.isBubblesExpanded() || mDeviceState.isGlobalActionsShowing()) { in newConsumer()