Home
last modified time | relevance | path

Searched refs:textCancelNode (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_order_test.cpp487 auto textCancelNode = FrameNode::CreateFrameNode( variable
491 textCancelNode->MountToParent(buttonCancelNode);
543 auto textCancelNode = FrameNode::CreateFrameNode( variable
547 textCancelNode->MountToParent(buttonCancelNode);
603 textCancelNode->MountToParent(buttonCancelNode);
659 textCancelNode->MountToParent(buttonCancelNode);
715 textCancelNode->MountToParent(buttonCancelNode);
771 textCancelNode->MountToParent(buttonCancelNode);
825 textCancelNode->MountToParent(buttonCancelNode);
880 textCancelNode->MountToParent(buttonCancelNode);
[all …]
H A Ddate_picker_column_test_ng.cpp1081 auto textCancelNode = FrameNode::CreateFrameNode( variable
1085 textCancelNode->MountToParent(buttonCancelNode);
1214 auto textCancelNode = FrameNode::CreateFrameNode( variable
1218 textCancelNode->MountToParent(buttonCancelNode);
1272 auto textCancelNode = FrameNode::CreateFrameNode( variable
1276 textCancelNode->MountToParent(buttonCancelNode);
1330 textCancelNode->MountToParent(buttonCancelNode);
1399 textCancelNode->MountToParent(buttonCancelNode);
1469 textCancelNode->MountToParent(buttonCancelNode);
1536 textCancelNode->MountToParent(buttonCancelNode);
[all …]
H A Ddate_picker_test_ng.cpp1050 auto textCancelNode = FrameNode::CreateFrameNode( variable
1052 ASSERT_NE(textCancelNode, nullptr);
1053 auto textCancelLayoutProperty = textCancelNode->GetLayoutProperty<TextLayoutProperty>();
1056 textCancelNode->MountToParent(buttonCancelNode);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.h102 const RefPtr<FrameNode>& textCancelNode, const RefPtr<PickerTheme>& pickerTheme);
104 const RefPtr<FrameNode>& textCancelNode, const RefPtr<PickerTheme>& pickerTheme);
106 const RefPtr<FrameNode>& textCancelNode, const RefPtr<PickerTheme>& pickerTheme);
H A Dtextpicker_dialog_view.cpp590 const RefPtr<FrameNode>& textCancelNode, const RefPtr<PickerTheme>& pickerTheme) in UpdateCancelButtonTextLayoutProperty() argument
592 auto textCancelLayoutProperty = textCancelNode->GetLayoutProperty<TextLayoutProperty>(); in UpdateCancelButtonTextLayoutProperty()
806 auto textCancelNode = FrameNode::CreateFrameNode( in CreateCancelNode() local
808 CHECK_NULL_RETURN(textCancelNode, nullptr); in CreateCancelNode()
809 auto textCancelLayoutProperty = textCancelNode->GetLayoutProperty<TextLayoutProperty>(); in CreateCancelNode()
810 UpdateCancelButtonTextLayoutProperty(textCancelNode, pickerTheme); in CreateCancelNode()
813 textCancelNode->MountToParent(buttonCancelNode); in CreateCancelNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_dialog_view.cpp743 auto textCancelNode = FrameNode::CreateFrameNode( in CreateCancelNode() local
745 CHECK_NULL_RETURN(textCancelNode, nullptr); in CreateCancelNode()
746 auto textCancelLayoutProperty = textCancelNode->GetLayoutProperty<TextLayoutProperty>(); in CreateCancelNode()
751 textCancelNode->MountToParent(buttonCancelNode); in CreateCancelNode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_pattern_test_ng.cpp1024 auto textCancelNode = FrameNode::CreateFrameNode( variable
1026 CHECK_NULL_VOID(textCancelNode);
1027 textCancelNode->MountToParent(buttonCancelNode);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp1146 auto textCancelNode = FrameNode::CreateFrameNode( in CreateCancelNode() local
1148 CHECK_NULL_RETURN(textCancelNode, nullptr); in CreateCancelNode()
1149 auto textCancelLayoutProperty = textCancelNode->GetLayoutProperty<TextLayoutProperty>(); in CreateCancelNode()
1154 textCancelNode->MountToParent(buttonCancelNode); in CreateCancelNode()