Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
Dtext_test_ng.cpp741 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, 0, AceType::MakeRefPtr<TextPatte… variable
1011 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, 0, AceType::MakeRefPtr<TextPatte… variable
1057 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, 0, AceType::MakeRefPtr<TextPatte… variable
1106 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, 0, AceType::MakeRefPtr<TextPatte… variable
1155 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, 0, AceType::MakeRefPtr<TextPatte… variable
1210 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, 0, AceType::MakeRefPtr<TextPatte… variable
1266 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, 0, AceType::MakeRefPtr<TextPatte… variable
1326 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, 0, AceType::MakeRefPtr<TextPatte… variable
1379 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, 0, AceType::MakeRefPtr<TextPatte… variable
1434 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, 0, AceType::MakeRefPtr<TextPatte… variable
[all …]
/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
Dcustom_test_ng.cpp197 auto textFrameNode = CreateNode(V2::TEXT_ETS_TAG); variable
337 auto textFrameNode = CreateNode(V2::TEXT_ETS_TAG); variable
393 auto textFrameNode = CreateNode(V2::TEXT_ETS_TAG); variable
455 auto textFrameNode = CreateNode(V2::TEXT_ETS_TAG); variable
484 auto textFrameNode = CreateNode(V2::TEXT_ETS_TAG); variable
885 auto textFrameNode = CreateNode(V2::TEXT_ETS_TAG); variable
1194 auto textFrameNode = CreateNode(V2::COMMON_VIEW_ETS_TAG); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/marquee/
Dmarquee_test_ng.cpp376 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, -1, AceType::MakeRefPtr<Pattern>… variable
477 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, -1, AceType::MakeRefPtr<Pattern>… variable
563 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, -1, AceType::MakeRefPtr<Pattern>… variable
684 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, -1, AceType::MakeRefPtr<TextPatt… variable
776 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, -1, AceType::MakeRefPtr<TextPatt… variable
910 …auto textFrameNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, -1, AceType::MakeRefPtr<Pattern>… variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
Dcalendar_picker_pattern.cpp187 auto textFrameNode = DynamicCast<FrameNode>(contentNode->GetChildAtIndex(index)); in InitOnHoverEvent() local
245 void CalendarPickerPattern::ResetTextStateByNode(const RefPtr<FrameNode>& textFrameNode) in ResetTextStateByNode()
482 auto textFrameNode = DynamicCast<FrameNode>(contentNode->GetChildAtIndex(YEAR_INDEX)); in HandleBlurEvent() local
770 auto textFrameNode = DynamicCast<FrameNode>(contentNode->GetChildAtIndex(index)); in HandleTextFocusEvent() local
794 auto textFrameNode = DynamicCast<FrameNode>(contentNode->GetChildAtIndex(index)); in HandleTextHoverEvent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
Dstepper_pattern.cpp610 auto textFrameNode = DynamicCast<FrameNode>(rowNode->GetChildAtIndex(1)); in OnColorConfigurationUpdate() local
627 auto textFrameNode = DynamicCast<FrameNode>(firstChild->GetChildAtIndex(0)); in OnColorConfigurationUpdate() local
634 auto textFrameNode = DynamicCast<FrameNode>(firstChild); in OnColorConfigurationUpdate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
Dsearch_model_ng.cpp90 … auto textFrameNode = AceType::DynamicCast<FrameNode>(frameNode->GetChildAtIndex(TEXTFIELD_INDEX)); in SetCaretWidth() local
102 … auto textFrameNode = AceType::DynamicCast<FrameNode>(frameNode->GetChildAtIndex(TEXTFIELD_INDEX)); in SetCaretColor() local
775 auto textFrameNode = AceType::DynamicCast<FrameNode>(frameNode->GetChildren().front()); in CreateButton() local
818 auto textFrameNode = AceType::DynamicCast<FrameNode>(frameNode->GetChildren().front()); in CreateCancelButton() local
1138 … auto textFrameNode = AceType::DynamicCast<FrameNode>(frameNode->GetChildAtIndex(TEXTFIELD_INDEX)); in SetCaretWidth() local
1149 … auto textFrameNode = AceType::DynamicCast<FrameNode>(frameNode->GetChildAtIndex(TEXTFIELD_INDEX)); in SetCaretColor() local
Dsearch_pattern.cpp1292 … auto textFrameNode = AceType::DynamicCast<FrameNode>(cancelButtonNode_->GetChildren().front()); in OnColorConfigurationUpdate() local
1304 auto textFrameNode = AceType::DynamicCast<FrameNode>(buttonNode_->GetChildren().front()); in OnColorConfigurationUpdate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
Dbadge_layout_algorithm.cpp200 auto textFrameNode = textWrapper->GetHostNode(); in Layout() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
Dbubble_test_ng.cpp1493 …auto textFrameNode = BubbleView::CreateMessage(popupParam->GetMessage(), popupParam->IsUseCustom()… variable
1628 …auto textFrameNode = BubbleView::CreateMessage(popupParam->GetMessage(), popupParam->IsUseCustom()… variable
1734 …auto textFrameNode = BubbleView::CreateMessage(popupParam->GetMessage(), popupParam->IsUseCustom()… variable
/foundation/arkui/ace_engine/test/unittest/core/manager/
Dselect_overlay_manager_test_ng.cpp158 auto textFrameNode = variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
Dsearch_test_ng.cpp929 … auto textFrameNode = AceType::DynamicCast<FrameNode>(frameNode->GetChildAtIndex(TEXTFIELD_INDEX)); variable
1159 … auto textFrameNode = AceType::DynamicCast<FrameNode>(frameNode->GetChildAtIndex(TEXTFIELD_INDEX)); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
Dtime_picker_test_ng.cpp1426 auto textFrameNode = FrameNode::GetOrCreateFrameNode( variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
Dcalendar_picker_test_ng.cpp217 auto textFrameNode = AceType::DynamicCast<FrameNode>(contentNode->GetChildAtIndex(MONTH_INDEX)); variable