Home
last modified time | relevance | path

Searched refs:textPickerNode (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.cpp93 auto context = textPickerNode->GetContext(); in RangeShow()
116 textPickerNode->MountToParent(contentColumn); in RangeShow()
171 if (textPickerNode->GetChildren().empty()) { in OptionsCreateNode()
249 auto context = textPickerNode->GetContext(); in OptionsShow()
273 textPickerNode->MountToParent(contentColumn); in OptionsShow()
1089 CHECK_NULL_RETURN(textPickerNode, nullptr); in CreateForwardNode()
1136 CHECK_NULL_RETURN(textPickerNode, nullptr); in CreateBackwardNode()
1325 RefPtr<FrameNode>& textPickerNode, in SetDialogNodePageActive() argument
1328 CHECK_NULL_VOID(textPickerNode); in SetDialogNodePageActive()
1441 auto textPickerNode = weakText.Upgrade(); in SeparatedOptionsShow() local
[all …]
H A Dtextpicker_dialog_view.h55 static RefPtr<FrameNode> CreateAgingButtonNode(RefPtr<FrameNode>& textPickerNode,
64 …const RefPtr<FrameNode>& textPickerNode, const std::vector<ButtonInfo>& buttonInfos, DialogEvent& …
66 const RefPtr<FrameNode>& textPickerNode, const std::vector<ButtonInfo>& buttonInfos);
68 const RefPtr<FrameNode>& textPickerNode, const std::vector<ButtonInfo>& buttonInfos);
70 const RefPtr<FrameNode>& textPickerNode, const std::vector<ButtonInfo>& buttonInfos);
84 const TextPickerSettingData& settingData, const RefPtr<FrameNode>& textPickerNode,
87 const TextPickerSettingData& settingData, const RefPtr<FrameNode>& textPickerNode,
122 …atic void SetDialogNodePageActive(RefPtr<FrameNode>& contentRow, RefPtr<FrameNode>& textPickerNode,
124 …rameNode> SeparatedOptionsShow(RefPtr<FrameNode>& contentColumn, RefPtr<FrameNode>& textPickerNode,
H A Dtextpicker_model_ng.cpp82 auto textPickerNode = FrameNode::GetOrCreateFrameNode( in Create() local
95 if (textPickerNode->GetChildren().empty()) { in Create()
107 stackNode->MountToParent(textPickerNode); in Create()
109 stack->Push(textPickerNode); in Create()
220 auto textPickerNode = FrameNode::GetOrCreateFrameNode( in CreateFrameNode() local
225 CHECK_NULL_RETURN(pipeline, textPickerNode); in CreateFrameNode()
227 CHECK_NULL_RETURN(pickerTheme, textPickerNode); in CreateFrameNode()
230 SetDefaultAttributes(textPickerNode, pickerTheme); in CreateFrameNode()
231 return textPickerNode; in CreateFrameNode()
408 auto textPickerNode = FrameNode::GetOrCreateFrameNode( in MultiInit() local
[all …]
H A Dtextpicker_pattern.cpp64 auto textPickerNode = GetHost(); in SetLayoutDirection() local
65 …std::function<void (decltype(textPickerNode))> updateDirectionFunc = [&](decltype(textPickerNode) … in SetLayoutDirection()
77 updateDirectionFunc(textPickerNode); in SetLayoutDirection()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_pattern_test_ng.cpp1009 auto textPickerNode = FrameNode::GetOrCreateFrameNode( variable
1011 auto textPickerPattern = textPickerNode->GetPattern<TextPickerPattern>();
1012 textPickerNode->MountToParent(contentColumn);
H A Dtext_picker_test_update.cpp1784 auto textPickerNode = FrameNode::GetOrCreateFrameNode( variable
1797 …r<FrameNode> dialogNode = TextPickerDialogView::SeparatedOptionsShow(contentColumn, textPickerNode,