Home
last modified time | relevance | path

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

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_move_drag_test.cpp30 constexpr float POINT_HOTZONE_RATIO = 0.5; member
157 startPointX_ = startPointRect_.posX_ - static_cast<int32_t>(hotZone_ * POINT_HOTZONE_RATIO); in HWTEST_F()
158 startPointY_ = startPointRect_.posY_ + static_cast<int32_t>(startPointRect_.height_ * POINT_HOTZONE_RATIO); in HWTEST_F()
178 startPointX_ = startPointRect_.posX_ - static_cast<int32_t>(hotZone_ * POINT_HOTZONE_RATIO); in HWTEST_F()
179 startPointY_ = startPointRect_.posY_ - static_cast<int32_t>(hotZone_ * POINT_HOTZONE_RATIO); in HWTEST_F()
199 startPointX_ = startPointRect_.posX_ - static_cast<int32_t>(hotZone_ * POINT_HOTZONE_RATIO); in HWTEST_F()
201 static_cast<int32_t>(startPointRect_.height_ + hotZone_ * POINT_HOTZONE_RATIO); in HWTEST_F()
222 static_cast<int32_t>(startPointRect_.width_ + hotZone_ * POINT_HOTZONE_RATIO); in HWTEST_F()
223 startPointY_ = startPointRect_.posY_ + static_cast<int32_t>(startPointRect_.height_ * POINT_HOTZONE_RATIO); in HWTEST_F()
244 static_cast<int32_t>(startPointRect_.width_ + hotZone_ * POINT_HOTZONE_RATIO); in HWTEST_F()
[all...]

Completed in 2 milliseconds