Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp232 DragType WindowNode::GetDragType() const in GetDragType() function in OHOS::Rosen::WindowNode
234 return property_->GetDragType(); in GetDragType()
H A Dwindow_layout_policy_cascade.cpp348 if (node->GetDragType() == DragType::DRAG_BOTTOM_OR_TOP) { in ComputeRectByAspectRatio()
741 auto dragType = node->GetDragType(); in UpdateFloatingWindowSizeForStretchableWindow()
875 auto dragType = node->GetDragType();
H A Dwindow_controller.cpp1450 node->SetDragType(property->GetDragType()); in UpdateProperty()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h127 DragType GetDragType() const;
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h127 DragType GetDragType() const;
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_test.cpp648 * @tc.desc: SetDragType & GetDragType
659 ASSERT_EQ(DragType::DRAG_UNDEFINED, windowNode->GetDragType()); in HWTEST_F()
661 ASSERT_EQ(DragType::DRAG_BOTTOM_OR_TOP, windowNode->GetDragType()); in HWTEST_F()
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp499 * @tc.desc: GetDragType test
507 DragType res = winPropSrc.GetDragType(); in HWTEST_F()
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp529 DragType WindowProperty::GetDragType() const in GetDragType() function in OHOS::Rosen::WindowProperty

Completed in 12 milliseconds