Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_component.cpp29 constexpr int32_t ROOT_DECOR_BASE = 3100000; variable
30 constexpr int32_t TITLE_ROW = ROOT_DECOR_BASE;
31 constexpr int32_t FLOATING_TITLE_ROW = ROOT_DECOR_BASE + 1;
32 constexpr int32_t TITLE_LABEL = ROOT_DECOR_BASE + 2;
33 constexpr int32_t FLOATING_TITLE_LABEL = ROOT_DECOR_BASE + 3;
34 constexpr int32_t WINDOW_SPLIT_BUTTON = ROOT_DECOR_BASE + 4;
35 constexpr int32_t WINDOW_MAX_RECOVER_BUTTON = ROOT_DECOR_BASE + 6;
36 constexpr int32_t WINDOW_MINIMIZE_BUTTON = ROOT_DECOR_BASE + 8;
37 constexpr int32_t WINDOW_CLOSE_BUTTON = ROOT_DECOR_BASE + 10;
38 constexpr int32_t WINDOW_BUTTON_INVALID = ROOT_DECOR_BASE + 12;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H A Daccessibility_node_manager.cpp79 constexpr int32_t ROOT_DECOR_BASE = 3100000; variable
485 auto rootStackId = rootNodeId_ + (!IsDecor() ? ROOT_STACK_BASE : ROOT_DECOR_BASE); in GetRootAccessibilityNode()
496 auto decor = GetAccessibilityNodeById(ROOT_DECOR_BASE - 1); in GetRootAccessibilityNode()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp67 constexpr int32_t ROOT_DECOR_BASE = 3100000; variable
2831 if (child->GetNodeId() == ROOT_DECOR_BASE - 1) { in UpdateNodeChildIds()