Searched refs:SYSUI_STATE_SCREEN_PINNING (Results 1 – 5 of 5) sorted by relevance
54 public static final long SYSUI_STATE_SCREEN_PINNING = 1L << 0; field in QuickStepContract143 @LongDef({SYSUI_STATE_SCREEN_PINNING,181 if ((flags & SYSUI_STATE_SCREEN_PINNING) != 0) { in getSystemUiStateString()306 long disableFlags = SYSUI_STATE_SCREEN_PINNING in isAssistantGestureDisabled()
107 ArgumentMatchers.eq(QuickStepContract.SYSUI_STATE_SCREEN_PINNING), in screenPinningEnabled_updatesSysuiState()
32 import static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_SCREEN_PINNING;556 verify(mMockSysUiState).setFlag(eq(SYSUI_STATE_SCREEN_PINNING), eq(true)); in testScreenPinningEnabled_updatesSysuiState()
36 import static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_SCREEN_PINNING;134 mSysUiState.setFlag(SYSUI_STATE_SCREEN_PINNING, mode == LOCK_TASK_MODE_PINNED)
49 import static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_SCREEN_PINNING;538 mSysUiFlagsContainer.setFlag(SYSUI_STATE_SCREEN_PINNING, mScreenPinningActive)