Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/test/unittest/
H A Ddrag_controller_test.cpp517 sptr<DragController> dragcontroller = new DragController(windowRoot_); in HWTEST_F()
529 sptr<DragController> dragcontroller = new DragController(windowRoot_); in HWTEST_F()
543 sptr<DragController> dragcontroller = new DragController(windowRoot_); in HWTEST_F()
557 sptr<DragController> dragcontroller = new DragController(windowRoot_); in HWTEST_F()
574 sptr<DragController> dragcontroller = new DragController(windowRoot in HWTEST_F()
[all...]
/foundation/window/window_manager/wmserver/include/
H A Ddrag_controller.h36 * DragController is the class which is used to handle drag cross window
38 class DragController : public RefBase { class
40 explicit DragController(sptr<WindowRoot>& root) : windowRoot_(root) {} in DragController() function in OHOS::Rosen::DragController
41 ~DragController() = default;
H A Dwindow_manager_service.h204 sptr<DragController> dragController_;
/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp34 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "DragController"};
37 void DragController::UpdateDragInfo(uint32_t windowId) in UpdateDragInfo()
67 void DragController::StartDrag(uint32_t windowId) in StartDrag()
90 void DragController::FinishDrag(uint32_t windowId) in FinishDrag()
113 sptr<WindowNode> DragController::GetHitWindow(DisplayId id, PointInfo point) in GetHitWindow()
139 bool DragController::GetHitPoint(uint32_t windowId, PointInfo& point) in GetHitPoint()
H A Dwindow_manager_service.cpp72 dragController_ = new DragController(windowRoot_);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsUIContext.js121 class DragController {
123 * Construct new instance of DragController.
225 this.dragController_ = new DragController(this.instanceId_);

Completed in 7 milliseconds