Searched refs:IsSystemSubWindow (Results 1 – 10 of 10) sorted by relevance
222 ASSERT_EQ(true, WindowHelper::IsSystemSubWindow(WindowType::WINDOW_TYPE_SYSTEM_SUB_WINDOW));223 ASSERT_EQ(false, WindowHelper::IsSystemSubWindow(WindowType::WINDOW_TYPE_APP_SUB_WINDOW));224 ASSERT_EQ(false, WindowHelper::IsSystemSubWindow(WindowType::WINDOW_TYPE_FLOAT));
92 static inline bool IsSystemSubWindow(WindowType type) in IsSystemSubWindow() function99 return (IsBelowSystemWindow(type) || IsAboveSystemWindow(type) || IsSystemSubWindow(type)); in IsSystemWindow()
97 static inline bool IsSystemSubWindow(WindowType type) in IsSystemSubWindow() function109 return (IsBelowSystemWindow(type) || IsAboveSystemWindow(type) || IsSystemSubWindow(type)); in IsSystemWindow()
139 if (root == nullptr && !(WindowHelper::IsSystemSubWindow(node->GetWindowType()) && in AddWindowNodeOnWindowTree()146 if (WindowHelper::IsSystemSubWindow(node->GetWindowType()) || in AddWindowNodeOnWindowTree()149 WindowHelper::IsSystemSubWindow(parentNode->GetWindowType()) || in AddWindowNodeOnWindowTree()
229 } else if (WindowHelper::IsSystemSubWindow(property->GetWindowType())) { in CheckParentWindowValid()
1469 WindowHelper::IsSystemSubWindow((*iter)->GetWindowType())) { in GetTopWindowId()
1296 if (WindowHelper::IsSystemSubWindow(property_->GetWindowType()) || in WindowCreateCheck()1314 if (WindowHelper::IsSystemSubWindow(property_->GetWindowType())) { in WindowCreateCheck()4328 if (WindowHelper::IsSystemSubWindow(windowType) || in IsAllowHaveSystemSubWindow()
421 } else if (WindowHelper::IsSystemSubWindow(type)) { in CreateSystemWindow()428 if (WindowHelper::IsSystemSubWindow(parentSession->GetType())) { in CreateSystemWindow()2624 bool isSystemSubWindow = WindowHelper::IsSystemSubWindow(windowType); in Close()
2365 if (!WindowHelper::IsSubWindow(GetType()) && !WindowHelper::IsSystemSubWindow(GetType())) { in RegisterSubWindowCloseListeners()2380 if (!WindowHelper::IsSubWindow(GetType()) && !WindowHelper::IsSystemSubWindow(GetType())) { in UnregisterSubWindowCloseListeners()
3154 if (WindowHelper::IsSystemSubWindow(type)) { in NotifyCreateSpecificSession()