Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp168 void WindowNode::SetDragType(DragType dragType) in SetDragType() function in OHOS::Rosen::WindowNode
170 property_->SetDragType(dragType); in SetDragType()
H A Ddrag_controller.cpp415 windowProperty_->SetDragType(moveDragProperty_->dragType_); in HandleDragEvent()
H A Dwindow_controller.cpp1450 node->SetDragType(property->GetDragType()); in UpdateProperty()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h85 void SetDragType(DragType dragType);
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_layout_policy_test.cpp138 property->SetDragType(windowInfo.dragType_); in CreateWindowNode()
926 node->SetDragType(DragType::DRAG_LEFT_OR_RIGHT); in HWTEST_F()
929 node->SetDragType(DragType::DRAG_BOTTOM_OR_TOP); in HWTEST_F()
932 node->SetDragType(DragType::DRAG_LEFT_TOP_CORNER); in HWTEST_F()
935 node->SetDragType(DragType::DRAG_RIGHT_TOP_CORNER); in HWTEST_F()
1003 node->SetDragType(DragType::DRAG_BOTTOM_OR_TOP); in HWTEST_F()
1006 node->SetDragType(DragType::DRAG_LEFT_OR_RIGHT); in HWTEST_F()
H A Dwindow_node_test.cpp648 * @tc.desc: SetDragType & GetDragType
660 windowNode->SetDragType(DragType::DRAG_BOTTOM_OR_TOP); in HWTEST_F()
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h75 void SetDragType(DragType dragType);
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp306 void WindowProperty::SetDragType(DragType dragType) in SetDragType() function in OHOS::Rosen::WindowProperty
782 property->SetDragType(static_cast<DragType>(parcel.ReadUint32())); in Unmarshalling()
887 SetDragType(static_cast<DragType>(parcel.ReadUint32())); in Read()
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp506 winPropSrc.SetDragType(dragType); in HWTEST_F()

Completed in 13 milliseconds