Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H A Dcustom_test_ng.cpp211 auto customLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); variable
212 ASSERT_NE(customLayoutAlgorithm, nullptr);
217 …outWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(customLayoutAlgorithm));
504 auto customLayoutAlgorithm = customPattern->CreateLayoutAlgorithm(); variable
505 ASSERT_NE(customLayoutAlgorithm, nullptr);
509 …outWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(customLayoutAlgorithm));
1261 auto customLayoutAlgorithm = customPattern->CreateLayoutAlgorithm(); variable
1265 …outWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(customLayoutAlgorithm));