Home
last modified time | relevance | path

Searched refs:buttonConfirmRenderContext (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.cpp219 auto buttonConfirmRenderContext = buttonNode->GetRenderContext(); in SetButtonIdeaSize() local
220 CHECK_NULL_VOID(buttonConfirmRenderContext); in SetButtonIdeaSize()
228 buttonConfirmRenderContext->UpdateBackgroundColor(Color::TRANSPARENT); in SetButtonIdeaSize()
H A Dtextpicker_dialog_view.cpp542 auto buttonConfirmRenderContext = buttonConfirmNode->GetRenderContext(); in CreateConfirmNode() local
543 buttonConfirmRenderContext->UpdateBackgroundColor(Color::TRANSPARENT); in CreateConfirmNode()
546 …nStyles(buttonInfos, ACCEPT_BUTTON_INDEX, buttonConfirmLayoutProperty, buttonConfirmRenderContext); in CreateConfirmNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_dialog_view.cpp634 auto buttonConfirmRenderContext = buttonConfirmNode->GetRenderContext(); in CreateConfirmNode() local
635 buttonConfirmRenderContext->UpdateBackgroundColor(Color::TRANSPARENT); in CreateConfirmNode()
636 …nStyles(buttonInfos, ACCEPT_BUTTON_INDEX, buttonConfirmLayoutProperty, buttonConfirmRenderContext); in CreateConfirmNode()
H A Dtimepicker_row_pattern.cpp93 auto buttonConfirmRenderContext = buttonNode->GetRenderContext(); in SetButtonIdeaSize() local
94 buttonConfirmRenderContext->UpdateBackgroundColor(Color::TRANSPARENT); in SetButtonIdeaSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp729 auto buttonConfirmRenderContext = buttonConfirmNode->GetRenderContext(); in CreateConfirmNode() local
730 buttonConfirmRenderContext->UpdateBackgroundColor(Color::TRANSPARENT); in CreateConfirmNode()
731 …nStyles(buttonInfos, ACCEPT_BUTTON_INDEX, buttonConfirmLayoutProperty, buttonConfirmRenderContext); in CreateConfirmNode()
H A Ddatepicker_pattern.cpp99 auto buttonConfirmRenderContext = buttonNode->GetRenderContext(); in OnDirtyLayoutWrapperSwap() local
100 buttonConfirmRenderContext->UpdateBackgroundColor(Color::TRANSPARENT); in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp1569 auto buttonConfirmRenderContext = buttonNode->GetRenderContext(); variable
1570 EXPECT_EQ(buttonConfirmRenderContext->GetBackgroundColorValue(), Color::TRANSPARENT);