Searched refs:SetWindowInfo (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | screen_system_manager.h | 56 void SetWindowInfo(double screenWidth, double density, double dipScale)
in SetWindowInfo() function in OHOS::Ace::final 64 void SetWindowInfo(double density, double dipScale)
in SetWindowInfo() function in OHOS::Ace::final
|
/foundation/multimodalinput/input/service/message_handle/include/ |
H A D | server_msg_handler.h | 128 void SetWindowInfo(int32_t infoId, WindowInfo &info);
|
/foundation/multimodalinput/input/service/message_handle/test/ |
H A D | server_msg_handler_test.cpp | 1121 * @tc.desc: Test the function SetWindowInfo 1133 EXPECT_NO_FATAL_FAILURE(handler.SetWindowInfo(infoId, info)); in HWTEST_F() 1135 EXPECT_NO_FATAL_FAILURE(handler.SetWindowInfo(infoId, info)); in HWTEST_F()
|
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/ |
H A D | swapchain_layer.cpp | 742 VKAPI_ATTR VkResult SetWindowInfo(VkDevice device, const VkSwapchainCreateInfoKHR* createInfo) in SetWindowInfo() function 799 return SetWindowInfo(device, createInfo); in SetSwapchainCreateInfo()
|
/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | server_msg_handler.cpp | 946 void ServerMsgHandler::SetWindowInfo(int32_t infoId, WindowInfo &info) in SetWindowInfo() function in OHOS::MMI::ServerMsgHandler
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | frame_node_test_ng_new.cpp | 661 ScreenSystemManager::GetInstance().SetWindowInfo(screenWidth, 1.0, 1.0); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_layoutFst_test_ng.cpp | 1353 ScreenSystemManager::GetInstance().SetWindowInfo(FULL_SCREEN_WIDTH, 1.0, 1.0); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 2239 ScreenSystemManager::GetInstance().SetWindowInfo(rootWidth_, density_, dipScale_); in SetRootSizeWithWidthHeight()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 1826 ScreenSystemManager::GetInstance().SetWindowInfo(rootWidth_, density_, dipScale_); in SetRootRect() 1829 ScreenSystemManager::GetInstance().SetWindowInfo(density_, dipScale_); in SetRootRect()
|
Completed in 29 milliseconds