Home
last modified time | relevance | path

Searched refs:CLOSE_BUTTON_INDEX (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_pattern_enhance.cpp35 constexpr int32_t CLOSE_BUTTON_INDEX = 2; variable
206 …ton = AceType::DynamicCast<FrameNode>(GetTitleItemByIndex(controlButtonsNode, CLOSE_BUTTON_INDEX)); in ChangeControlButtons()
262 …Btn = AceType::DynamicCast<FrameNode>(GetTitleItemByIndex(controlButtonsNode, CLOSE_BUTTON_INDEX)); in SetContainerButtonHide()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.h53 constexpr int32_t CLOSE_BUTTON_INDEX = 5; variable
H A Dpipeline_context_test_ng.cpp1396 …auto closeButton = AceType::DynamicCast<FrameNode>(titleNode->GetChildAtIndex(CLOSE_BUTTON_INDEX));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp37 constexpr int32_t CLOSE_BUTTON_INDEX = 3; variable
401 …ton = AceType::DynamicCast<FrameNode>(GetTitleItemByIndex(controlButtonsNode, CLOSE_BUTTON_INDEX)); in ChangeControlButtons()
503 …ton = AceType::DynamicCast<FrameNode>(GetTitleItemByIndex(controlButtonsNode, CLOSE_BUTTON_INDEX)); in SetTitleButtonHide()
528 …tton = AceType::DynamicCast<FrameNode>(GetTitleItemByIndex(controlButtonsRow, CLOSE_BUTTON_INDEX)); in SetCloseButtonStatus()