Searched refs:pharse (Results 1 – 2 of 2) sorted by relevance
69 void Submit(DragReporterPharse pharse, int32_t contanerID);87 DragDropBehaviorReporterTrigger(DragReporterPharse pharse, int32_t containerId) in DragDropBehaviorReporterTrigger() argument88 : pharse_(pharse), containerId_(containerId) {} in DragDropBehaviorReporterTrigger()
84 void DragDropBehaviorReporter::Submit(DragReporterPharse pharse, int32_t containerId) in Submit() argument86 bool isStart = pharse == DragReporterPharse::DRAG_START; in Submit()