Searched refs:targetRect_ (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | move_drag_controller.cpp | 168 moveDragProperty_.targetRect_.posX_ + originalDisplayOffsetX_, in GetTargetRect() 169 moveDragProperty_.targetRect_.posY_ + originalDisplayOffsetY_, in GetTargetRect() 170 moveDragProperty_.targetRect_.width_, in GetTargetRect() 171 moveDragProperty_.targetRect_.height_ }; in GetTargetRect() 173 return moveDragProperty_.targetRect_; in GetTargetRect() 178 return moveDragProperty_.targetRect_; in GetTargetRect() 184 return moveDragProperty_.targetRect_; in GetTargetRect() 190 moveDragProperty_.targetRect_.posX_ + originalDisplayOffsetX_ - currentDisplayOffsetX, in GetTargetRect() 191 moveDragProperty_.targetRect_.posY_ + originalDisplayOffsetY_ - currentDisplayOffsetY, in GetTargetRect() 192 moveDragProperty_.targetRect_ in GetTargetRect() [all...] |
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | move_drag_controller.h | 114 WSRect targetRect_ = { 0, 0, 0, 0 }; member
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_test.cpp | 528 WSRect targetRect_ = { 100, 100, 1000, 1000 }; in HWTEST_F() local 529 sceneSession->moveDragController_->moveDragProperty_.targetRect_ = targetRect_; in HWTEST_F()
|
Completed in 7 milliseconds