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 D | textpicker_pattern.cpp | 219 auto buttonConfirmRenderContext = buttonNode->GetRenderContext(); in SetButtonIdeaSize() local 220 CHECK_NULL_VOID(buttonConfirmRenderContext); in SetButtonIdeaSize() 228 buttonConfirmRenderContext->UpdateBackgroundColor(Color::TRANSPARENT); in SetButtonIdeaSize()
|
H A D | textpicker_dialog_view.cpp | 542 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 D | timepicker_dialog_view.cpp | 634 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 D | timepicker_row_pattern.cpp | 93 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 D | datepicker_dialog_view.cpp | 729 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 D | datepicker_pattern.cpp | 99 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 D | time_picker_test_ng.cpp | 1569 auto buttonConfirmRenderContext = buttonNode->GetRenderContext(); variable 1570 EXPECT_EQ(buttonConfirmRenderContext->GetBackgroundColorValue(), Color::TRANSPARENT);
|