Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_move_drag_test.cpp50 static inline int32_t startPointY_ = 0; member in OHOS::Rosen::WindowMoveDragTest
61 startPointY_ = 0; in SetUpTestCase()
127 …CreatePointerEvent(startPointX_, startPointY_, pointerId_, MMI::PointerEvent::POINTER_ACTION_DOWN); in DoMoveOrDrag()
158startPointY_ = startPointRect_.posY_ + static_cast<int32_t>(startPointRect_.height_ * POINT_HOTZON…
179 startPointY_ = startPointRect_.posY_ - static_cast<int32_t>(hotZone_ * POINT_HOTZONE_RATIO);
200 startPointY_ = startPointRect_.posY_ +
245 startPointY_ = startPointRect_.posY_ - static_cast<int32_t>(hotZone_ * POINT_HOTZONE_RATIO);
266 startPointY_ = startPointRect_.posY_ +
287 startPointY_ = startPointRect_.posY_ - static_cast<int32_t>(hotZone_ * POINT_HOTZONE_RATIO);
307 startPointY_ = startPointRect_.posY_ +
[all …]