| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/text/ |
| D | text_test_ng.cpp | 725 …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/ |
| D | marquee_test_ng.cpp | 370 …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/ |
| D | calendar_picker_pattern.cpp | 182 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/ |
| D | custom_test_ng.cpp | 197 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/ |
| D | search_model_ng.cpp | 87 … 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
|
| D | search_pattern.cpp | 942 … 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/ |
| D | stepper_pattern.cpp | 740 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/ |
| D | badge_layout_algorithm.cpp | 202 auto textFrameNode = textWrapper->GetHostNode(); in Layout() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/calendar_picker/ |
| D | calendar_picker_test_ng.cpp | 269 auto textFrameNode = AceType::DynamicCast<FrameNode>(contentNode->GetChildAtIndex(MONTH_INDEX)); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/bubble/ |
| D | bubble_test_ng.cpp | 1430 …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/ |
| D | search_test_ng.cpp | 675 … 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/ |
| D | timepicker_test_ng.cpp | 1398 auto textFrameNode = FrameNode::GetOrCreateFrameNode( variable
|