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 D | system_info_tdd_test.cpp | 74 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 D | condition_arbitrator_test.cpp | 29 ProductAdapter::SetScreenSize(screenWidth, screenHeight); in SetUp() 357 ProductAdapter::SetScreenSize(screenWidth, screenHeight); 367 ProductAdapter::SetScreenSize(screenWidth, screenHeight); 377 ProductAdapter::SetScreenSize(screenWidth, screenHeight);
|
H A D | stylemgr_media_query_tdd_test.cpp | 724 ProductAdapter::SetScreenSize(screenSize, screenSize); 765 ProductAdapter::SetScreenSize(screenWidth, screenHeight); 824 ProductAdapter::SetScreenSize(screenSizeWidth, screenSizeHeight);
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/ |
H A D | screen_device_proxy.cpp | 69 void ScreenDeviceProxy::SetScreenSize(uint16_t width, uint16_t height) in SetScreenSize() function in OHOS::ScreenDeviceProxy
|
H A D | screen_device_proxy.h | 162 void SetScreenSize(uint16_t width, uint16_t height);
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/include/base/ |
H A D | product_adapter.h | 141 static void SetScreenSize(uint16_t width, uint16_t height);
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | product_adapter.cpp | 251 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 D | basic_tdd_test.cpp | 54 ScreenDeviceProxy::GetInstance()->SetScreenSize(HORIZONTAL_RESOLUTION, VERTICAL_RESOLUTION); in SetUpTestCase()
|