Searched refs:DragReporterPharse (Results 1 – 5 of 5) sorted by relevance
53 enum class DragReporterPharse { enum69 void Submit(DragReporterPharse pharse, int32_t contanerID);87 DragDropBehaviorReporterTrigger(DragReporterPharse pharse, int32_t containerId) in DragDropBehaviorReporterTrigger()95 DragReporterPharse pharse_;
84 void DragDropBehaviorReporter::Submit(DragReporterPharse pharse, int32_t containerId) in Submit()86 bool isStart = pharse == DragReporterPharse::DRAG_START; in Submit()
116 NG::DragDropBehaviorReporter::GetInstance().Submit(NG::DragReporterPharse::DRAG_STOP, -1); in StopDrag()
323 DragDropBehaviorReporterTrigger trigger(DragReporterPharse::DRAG_START, containerId); in OnCollectTouchTarget()353 … DragDropBehaviorReporterTrigger trigger(DragReporterPharse::DRAG_START, containerId); in OnCollectTouchTarget()386 … DragDropBehaviorReporterTrigger trigger(DragReporterPharse::DRAG_START, containerId); in OnCollectTouchTarget()
1135 …DragDropBehaviorReporterTrigger trigger(DragReporterPharse::DRAG_START, container->GetInstanceId()… in OnDragStart()