/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/layout/ |
H A D | box_layout_algorithm_test_ng.cpp | 111 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 112 ASSERT_NE(rowLayoutAlgorithm, nullptr); 169 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 170 ASSERT_NE(rowLayoutAlgorithm, nullptr); 223 ASSERT_NE(rowLayoutAlgorithm, nullptr); 283 ASSERT_NE(rowLayoutAlgorithm, nullptr); 348 ASSERT_NE(rowLayoutAlgorithm, nullptr); 406 ASSERT_NE(rowLayoutAlgorithm, nullptr); 471 ASSERT_NE(rowLayoutAlgorithm, nullptr); 524 ASSERT_NE(rowLayoutAlgorithm, nullptr); [all …]
|
H A 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 1078 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1117 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1164 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/ |
H A D | flex_testthree_ng.cpp | 539 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 540 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 634 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 718 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 798 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 855 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 912 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 953 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 1011 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 1114 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); [all …]
|
H A D | flex_test_ng.cpp | 473 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 474 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 572 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 573 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 677 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 1050 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 1133 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 1218 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 1303 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 1387 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); [all …]
|
H A D | flex_testtwo_ng.cpp | 1006 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1007 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); 1098 rowLayoutAlgorithm->Measure(AccessibilityManager::RawPtr(layoutWrapper)); 1099 rowLayoutAlgorithm->Layout(AccessibilityManager::RawPtr(layoutWrapper)); 1147 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1148 ASSERT_NE(rowLayoutAlgorithm, nullptr); 1239 rowLayoutAlgorithm->Measure(AccessibilityManager::RawPtr(layoutWrapper)); 1240 rowLayoutAlgorithm->Layout(AccessibilityManager::RawPtr(layoutWrapper)); 1282 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1283 EXPECT_FALSE(rowLayoutAlgorithm == nullptr); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_test_ng.cpp | 736 ASSERT_NE(rowLayoutAlgorithm, nullptr); 741 rowLayoutAlgorithm->OnReset(); 763 ASSERT_NE(rowLayoutAlgorithm, nullptr); 792 ASSERT_NE(rowLayoutAlgorithm, nullptr); 826 ASSERT_NE(rowLayoutAlgorithm, nullptr); 898 ASSERT_NE(rowLayoutAlgorithm, nullptr); 959 ASSERT_NE(rowLayoutAlgorithm, nullptr); 1020 ASSERT_NE(rowLayoutAlgorithm, nullptr); 1068 ASSERT_NE(rowLayoutAlgorithm, nullptr); 1090 rowLayoutAlgorithm->BuildTextRaceParagraph( [all …]
|
H A 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… 343 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 346 rowLayoutAlgorithm->CreateParagraph(textStyle, "This is a test.", AceType::RawPtr(frameNode)); 352 EXPECT_EQ(rowLayoutAlgorithm->GetLineCount(), 1);
|
H A D | text_testtwo_ng.cpp | 614 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 617 auto ret = rowLayoutAlgorithm->CreateParagraph(textStyle, "", AceType::RawPtr(frameNode)); 666 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 669 auto ret = rowLayoutAlgorithm->CreateParagraph(textStyle, "", AceType::RawPtr(frameNode)); 691 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 697 auto ret = rowLayoutAlgorithm->CreateParagraph(textStyle, "", AceType::RawPtr(frameNode));
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/blank/ |
H A 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));
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/ |
H A D | side_bar_view_test_ng.cpp | 200 auto rowLayoutAlgorithm = rowPattern->CreateLayoutAlgorithm(); variable 201 EXPECT_NE(rowLayoutAlgorithm, nullptr); 204 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm));
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/ |
H A D | stage_test_ng.cpp | 1411 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1412 ASSERT_NE(rowLayoutAlgorithm, nullptr); 1413 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm));
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_pattern_test.cpp | 2359 auto rowLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); variable 2360 ASSERT_NE(rowLayoutAlgorithm, nullptr); 2361 …layoutWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm));
|