/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_test_ng.cpp | 503 NG::TextCascadePickerOptions options2; variable 551 options2.rangeResult = { "2" }; 605 options2.rangeResult = { "2" }; 668 options2.rangeResult = { "2" }; 1206 options.emplace_back(options2); 1251 options.emplace_back(options2); 1318 options.emplace_back(options2); 1358 options2.rangeResult = { "2" }; 1360 options.emplace_back(options2); 1406 options2.rangeResult = { "2" }; [all …]
|
H A D | text_picker_pattern_test_ng.cpp | 489 NG::TextCascadePickerOptions options2; variable 490 options2.rangeResult = { "21", "22", "23" }; 491 options.emplace_back(options2); 543 NG::TextCascadePickerOptions options2; variable 544 options2.rangeResult = { "21", "22", "23" }; 545 options.emplace_back(options2);
|
H A D | text_picker_Extend_test_ng.cpp | 1521 NG::TextCascadePickerOptions options2; variable 1522 options2.rangeResult = { "21", "22", "23" }; 1523 options.emplace_back(options2); 1856 NG::TextCascadePickerOptions options2; variable 1857 options2.rangeResult = { "21", "22", "23" }; 1858 options.emplace_back(options2);
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/23/ |
H A D | index.js | 29 options2: {
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_testone_ng.cpp | 407 TextSpanOptions options2; variable 408 options2.value = INIT_VALUE_1; 413 richEditorController->AddTextSpan(options2); 439 TextSpanOptions options2; variable 440 options2.value = INIT_VALUE_1; 445 richEditorController->AddTextSpan(options2); 591 TextSpanOptions options2; variable 592 options2.value = INIT_VALUE_1; 593 richEditorController->AddTextSpan(options2);
|
H A D | rich_editor_base_testone_ng.cpp | 79 TextSpanOptions options2; variable 80 options2.value = INIT_VALUE_1; 88 richEditorController->AddTextSpan(options2); 90 richEditorController->AddTextSpan(options2); 155 TextSpanOptions options2; variable 156 options2.value = INIT_VALUE_1; 165 richEditorController->AddTextSpan(options2); 167 richEditorController->AddTextSpan(options2);
|
H A D | rich_editor_change_callback_test_ng.cpp | 1101 TextSpanOptions options2; variable 1102 options2.value = INIT_VALUE_1; 1107 richEditorController->AddTextSpan(options2); 1138 TextSpanOptions options2; variable 1139 options2.value = INIT_VALUE_1; 1144 richEditorController->AddTextSpan(options2);
|
H A D | rich_editor_edit_testone_ng.cpp | 702 TextSpanOptions options2; variable 703 options2.value = INIT_VALUE_1; 711 richEditorController->AddTextSpan(options2); 713 richEditorController->AddTextSpan(options2);
|
H A D | rich_editor_test_ng.cpp | 3906 TextSpanOptions options2; variable 3907 options2.value = INIT_VALUE_1; 3915 richEditorController->AddTextSpan(options2); 3917 richEditorController->AddTextSpan(options2); 3983 TextSpanOptions options2; variable 3984 options2.value = INIT_VALUE_1; 4460 TextSpanOptions options2; variable 4461 options2.value = INIT_VALUE_1; 4466 richEditorController->AddTextSpan(options2); 4497 TextSpanOptions options2; variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/28/ |
H A D | index.js | 35 options2: {
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/29/ |
H A D | index.js | 42 options2: {
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/24/ |
H A D | index.js | 41 options2: {
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_image_test.cpp | 476 SamplingOptions options2; variable 477 ASSERT_TRUE(!skiaImage->ScalePixels(bitmap, options2, true));
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-utils.md | 600 let options2: ArkTSUtils.ASON.ParseOptions = { 605 let map = ArkTSUtils.ASON.parse(mapText,undefined,options2);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | title_bar_test_ng.cpp | 1167 NavigationTitlebarOptions options2; variable 1170 titleBarPattern->SetTitlebarOptions(std::move(options2));
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-utils.md | 600 let options2: ArkTSUtils.ASON.ParseOptions = { 605 let map = ArkTSUtils.ASON.parse(mapText,undefined,options2);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testfive_ng.cpp | 1993 ImageSpanOptions options2 = { .image = image, .imagePixelMap = pixelMap }; variable 1994 spanItem->SetImageSpanOptions(options2);
|