/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 169 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 222 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 282 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 347 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 405 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 470 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 523 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 583 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 631 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable [all …]
|
H A D | layout_wrapper_test_ng.cpp | 781 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 822 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 861 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 926 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1078 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1117 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1164 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1202 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable
|
/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 633 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 717 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 797 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 854 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 911 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 952 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1010 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1113 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1202 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable
|
H A D | flex_test_ng.cpp | 473 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 572 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 676 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1049 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1132 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1217 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1302 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1386 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1471 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable
|
H A D | flex_testtwo_ng.cpp | 1006 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1147 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 1282 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_test_ng.cpp | 579 auto rowLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); variable 603 auto rowLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); variable 629 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 735 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 762 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 791 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 825 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 897 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 958 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 1146 auto rowLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); variable [all …]
|
H A D | text_testtwo_ng.cpp | 614 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 666 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 691 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable
|
H A D | text_testthree_ng.cpp | 172 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 199 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable 343 …auto rowLayoutAlgorithm = AceType::DynamicCast<TextLayoutAlgorithm>(pattern->CreateLayoutAlgorithm… variable
|
/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 560 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable 628 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable
|
/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
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/ |
H A D | stage_test_ng.cpp | 1411 auto rowLayoutAlgorithm = rowLayoutPattern->CreateLayoutAlgorithm(); variable
|
/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
|