Home
last modified time | relevance | path

Searched refs:rowLayoutAlgorithm (Results 1 – 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/layout/
Dbox_layout_algorithm_test_ng.cpp111 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 …]
Dlayout_wrapper_test_ng.cpp781 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/
Dflex_testthree_ng.cpp539 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 …]
Dflex_test_ng.cpp473 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 …]
Dflex_testtwo_ng.cpp1006 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/
Dtext_test_ng.cpp573 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
627rowLayoutAlgorithm->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 …]
Dtext_testthree_ng.cpp172 …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);
Dtext_testtwo_ng.cpp612 …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/
Dblank_test_ng.cpp155 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/
Dside_bar_view_test_ng.cpp200 auto rowLayoutAlgorithm = rowPattern->CreateLayoutAlgorithm(); variable
201 EXPECT_NE(rowLayoutAlgorithm, nullptr);
204 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm));
/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/
Dstage_test_ng.cpp1349 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/
Dtext_field_pattern_test.cpp2359 auto rowLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); variable
2360 ASSERT_NE(rowLayoutAlgorithm, nullptr);
2361 …layoutWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(rowLayoutAlgorithm));