Home
last modified time | relevance | path

Searched refs:SetScreenSize (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/test/unittest/common/
H A Dsystem_info_tdd_test.cpp74 ProductAdapter::SetScreenSize(screenWidth, screenHeight);
146 ProductAdapter::SetScreenSize(screenWidth, screenHeight);
165 ProductAdapter::SetScreenSize(screenWidth, screenHeight);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
H A Dcondition_arbitrator_test.cpp29 ProductAdapter::SetScreenSize(screenWidth, screenHeight); in SetUp()
357 ProductAdapter::SetScreenSize(screenWidth, screenHeight);
367 ProductAdapter::SetScreenSize(screenWidth, screenHeight);
377 ProductAdapter::SetScreenSize(screenWidth, screenHeight);
H A Dstylemgr_media_query_tdd_test.cpp724 ProductAdapter::SetScreenSize(screenSize, screenSize);
765 ProductAdapter::SetScreenSize(screenWidth, screenHeight);
824 ProductAdapter::SetScreenSize(screenSizeWidth, screenSizeHeight);
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device_proxy.cpp69 void ScreenDeviceProxy::SetScreenSize(uint16_t width, uint16_t height) in SetScreenSize() function in OHOS::ScreenDeviceProxy
H A Dscreen_device_proxy.h162 void SetScreenSize(uint16_t width, uint16_t height);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Dproduct_adapter.h141 static void SetScreenSize(uint16_t width, uint16_t height);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dproduct_adapter.cpp251 void ProductAdapter::SetScreenSize(uint16_t width, uint16_t height) in SetScreenSize() function in OHOS::ACELite::ProductAdapter
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbasic_tdd_test.cpp54 ScreenDeviceProxy::GetInstance()->SetScreenSize(HORIZONTAL_RESOLUTION, VERTICAL_RESOLUTION); in SetUpTestCase()