| /foundation/arkui/ace_engine/test/unittest/core/layout/ |
| D | box_layout_algorithm_test_ng.cpp | 111 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 112 ASSERT_NE(rowLayoutAlgorithm, nullptr); 113 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); 169 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 170 ASSERT_NE(rowLayoutAlgorithm, nullptr); 171 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); 222 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 223 ASSERT_NE(rowLayoutAlgorithm, nullptr); 224 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); 282 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable [all …]
|
| D | layout_wrapper_test_ng.cpp | 781 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 782 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); 822 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 823 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); 861 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 862 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); 926 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 927 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); 1078 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1079 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); [all …]
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/ |
| D | flex_testthree_ng.cpp | 539 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 540 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 541 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); 592 rowLayoutAlgorithm->Measure(AccessibilityManager::RawPtr(layoutWrapper)); 593 rowLayoutAlgorithm->Layout(AccessibilityManager::RawPtr(layoutWrapper)); 633 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 634 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 635 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); 680 rowLayoutAlgorithm->Measure(AccessibilityManager::RawPtr(layoutWrapper)); 681 rowLayoutAlgorithm->Layout(AccessibilityManager::RawPtr(layoutWrapper)); [all …]
|
| D | flex_test_ng.cpp | 473 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 474 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 475 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); 539 rowLayoutAlgorithm->Measure(AccessibilityManager::RawPtr(layoutWrapper)); 540 rowLayoutAlgorithm->Layout(AccessibilityManager::RawPtr(layoutWrapper)); 572 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 573 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 574 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); 645 rowLayoutAlgorithm->Measure(AccessibilityManager::RawPtr(layoutWrapper)); 646 rowLayoutAlgorithm->Layout(AccessibilityManager::RawPtr(layoutWrapper)); [all …]
|
| D | flex_testtwo_ng.cpp | 1006 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1007 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 1008 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); 1098 rowLayoutAlgorithm->Measure(AccessibilityManager::RawPtr(layoutWrapper)); 1099 rowLayoutAlgorithm->Layout(AccessibilityManager::RawPtr(layoutWrapper)); 1147 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1148 ASSERT_NE(rowLayoutAlgorithm, nullptr); 1149 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); 1239 rowLayoutAlgorithm->Measure(AccessibilityManager::RawPtr(layoutWrapper)); 1240 rowLayoutAlgorithm->Layout(AccessibilityManager::RawPtr(layoutWrapper)); [all …]
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
| D | text_test_ng.cpp | 573 auto rowLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); variable 574 …layoutWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); 597 auto rowLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); variable 598 …layoutWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); 623 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 627 …rowLayoutAlgorithm->CreateParagraphAndLayout(textStyle, "", contentConstraint, AceType::RawPtr(fra… 629 …layoutWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); 729 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 730 ASSERT_NE(rowLayoutAlgorithm, nullptr); 735 rowLayoutAlgorithm->OnReset(); [all …]
|
| D | text_testthree_ng.cpp | 172 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 179 rowLayoutAlgorithm->CreateParagraph(textStyle, "This is a test.", AceType::RawPtr(host)); 185 EXPECT_NE(rowLayoutAlgorithm->paragraphManager_->GetParagraphs().front().paragraph, nullptr); 199 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 206 rowLayoutAlgorithm->CreateParagraph(textStyle, "This is a test.", AceType::RawPtr(host)); 212 …EXPECT_NE(rowLayoutAlgorithm->paragraphManager_->GetParagraphs().front().paragraph.rawPtr_, nullpt… 285 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 288 rowLayoutAlgorithm->CreateParagraph(textStyle, "This is a test.", AceType::RawPtr(frameNode)); 294 EXPECT_EQ(rowLayoutAlgorithm->GetLineCount(), 1);
|
| D | text_testtwo_ng.cpp | 612 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 615 auto ret = rowLayoutAlgorithm->CreateParagraph(textStyle, "", AceType::RawPtr(frameNode)); 664 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 667 auto ret = rowLayoutAlgorithm->CreateParagraph(textStyle, "", AceType::RawPtr(frameNode)); 689 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 695 auto ret = rowLayoutAlgorithm->CreateParagraph(textStyle, "", AceType::RawPtr(frameNode));
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/blank/ |
| D | blank_test_ng.cpp | 155 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); in CreateFlexRow() local 156 EXPECT_NE(rowLayoutAlgorithm, nullptr); in CreateFlexRow() 157 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); in CreateFlexRow() 560 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 561 EXPECT_NE(rowLayoutAlgorithm, nullptr); 562 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm)); 628 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 629 EXPECT_NE(rowLayoutAlgorithm, nullptr); 630 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm));
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/ |
| D | side_bar_view_test_ng.cpp | 200 auto rowLayoutAlgorithm = rowPattern->CreateLayoutAlgorithm(); variable 201 EXPECT_NE(rowLayoutAlgorithm, nullptr); 204 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm));
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/stage/ |
| D | stage_test_ng.cpp | 1349 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1350 ASSERT_NE(rowLayoutAlgorithm, nullptr); 1351 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm));
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
| D | text_field_pattern_test.cpp | 2359 auto rowLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); variable 2360 ASSERT_NE(rowLayoutAlgorithm, nullptr); 2361 …layoutWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm));
|