Home
last modified time | relevance | path

Searched refs:screenHeight (Results 1 - 4 of 4) sorted by relevance

/test/ostest/wukong/input_factory/src/
H A Dswap_input.cpp64 int32_t screenHeight = -1; in RandomInput() local
65 ErrCode result = WuKongUtil::GetInstance()->GetScreenSize(screenWidth, screenHeight); in RandomInput()
70 int ySrcPosition = rand() % screenHeight; in RandomInput()
72 int yDstPosition = rand() % screenHeight; in RandomInput()
H A Dtouch_input.cpp58 int32_t screenHeight = -1; in RandomInput() local
59 ErrCode result = WuKongUtil::GetInstance()->GetScreenSize(screenWidth, screenHeight); in RandomInput()
64 int touchY = rand() % screenHeight; in RandomInput()
H A Dmouse_input.cpp42 int32_t screenHeight = -1; in RandomInput() local
45 ErrCode result = WuKongUtil::GetInstance()->GetScreenSize(screenWidth, screenHeight); in RandomInput()
51 int yClickPosition = rand() % screenHeight; in RandomInput()
/test/ostest/wukong/test_flow/src/
H A Dspecial_test_flow.cpp408 int32_t screenHeight = -1; in CheckPosition() local
411 ErrCode result = WuKongUtil::GetInstance()->GetScreenSize(screenWidth, screenHeight); in CheckPosition()
416 if (stoi(argumentlist[0]) > screenWidth || stoi(argumentlist[1]) > screenHeight || stoi(argumentlist[0]) < 0 || in CheckPosition()

Completed in 4 milliseconds