Searched refs:isScreenPinningActive (Results 1 – 3 of 3) sorted by relevance
239 if (tis.mDeviceState.isScreenPinningActive()) { in onOverviewToggle()1152 if (mDeviceState.isScreenPinningActive()) {1182 if (mDeviceState.isScreenPinningActive()) {
430 public boolean isScreenPinningActive() { in isScreenPinningActive() method in RecentsAnimationDeviceState
461 boolean isScreenPinningActive = (sysUiStateFlags & SYSUI_STATE_SCREEN_PINNING) != 0; in parseSystemUiFlags()475 updateStateForFlag(FLAG_SCREEN_PINNING_ACTIVE, isScreenPinningActive); in parseSystemUiFlags()