Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp1289 auto buttonTextNode = DynamicCast<FrameNode>(buttonFrameNode->GetFirstChild()); in UpdateButtonsProperty() local
1290 CHECK_NULL_VOID(buttonTextNode); in UpdateButtonsProperty()
1297 buttonTextNode->MarkModifyDone(); in UpdateButtonsProperty()
1298 buttonTextNode->MarkDirtyNode(PROPERTY_UPDATE_MEASURE_SELF); in UpdateButtonsProperty()
1359 auto buttonTextNode = DynamicCast<FrameNode>(buttonNode->GetFirstChild()); in NeedsButtonDirectionChange() local
1360 CHECK_NULL_RETURN(buttonTextNode, false); in NeedsButtonDirectionChange()
1361 auto textGeometryNode = buttonTextNode->GetGeometryNode(); in NeedsButtonDirectionChange()
1364 auto textPattern = buttonTextNode->GetPattern<TextPattern>(); in NeedsButtonDirectionChange()
1367 auto textProps = buttonTextNode->GetLayoutProperty<TextLayoutProperty>(); in NeedsButtonDirectionChange()
1495 auto buttonTextNode = DynamicCast<FrameNode>(buttonNode->GetFirstChild()); in UpdateTextFontScale() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp822 auto buttonTextNode = BubbleView::CreateMessage(buttonParam.value, isUseCustom); in CreateButton() local
823 auto textLayoutProperty = buttonTextNode->GetLayoutProperty<TextLayoutProperty>(); in CreateButton()
835 buttonTextNode->MountToParent(buttonNode); in CreateButton()