Searched refs:dragController_ (Results 1 – 3 of 3) sorted by relevance
72 dragController_ = new DragController(windowRoot_);986 dragController_->StartDrag(windowId); in AddWindow()1041 dragController_->FinishDrag(windowId); in DestroyWindow()1165 dragController_->FinishDrag(windowId); in OnWindowEvent()1372 dragController_->UpdateDragInfo(windowProperty->GetWindowId()); in UpdateProperty()1384 dragController_->UpdateDragInfo(windowProperty->GetWindowId()); in UpdateProperty()
204 sptr<DragController> dragController_; variable
225 this.dragController_ = new DragController(this.instanceId_);226 return this.dragController_;