Home
last modified time | relevance | path

Searched refs:childText (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.cpp1219 auto childText = buttonTitleNode->GetFirstChild(); in OnColorConfigurationUpdate() local
1220 CHECK_NULL_VOID(childText); in OnColorConfigurationUpdate()
1221 auto textTitleNode = DynamicCast<FrameNode>(childText); in OnColorConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp295 auto childText = childColumn->GetFirstChild(); in UpdateTitleTextColor() local
296 CHECK_NULL_VOID(childText); in UpdateTitleTextColor()
297 auto textTitleNode = DynamicCast<FrameNode>(childText); in UpdateTitleTextColor()