Searched refs:notifyMsg (Results 1 – 3 of 3) sorted by relevance
77 DragNotifyMsg notifyMsg; in OnNotifyResult() local80 … pkt >> notifyMsg.displayX >> notifyMsg.displayY >> result >> notifyMsg.targetPid >> dragBehavior; in OnNotifyResult()90 notifyMsg.result = static_cast<DragResult>(result); in OnNotifyResult()96 notifyMsg.dragBehavior = static_cast<DragBehavior>(dragBehavior); in OnNotifyResult()99 startDragListener_->OnDragEndMessage(notifyMsg); in OnNotifyResult()
461 DragNotifyMsg notifyMsg; in OnNotifyResult() local464 … pkt >> notifyMsg.displayX >> notifyMsg.displayY >> result >> notifyMsg.targetPid >> dragBehavior; in OnNotifyResult()474 notifyMsg.result = static_cast<DragResult>(result); in OnNotifyResult()480 notifyMsg.dragBehavior = static_cast<DragBehavior>(dragBehavior); in OnNotifyResult()483 startDragListener_->OnDragEndMessage(notifyMsg); in OnNotifyResult()
440 DragNotifyMsg notifyMsg; in OnNotifyResult() local443 … pkt >> notifyMsg.displayX >> notifyMsg.displayY >> result >> notifyMsg.targetPid >> dragBehavior; in OnNotifyResult()453 notifyMsg.result = static_cast<DragResult>(result); in OnNotifyResult()459 notifyMsg.dragBehavior = static_cast<DragBehavior>(dragBehavior); in OnNotifyResult()462 startDragListener_->OnDragEndMessage(notifyMsg); in OnNotifyResult()