Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h553 if (!parcel.WriteBool(isForegroundInteractive_)) { in Marshalling()
570 !parcel.ReadBool(mainWindowState->isForegroundInteractive_) || in Unmarshalling()
580 bool isForegroundInteractive_ = false; member
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_manager.cpp674 if (!windowState.isPcOrPadEnableActivation_ && !windowState.isForegroundInteractive_) { in CheckWindowState()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp6629 … windowState.isForegroundInteractive_ = sceneSession->GetForegroundInteractiveStatus(); in GetMainWindowStatesByPid()