Searched refs:SYSUI_STATE_SCREEN_PINNING (Results 1 – 5 of 5) sorted by relevance
57 public static final int SYSUI_STATE_SCREEN_PINNING = 1 << 0; field in QuickStepContract141 @IntDef({SYSUI_STATE_SCREEN_PINNING,178 if ((flags & SYSUI_STATE_SCREEN_PINNING) != 0) { in getSystemUiStateString()300 int disableFlags = SYSUI_STATE_SCREEN_PINNING in isAssistantGestureDisabled()
107 ArgumentMatchers.eq(QuickStepContract.SYSUI_STATE_SCREEN_PINNING), in screenPinningEnabled_updatesSysuiState()
31 import static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_SCREEN_PINNING;458 verify(mMockSysUiState).setFlag(eq(SYSUI_STATE_SCREEN_PINNING), eq(true)); in testScreenPinningEnabled_updatesSysuiState()
39 import static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_SCREEN_PINNING;137 mSysUiState.setFlag(SYSUI_STATE_SCREEN_PINNING, mode == LOCK_TASK_MODE_PINNED)
47 import static com.android.systemui.shared.system.QuickStepContract.SYSUI_STATE_SCREEN_PINNING;515 mSysUiFlagsContainer.setFlag(SYSUI_STATE_SCREEN_PINNING, mScreenPinningActive)