Searched refs:onAction_ (Results 1 – 13 of 13) sorted by relevance
41 SendCallbackMsg(onAction_, false); in OnAccepted()197 SendCallbackMsg(onAction_, true); in DoRepeat()289 onAction_ = std::move(curr->onAction_); in ReconcileFrom()
106 onAction_ = std::make_unique<GestureEventFunc>(onAction); in SetOnAction()170 std::unique_ptr<GestureEventFunc> onAction_; variable
179 SendCallbackMsg(onAction_); in HandleTouchUpEvent()210 SendCallbackMsg(onAction_); in HandleTouchUpEvent()435 onAction_ = std::move(curr->onAction_); in ReconcileFrom()
104 SendCallbackMsg(onAction_); in OnAccepted()332 onAction_ = std::move(curr->onAction_); in ReconcileFrom()
87 SendCallbackMsg(onAction_, false, true); in OnAccepted()327 SendCallbackMsg(onAction_, true, true); in DoRepeat()424 onAction_ = std::move(curr->onAction_); in ReconcileFrom()439 if (longPressRecognizer->onAction_) { in GetLongPressActionFunc()440 (*(longPressRecognizer->onAction_))(info); in GetLongPressActionFunc()
83 if (clickRecognizer->onAction_) { in GetTapActionFunc()84 (*(clickRecognizer->onAction_))(info); in GetTapActionFunc()
66 if (onAction_ && *onAction_) { in HasAction()
81 SendCallbackMsg(onAction_); in OnAccepted()484 onAction_ = std::move(curr->onAction_); in ReconcileFrom()
178 onAction_ = std::make_unique<GestureEventFunc>(onAction); in SetOnAction()464 std::unique_ptr<GestureEventFunc> onAction_; variable
195 SendCallbackMsg(onAction_); in OnAccepted()555 onAction_ = std::move(curr->onAction_); in ReconcileFrom()
223 (*clickEventActuator.clickRecognizer_->onAction_)(info);242 (*clickEventActuator.clickRecognizer_->onAction_)(info);
546 EXPECT_NE(dragEventActuator->previewLongPressRecognizer_->onAction_, nullptr);553 (*(dragEventActuator->longPressRecognizer_->onAction_))(info);556 (*(dragEventActuator->longPressRecognizer_->onAction_))(info);565 (*(dragEventActuator->previewLongPressRecognizer_->onAction_))(info);574 (*(dragEventActuator->previewLongPressRecognizer_->onAction_))(info);583 (*(dragEventActuator->previewLongPressRecognizer_->onAction_))(info);591 (*(dragEventActuator->previewLongPressRecognizer_->onAction_))(info);
57 auto handleLongPress = *(pattern_->longPressRecognizer_->onAction_); in HandleLongPress()