Searched refs:OnDragFunc (Results 1 – 11 of 11) sorted by relevance
292 void SetOnDragMove(OnDragFunc&& onDragMove) in SetOnDragMove()304 void SetOnDrop(OnDragFunc&& onDrop) in SetOnDrop()487 OnDragFunc dragFunc; in GetCustomerOnDragFunc()659 OnDragFunc onDragEnter_;660 OnDragFunc onDragLeave_;661 OnDragFunc onDragMove_;662 OnDragFunc onDrop_;666 OnDragFunc customerOnDragEnter_;667 OnDragFunc customerOnDragLeave_;668 OnDragFunc customerOnDragMove_;[all …]
150 void EventHub::SetCustomerOnDragFunc(DragFuncType dragFuncType, OnDragFunc&& onDragFunc) in SetCustomerOnDragFunc()
78 const OnDragFunc& GetOnDragStartId() const in GetOnDragStartId()83 void SetOnDragStartId(const OnDragFunc& onDragStartId) in SetOnDragStartId()131 OnDragFunc onDragStartId_;
40 using OnDragFunc = std::function<DragItemInfo(const RefPtr<DragEvent>&, const std::string&)>; variable52 const OnDragFunc& GetOnDragStart() const in GetOnDragStart()123 OnDragFunc onDragStart_;
264 const OnDragFunc& GetOnDragStartId() const in GetOnDragStartId()269 void SetOnDragStartId(const OnDragFunc& onDragStartId) in SetOnDragStartId()417 OnDragFunc onDragStartId_;
100 const OnDragFunc& GetOnDragStartId() const in GetOnDragStartId()105 void SetOnDragStartId(const OnDragFunc& onDragStartId) in SetOnDragStartId()239 OnDragFunc onDragStartId_;
254 auto OnDragFunc = [&dragEventType](const RefPtr<OHOS::Ace::DragEvent>& /* dragEvent */, variable256 auto onDragEnter = OnDragFunc;265 auto onDragLeave = OnDragFunc;274 auto onDragMove = OnDragFunc;283 auto onDragDrop = OnDragFunc;345 auto OnDragFunc = [&dragEventType](const RefPtr<OHOS::Ace::DragEvent>& /* dragEvent */, variable347 auto onDragEnter = OnDragFunc;356 auto onDragLeave = OnDragFunc;365 auto onDragMove = OnDragFunc;374 auto onDragDrop = OnDragFunc;
963 const OnDragFunc& GetOnDragStartId() const in GetOnDragStartId()968 void SetOnDragStartId(const OnDragFunc& onDragStartId) in SetOnDragStartId()1185 OnDragFunc onDragStartId_;
179 OnDragFunc propOnDragStartEvent_;
32 static OnDragFunc ToDragFunc(NG::OnDragStartFunc&& onDragStart);
168 OnDragFunc ViewAbstractModelImpl::ToDragFunc(NG::OnDragStartFunc&& onDragStart) in ToDragFunc()