Home
last modified time | relevance | path

Searched refs:SetWindowRect (Results 1 – 25 of 97) sorted by relevance

1234

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_layout_policy_test.cpp678 node->SetWindowRect(newRect);
682 node->SetWindowRect(newRect);
686 node->SetWindowRect(newRect);
704 node->SetWindowRect(newRect);
718 node->SetWindowRect(newRect);
740 node->SetWindowRect(newRect);
789 node->SetWindowRect(newRect);
828 node->SetWindowRect(newRect);
1054 node->SetWindowRect(winRect);
1076 node->SetWindowRect(winRect);
[all …]
H A Davoid_area_controller_test.cpp180 statusbarProperty->SetWindowRect(statusBarRect); in SetUpTestCase()
189 navigationBarProperty->SetWindowRect(navigationRect); in SetUpTestCase()
199 keyboardProperty->SetWindowRect(keyboardRect); in SetUpTestCase()
230 property->SetWindowRect(screenRect); in createWindowProperty()
274 property->SetWindowRect(windowRect);
279 property->SetWindowRect(screenRect);
326 property->SetWindowRect(windowRect);
333 property->SetWindowRect(screenRect);
410 statusbarWindowNode->SetWindowRect(EMPTY_RECT);
420 navigationBarWindowNode->SetWindowRect(EMPTY_RECT);
[all …]
H A Ddisplay_group_controller_test.cpp240 node1->SetWindowRect({0, 0, 50, 50});
259 node1->SetWindowRect({0, 0, 0, 0});
280 node1->SetWindowRect({100, 100, 50, 50});
302 node1->SetWindowRect({50, 50, 60, 60}); // 110 > 0 && 50 < 100
321 node1->SetWindowRect({50, 50, 60, 60});
341 node1->SetWindowRect({50, 50, 60, 60});
361 node1->SetWindowRect({-50, -50, 200, 200});
381 node1->SetWindowRect({50, 50, 100, 100});
401 node1->SetWindowRect({60, 60, 100, 100});
420 node1->SetWindowRect({60, 60, 120, 120});
H A Dwindow_pair_test.cpp363 property2->SetWindowRect(rect1);
364 property3->SetWindowRect(rect2);
392 property2->SetWindowRect(rect1);
1135 node3->SetWindowRect(divider_rect2);
1136 node1->SetWindowRect(primary_rect1);
1137 node2->SetWindowRect(secondary_rect1);
1144 node2->SetWindowRect(secondary_rect2);
1175 node3->SetWindowRect(divider_rect1); // is_vertical false
1176 node2->SetWindowRect(secondary_rect1);
1177 node1->SetWindowRect(primary_rect1);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/systemtest/pipeline/
H A Drs_uni_render_test.cpp98 option->SetWindowRect({ 0, 0, 500, 800 });
169 option1->SetWindowRect({ 0, 0, 500, 900 });
176 option2->SetWindowRect({ 0, 0, 600, 800 });
/ohos5.0/foundation/window/window_manager/test/demo/
H A Ddemo_system_sub_window.cpp70 baseOp->SetWindowRect(baseWindowRect); in main()
80 subWindowOp->SetWindowRect(subWindowRect); in main()
/ohos5.0/foundation/window/window_manager/extension/window_extension/test/unittest/
H A Dwindow_extension_stub_impl_test.cpp95 option->SetWindowRect(rect);
98 window->property_->SetWindowRect(rect);
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test3.cpp370 window->property_->SetWindowRect(rect);
1006 option->SetWindowRect({ 1, 1, 1, 1 });
1016 option1->SetWindowRect({ 1, 1, 1, 1 });
1025 option2->SetWindowRect({ 1, 1, 1, 1 });
1065 option->SetWindowRect({ 1, 1, 1, 1 });
1093 option->SetWindowRect({ 1, 1, 1, 1 });
1129 option->SetWindowRect({ 1, 1, 1, 1 });
1165 option->SetWindowRect({ 1, 1, 1, 1 });
1205 option->SetWindowRect({ 1, 1, 1, 1 });
1226 option->SetWindowRect({ 1, 1, 1, 1 });
[all …]
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_systemsubwindow_test.cpp60 baseOp->SetWindowRect(rect); in CreateBaseWindow()
75 subOp->SetWindowRect(rect); in CreateAppSubWindow()
91 subOp->SetWindowRect(rect); in CreateSystemSubWindow()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/surface/inner/
H A Dsurface_inner_mock.cpp47 option->SetWindowRect({0, 0, DEFAULT_WIDTH, DEFAULT_HEIGHT}); in GetSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_tunnel_handle_demo.cpp31 option->SetWindowRect( {0, 0, w, h} ); in GetWindowSurface()
H A Drender_service_client_overlay_demo.cpp31 option->SetWindowRect( {0, 0, w, h} ); in GetWindowSurface()
H A Drender_service_client_uni_render_demo.cpp62 option->SetWindowRect({ 0, 0, 500, 800 }); in main()
H A Drender_service_client_first_frame_callback_demo.cpp54 option->SetWindowRect({0, 0, 2560, 112}); in main()
H A Drender_service_client_scale_demo.cpp62 option->SetWindowRect( {WINDOW_LEFT, WINDOW_TOP, WINDOW_WIDTH, WINDOW_HEIGHT} ); in RsSurfaceNodeScaleTestDemo()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp46 void WindowNode::SetWindowRect(const Rect& rect) in SetWindowRect() function in OHOS::Rosen::WindowNode
48 property_->SetWindowRect(rect); in SetWindowRect()
H A Dinner_window.cpp75 option->SetWindowRect(rect); in Create()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_player.cpp79 option->SetWindowRect({ 0, 0, 640, 480 }); in GetVideoSurface()
/ohos5.0/foundation/multimodalinput/input/test/unittest/common/src/
H A Dwindow_utils_test.cpp100 option->SetWindowRect(info.rect); in CreateWindow()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_transition_info.h55 void SetWindowRect(Rect rect);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/
H A Dui_service_extension.cpp114 option->SetWindowRect(extensionWindowConfig->windowRect); in GetWindowOption()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/
H A Drs_interfaces_test_utils.cpp131 option->SetWindowRect(displayRect); in CreateWindowByDisplayParam()
/ohos5.0/foundation/window/window_manager/extension/window_extension/src/
H A Dwindow_extension_stub_impl.cpp49 option->SetWindowRect(rect); in CreateWindow()
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h62 void SetWindowRect(const struct Rect& rect);
/ohos5.0/base/security/access_token/services/privacymanager/test/tool/
H A Dcamera_window_create.cpp66 option->SetWindowRect(rect); in CreateAppFloatingWindow()

1234