Home
last modified time | relevance | path

Searched refs:contentRowNode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.h331 void SetContentRowNode(RefPtr<FrameNode>& contentRowNode) in SetContentRowNode() argument
333 contentRowNode_ = contentRowNode; in SetContentRowNode()
H A Dtextpicker_pattern.cpp1125 auto contentRowNode = contentRowNode_.Upgrade(); in OnColorConfigurationUpdate() local
1126 if (contentRowNode) { in OnColorConfigurationUpdate()
1127 auto layoutRenderContext = contentRowNode->GetRenderContext(); in OnColorConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.h446 void SetContentRowNode(RefPtr<FrameNode>& contentRowNode) in SetContentRowNode() argument
448 contentRowNode_ = contentRowNode; in SetContentRowNode()
H A Dtimepicker_row_pattern.cpp1226 auto contentRowNode = contentRowNode_.Upgrade(); in OnColorConfigurationUpdate() local
1227 CHECK_NULL_VOID(contentRowNode); in OnColorConfigurationUpdate()
1228 auto layoutRenderContext = contentRowNode->GetRenderContext(); in OnColorConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.h585 void SetContentRowNode(RefPtr<FrameNode>& contentRowNode) in SetContentRowNode() argument
587 contentRowNode_ = contentRowNode; in SetContentRowNode()