Searched refs:buttonTextNode (Results 1 – 2 of 2) sorted by relevance
1289 auto buttonTextNode = DynamicCast<FrameNode>(buttonFrameNode->GetFirstChild()); in UpdateButtonsProperty() local1290 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() local1360 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 …]
822 auto buttonTextNode = BubbleView::CreateMessage(buttonParam.value, isUseCustom); in CreateButton() local823 auto textLayoutProperty = buttonTextNode->GetLayoutProperty<TextLayoutProperty>(); in CreateButton()835 buttonTextNode->MountToParent(buttonNode); in CreateButton()