Home
last modified time | relevance | path

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

/test/ostest/wukong/input_factory/src/
Dmouse_input.cpp45 ErrCode result = WuKongUtil::GetInstance()->GetScreenSize(screenWidth, screenHeight); in RandomInput()
Dswap_input.cpp65 ErrCode result = WuKongUtil::GetInstance()->GetScreenSize(screenWidth, screenHeight); in RandomInput()
Dtouch_input.cpp59 ErrCode result = WuKongUtil::GetInstance()->GetScreenSize(screenWidth, screenHeight); in RandomInput()
/test/ostest/wukong/common/include/
Dwukong_util.h157 ErrCode GetScreenSize(int32_t &width, int32_t &height);
/test/ostest/wukong/component_event/src/
Dscene_delegate.cpp320 ErrCode result = WuKongUtil::GetInstance()->GetScreenSize(width, height); in IsComponentInScreen()
Dfocus_scene_delegate.cpp320 ErrCode result = WuKongUtil::GetInstance()->GetScreenSize(width, height); in IsComponentInScreen()
/test/ostest/wukong/test_flow/src/
Dspecial_test_flow.cpp429 ErrCode result = WuKongUtil::GetInstance()->GetScreenSize(screenWidth, screenHeight); in CheckPosition()
/test/ostest/wukong/common/src/
Dwukong_util.cpp399 ErrCode WuKongUtil::GetScreenSize(int32_t &width, int32_t &height) in GetScreenSize() function in OHOS::WuKong::WuKongUtil