Home
last modified time | relevance | path

Searched refs:oldShowRecent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h716 … bool ShouldCreateDetectTaskInRecent(bool newShowRecent, bool oldShowRecent, bool isAttach) const;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp3142 bool Session::ShouldCreateDetectTaskInRecent(bool newShowRecent, bool oldShowRecent, bool isAttach)… in ShouldCreateDetectTaskInRecent() argument
3147 return oldShowRecent ? isAttach : false; in ShouldCreateDetectTaskInRecent()