Home
last modified time | relevance | path

Searched defs:textFrameNode (Results 1 – 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/text/
Dtext_test_ng.cpp725 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TOAST_ETS_TAG, 0, AceType::MakeRefPtr<TextPatt… variable
1014 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TOAST_ETS_TAG, 0, AceType::MakeRefPtr<TextPatt… variable
1066 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TOAST_ETS_TAG, 0, AceType::MakeRefPtr<TextPatt… variable
1117 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TOAST_ETS_TAG, 0, AceType::MakeRefPtr<TextPatt… variable
1164 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TOAST_ETS_TAG, 0, AceType::MakeRefPtr<TextPatt… variable
1217 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TOAST_ETS_TAG, 0, AceType::MakeRefPtr<TextPatt… variable
1271 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TOAST_ETS_TAG, 0, AceType::MakeRefPtr<TextPatt… variable
1325 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TOAST_ETS_TAG, 0, AceType::MakeRefPtr<TextPatt… variable
1377 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TOAST_ETS_TAG, 0, AceType::MakeRefPtr<TextPatt… variable
1429 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TOAST_ETS_TAG, 0, AceType::MakeRefPtr<TextPatt… variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/marquee/
Dmarquee_test_ng.cpp370 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, -1, AceType::MakeRefPtr<Pattern>… variable
471 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, -1, AceType::MakeRefPtr<Pattern>… variable
557 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, -1, AceType::MakeRefPtr<Pattern>… variable
678 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, -1, AceType::MakeRefPtr<TextPatt… variable
770 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, -1, AceType::MakeRefPtr<TextPatt… variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
Dcalendar_picker_pattern.cpp182 auto textFrameNode = DynamicCast<FrameNode>(contentNode->GetChildAtIndex(index)); in InitOnHoverEvent() local
240 void CalendarPickerPattern::ResetTextStateByNode(const RefPtr<FrameNode>& textFrameNode) in ResetTextStateByNode()
477 auto textFrameNode = DynamicCast<FrameNode>(contentNode->GetChildAtIndex(YEAR_INDEX)); in HandleBlurEvent() local
686 auto textFrameNode = DynamicCast<FrameNode>(contentNode->GetChildAtIndex(index)); in HandleTextFocusEvent() local
710 auto textFrameNode = DynamicCast<FrameNode>(contentNode->GetChildAtIndex(index)); in HandleTextHoverEvent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/custom/
Dcustom_test_ng.cpp197 auto textFrameNode = CreateNode(V2::TEXT_ETS_TAG); variable
338 auto textFrameNode = CreateNode(V2::TEXT_ETS_TAG); variable
477 auto textFrameNode = CreateNode(V2::TEXT_ETS_TAG); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
Dsearch_model_ng.cpp87 … auto textFrameNode = AceType::DynamicCast<FrameNode>(frameNode->GetChildAtIndex(TEXTFIELD_INDEX)); in SetCaretWidth() local
101 … auto textFrameNode = AceType::DynamicCast<FrameNode>(frameNode->GetChildAtIndex(TEXTFIELD_INDEX)); in SetCaretColor() local
698 auto textFrameNode = AceType::DynamicCast<FrameNode>(frameNode->GetChildren().front()); in CreateButton() local
741 auto textFrameNode = AceType::DynamicCast<FrameNode>(frameNode->GetChildren().front()); in CreateCancelButton() local
Dsearch_pattern.cpp942 … auto textFrameNode = AceType::DynamicCast<FrameNode>(cancelButtonNode_->GetChildren().front()); in OnColorConfigurationUpdate() local
954 auto textFrameNode = AceType::DynamicCast<FrameNode>(buttonNode_->GetChildren().front()); in OnColorConfigurationUpdate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
Dstepper_pattern.cpp740 auto textFrameNode = DynamicCast<FrameNode>(rowNode->GetChildAtIndex(1)); in OnColorConfigurationUpdate() local
757 auto textFrameNode = DynamicCast<FrameNode>(firstChild->GetChildAtIndex(0)); in OnColorConfigurationUpdate() local
764 auto textFrameNode = DynamicCast<FrameNode>(firstChild); in OnColorConfigurationUpdate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
Dbadge_layout_algorithm.cpp202 auto textFrameNode = textWrapper->GetHostNode(); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/calendar_picker/
Dcalendar_picker_test_ng.cpp269 auto textFrameNode = AceType::DynamicCast<FrameNode>(contentNode->GetChildAtIndex(MONTH_INDEX)); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/bubble/
Dbubble_test_ng.cpp1430 …auto textFrameNode = BubbleView::CreateMessage(popupParam->GetMessage(), popupParam->IsUseCustom()… variable
1570 …auto textFrameNode = BubbleView::CreateMessage(popupParam->GetMessage(), popupParam->IsUseCustom()… variable
1702 …auto textFrameNode = BubbleView::CreateMessage(popupParam->GetMessage(), popupParam->IsUseCustom()… variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/search/
Dsearch_test_ng.cpp675 … auto textFrameNode = AceType::DynamicCast<FrameNode>(frameNode->GetChildAtIndex(TEXTFIELD_INDEX)); variable
907 … auto textFrameNode = AceType::DynamicCast<FrameNode>(frameNode->GetChildAtIndex(TEXTFIELD_INDEX)); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/time_picker/
Dtimepicker_test_ng.cpp1398 auto textFrameNode = FrameNode::GetOrCreateFrameNode( variable