Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTouchInteractionService.java239 if (tis.mDeviceState.isScreenPinningActive()) { in onOverviewToggle()
1152 if (mDeviceState.isScreenPinningActive()) {
1182 if (mDeviceState.isScreenPinningActive()) {
DRecentsAnimationDeviceState.java430 public boolean isScreenPinningActive() { in isScreenPinningActive() method in RecentsAnimationDeviceState
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DNavbarButtonsViewController.java461 boolean isScreenPinningActive = (sysUiStateFlags & SYSUI_STATE_SCREEN_PINNING) != 0; in parseSystemUiFlags()
475 updateStateForFlag(FLAG_SCREEN_PINNING_ACTIVE, isScreenPinningActive); in parseSystemUiFlags()