Home
last modified time | relevance | path

Searched refs:g_screenHeight (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_mouse.cpp46 int32_t g_screenHeight { 1280 }; variable
250 g_screenHeight = display->GetHeight(); in MoveProcess()
267 if ((targetX <= g_screenWidth && targetX >= 0) && (targetY <= g_screenHeight && targetY >= 0) && in MoveProcess()
268 (currentX < g_screenWidth && currentX > 0) && (currentY < g_screenHeight && currentY > 0)) { in MoveProcess()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dproduct_adapter.cpp68 static uint16_t g_screenHeight = 454; variable
254 g_screenHeight = height; in SetScreenSize()
260 height = g_screenHeight; in GetScreenSize()
/ohos5.0/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp92 int32_t g_screenHeight { 1280 }; variable
1023 g_screenHeight = display->GetHeight();
1038 SimulateMovePointerEvent({ HOT_AREA_COOR, g_screenHeight - HOT_AREA_STEP },
1039 { HOT_AREA_COOR, g_screenHeight - HOT_AREA_SPAN },