Home
last modified time | relevance | path

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

/foundation/window/window_manager/utils/include/
H A Dwm_common_inner.h218 DragType dragType_; member
225 dragType_(DragType::DRAG_UNDEFINED) in MoveDragProperty()
237 startMoveFlag_(startMoveFlag), pointEventStarted_(pointEventStarted), dragType_(dragType), in MoveDragProperty()
247 !parcel.WriteUint32(static_cast<uint32_t>(dragType_))) {
280 info->dragType_ = static_cast<DragType>(parcel.ReadUint32()); in Unmarshalling()
303 dragType_ = property->dragType_; in CopyFrom()
H A Dwindow_property.h205 DragType dragType_ = DragType::DRAG_UNDEFINED; member in OHOS::Rosen::WindowProperty
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp308 dragType_ = dragType; in SetDragType()
531 return dragType_; in GetDragType()
733 parcel.WriteUint32(static_cast<uint32_t>(dragType_)) && in Marshalling()
808 ret = ret && parcel.WriteBool(decoStatus_) && parcel.WriteUint32(static_cast<uint32_t>(dragType_)) && in Write()
995 dragType_ = property->dragType_; in CopyFrom()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_layout_policy_test.cpp48 DragType dragType_; member
81 .dragType_ = DragType::DRAG_UNDEFINED,
100 .dragType_ = DragType::DRAG_UNDEFINED, in SetUpTestCase()
138 property->SetDragType(windowInfo.dragType_); in CreateWindowNode()
200 windowInfo_.dragType_ = DragType::DRAG_LEFT_OR_RIGHT; in HWTEST_F()
217 windowInfo_.dragType_ = DragType::DRAG_LEFT_TOP_CORNER; in HWTEST_F()
234 windowInfo_.dragType_ = DragType::DRAG_BOTTOM_OR_TOP; in HWTEST_F()
H A Dwindow_controller_test.cpp1057 moveDragProperty->dragType_ = DragType::DRAG_UNDEFINED; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp858 dragType_ = DragType::DRAG_BOTTOM_OR_TOP; in UpdateDragType()
862 dragType_ = DragType::DRAG_LEFT_OR_RIGHT; in UpdateDragType()
866 dragType_ = DragType::DRAG_LEFT_TOP_CORNER; in UpdateDragType()
868 dragType_ = DragType::DRAG_RIGHT_TOP_CORNER; in UpdateDragType()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h209 DragType dragType_ = DragType::DRAG_UNDEFINED; member in OHOS::OHOS::Rosen::MoveDragController
/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp716 ASSERT_EQ(moveDragController->dragType_, MoveDragController::DragType::DRAG_BOTTOM_OR_TOP); in HWTEST_F()
731 ASSERT_EQ(moveDragController->dragType_, MoveDragController::DragType::DRAG_LEFT_OR_RIGHT); in HWTEST_F()
746 ASSERT_EQ(moveDragController->dragType_, MoveDragController::DragType::DRAG_LEFT_TOP_CORNER); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp415 windowProperty_->SetDragType(moveDragProperty_->dragType_); in HandleDragEvent()
H A Dwindow_controller.cpp1109 pointerStyle.id = STYLEID_MAP.at(moveDragProperty->dragType_); in ChangeMouseStyle()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp2957 moveDragProperty_->dragType_ = DragType::DRAG_BOTTOM_OR_TOP; in UpdateDragType()
2961 moveDragProperty_->dragType_ = DragType::DRAG_LEFT_OR_RIGHT; in UpdateDragType()
2965 moveDragProperty_->dragType_ = DragType::DRAG_LEFT_TOP_CORNER; in UpdateDragType()
2967 moveDragProperty_->dragType_ = DragType::DRAG_RIGHT_TOP_CORNER; in UpdateDragType()
3205 return STYLEID_MAP.at(moveDragProperty_->dragType_); in CalculatePointerDirection()

Completed in 28 milliseconds