Searched refs:topPriority (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | window_node_container.h | 83 void SetSurfaceNodeVisible(sptr<WindowNode>& node, int32_t topPriority, bool visible); 148 void TraverseAndUpdateWindowState(WindowState state, int32_t topPriority); 150 void UpdateWindowState(sptr<WindowNode> node, int32_t topPriority, WindowState state);
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_container.cpp | 383 void WindowNodeContainer::SetSurfaceNodeVisible(sptr<WindowNode>& node, int32_t topPriority, bool v… in SetSurfaceNodeVisible() argument 389 … if (node->priority_ < topPriority && !WindowHelper::IsShowWhenLocked(node->GetWindowFlags()) && in SetSurfaceNodeVisible() 398 SetSurfaceNodeVisible(childNode, topPriority, visible); in SetSurfaceNodeVisible() 404 int32_t topPriority = zorderPolicy_->GetWindowPriority(WindowType::WINDOW_TYPE_KEYGUARD); in SetBelowScreenlockVisible() local 407 SetSurfaceNodeVisible(node, topPriority, visible); in SetBelowScreenlockVisible() 1707 … int32_t topPriority = zorderPolicy_->GetWindowPriority(WindowType::WINDOW_TYPE_KEYGUARD); in ProcessWindowStateChange() local 1708 TraverseAndUpdateWindowState(state, topPriority); in ProcessWindowStateChange() 1716 void WindowNodeContainer::TraverseAndUpdateWindowState(WindowState state, int32_t topPriority) in TraverseAndUpdateWindowState() argument 1720 UpdateWindowState(node, topPriority, state); in TraverseAndUpdateWindowState() 1730 … if (node->priority_ < topPriority && !WindowHelper::IsShowWhenLocked(node->GetWindowFlags()) && in UpdateWindowState() [all …]
|