Searched refs:IsFullScreenRecentWindowExist (Results 1 – 3 of 3) sorted by relevance
82 bool IsFullScreenRecentWindowExist(const std::vector<sptr<WindowNode>>& nodeVec) const;
1356 HWTEST_F(WindowLayoutPolicyTest, IsFullScreenRecentWindowExist, Function | SmallTest | Level2)1359 auto result = layoutPolicy_->IsFullScreenRecentWindowExist(*nodeVec);
606 bool WindowLayoutPolicy::IsFullScreenRecentWindowExist(const std::vector<sptr<WindowNode>>& nodeVec… in IsFullScreenRecentWindowExist() function in OHOS::Rosen::WindowLayoutPolicy