| /foundation/arkui/ace_engine/test/unittest/core/layout/ |
| D | box_layout_algorithm_test_ng.cpp | 140 BoxLayoutAlgorithm boxLayoutAlgorithm; variable 142 boxLayoutAlgorithm.Measure(AccessibilityManager::RawPtr(layoutWrapper)); 150 boxLayoutAlgorithm.Measure(AccessibilityManager::RawPtr(layoutWrapper)); 192 BoxLayoutAlgorithm boxLayoutAlgorithm; variable 202 boxLayoutAlgorithm.Measure(AccessibilityManager::RawPtr(layoutWrapper)); 251 BoxLayoutAlgorithm boxLayoutAlgorithm; variable 252 boxLayoutAlgorithm.Layout(AccessibilityManager::RawPtr(layoutWrapper)); 262 boxLayoutAlgorithm.PerformLayout(AccessibilityManager::RawPtr(layoutWrapper)); 311 BoxLayoutAlgorithm boxLayoutAlgorithm; variable 319 boxLayoutAlgorithm.Layout(AccessibilityManager::RawPtr(layoutWrapper)); [all …]
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/ |
| D | flex_testthree_ng.cpp | 177 auto boxLayoutAlgorithm = itemFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 178 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 180 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 196 auto boxLayoutAlgorithm = itemFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 197 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 199 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 216 auto boxLayoutAlgorithm = sixthFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 217 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 219 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 317 auto boxLayoutAlgorithm = itemFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable [all …]
|
| D | flex_testtwo_ng.cpp | 150 auto boxLayoutAlgorithm = itemFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); in CreateRTLWrapper() local 152 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); in CreateRTLWrapper() 205 auto boxLayoutAlgorithm = itemFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); in CreateRTLReverseWrapper() local 207 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); in CreateRTLReverseWrapper() 279 auto boxLayoutAlgorithm = itemFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 280 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 282 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 373 auto boxLayoutAlgorithm = itemFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 374 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 376 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); [all …]
|
| D | flex_test_ng.cpp | 519 auto boxLayoutAlgorithm = firstFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 520 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 522 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 536 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 622 auto boxLayoutAlgorithm = firstFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 623 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 625 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 642 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 718 auto boxLayoutAlgorithm = itemFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 719 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); [all …]
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/old_cases/ |
| D | relative_container_test_ng.cpp | 225 auto boxLayoutAlgorithm = firstFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 226 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 228 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 312 auto boxLayoutAlgorithm = firstFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 313 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 315 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 340 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 459 auto boxLayoutAlgorithm = firstItem->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 461 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 481 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); [all …]
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/linear_split/ |
| D | linear_split_test_ng.cpp | 439 auto boxLayoutAlgorithm = itemFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 440 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 442 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 633 auto boxLayoutAlgorithm = itemFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 634 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 636 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 858 auto boxLayoutAlgorithm = itemFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 859 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 861 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 1038 auto boxLayoutAlgorithm = itemFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable [all …]
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/stack/old_cases/ |
| D | stack_test_ng.cpp | 96 auto boxLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); in CreateSmallChild() local 97 EXPECT_NE(boxLayoutAlgorithm, nullptr); in CreateSmallChild() 98 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); in CreateSmallChild()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/linear_layout/old_cases/ |
| D | linear_layout_test_ng.cpp | 176 auto boxLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); in CreateSmallChild() local 177 EXPECT_NE(boxLayoutAlgorithm, nullptr); in CreateSmallChild() 178 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); in CreateSmallChild() 199 auto boxLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); in CreateLargeChild() local 200 EXPECT_NE(boxLayoutAlgorithm, nullptr); in CreateLargeChild() 201 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); in CreateLargeChild()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
| D | bubble_test_ng.cpp | 1587 auto boxLayoutAlgorithm = textFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 1588 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 1589 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 1738 auto boxLayoutAlgorithm = textFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 1739 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 1740 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm)); 1844 auto boxLayoutAlgorithm = textFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 1845 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 1846 …->SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm));
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/ |
| D | xcomponent_property_test_ng.cpp | 350 auto boxLayoutAlgorithm = childFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable 351 EXPECT_FALSE(boxLayoutAlgorithm == nullptr); 352 …LayoutWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(boxLayoutAlgorithm));
|