| /foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
| D | text_test_ng.cpp | 741 …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/ |
| D | custom_test_ng.cpp | 197 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/ |
| D | marquee_test_ng.cpp | 376 …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/ |
| D | calendar_picker_pattern.cpp | 187 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/ |
| D | stepper_pattern.cpp | 610 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/ |
| D | search_model_ng.cpp | 90 … 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
|
| D | search_pattern.cpp | 1292 … 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/ |
| D | badge_layout_algorithm.cpp | 200 auto textFrameNode = textWrapper->GetHostNode(); in Layout() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
| D | bubble_test_ng.cpp | 1493 …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/ |
| D | select_overlay_manager_test_ng.cpp | 158 auto textFrameNode = variable
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
| D | search_test_ng.cpp | 929 … 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/ |
| D | time_picker_test_ng.cpp | 1426 auto textFrameNode = FrameNode::GetOrCreateFrameNode( variable
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/ |
| D | calendar_picker_test_ng.cpp | 217 auto textFrameNode = AceType::DynamicCast<FrameNode>(contentNode->GetChildAtIndex(MONTH_INDEX)); variable
|