Home
last modified time | relevance | path

Searched refs:SetWindowInfo (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dscreen_system_manager.h56 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 Dserver_msg_handler.h128 void SetWindowInfo(int32_t infoId, WindowInfo &info);
/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp1121 * @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 Dswapchain_layer.cpp742 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 Dserver_msg_handler.cpp946 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 Dframe_node_test_ng_new.cpp661 ScreenSystemManager::GetInstance().SetWindowInfo(screenWidth, 1.0, 1.0); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_layoutFst_test_ng.cpp1353 ScreenSystemManager::GetInstance().SetWindowInfo(FULL_SCREEN_WIDTH, 1.0, 1.0); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp2239 ScreenSystemManager::GetInstance().SetWindowInfo(rootWidth_, density_, dipScale_); in SetRootSizeWithWidthHeight()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1826 ScreenSystemManager::GetInstance().SetWindowInfo(rootWidth_, density_, dipScale_); in SetRootRect()
1829 ScreenSystemManager::GetInstance().SetWindowInfo(density_, dipScale_); in SetRootRect()

Completed in 28 milliseconds