Searched refs:ROOT_DECOR_BASE (Results 1 – 3 of 3) sorted by relevance
29 constexpr int32_t ROOT_DECOR_BASE = 3100000; variable30 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;
79 constexpr int32_t ROOT_DECOR_BASE = 3100000; variable485 auto rootStackId = rootNodeId_ + (!IsDecor() ? ROOT_STACK_BASE : ROOT_DECOR_BASE); in GetRootAccessibilityNode()496 auto decor = GetAccessibilityNodeById(ROOT_DECOR_BASE - 1); in GetRootAccessibilityNode()
67 constexpr int32_t ROOT_DECOR_BASE = 3100000; variable2831 if (child->GetNodeId() == ROOT_DECOR_BASE - 1) { in UpdateNodeChildIds()