Home
last modified time | relevance | path

Searched refs:backupGestures_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_view_enhance_test_ng.cpp211 for (auto it : eventhub->backupGestures_) {
219 for (auto it : eventhub->backupGestures_) {
226 for (auto it : eventhub->backupGestures_) {
233 for (auto it : eventhub->backupGestures_) {
240 for (auto it : eventhub->backupGestures_) {
303 auto gestures = buttonNode->GetOrCreateGestureEventHub()->backupGestures_;
333 auto gestures = buttonNode->GetOrCreateGestureEventHub()->backupGestures_;
364 auto gestures = buttonNode->GetOrCreateGestureEventHub()->backupGestures_;
395 auto gestures = buttonNode->GetOrCreateGestureEventHub()->backupGestures_;
425 auto gestures = buttonNode->GetOrCreateGestureEventHub()->backupGestures_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h177 backupGestures_.clear(); in AddGesture()
180 backupGestures_.emplace_back(gesture); in AddGesture()
804 std::list<RefPtr<NG::Gesture>> backupGestures_; variable
H A Dgesture_event_hub.cpp1720 gestures_ = gestureEventHub->backupGestures_; in CopyGestures()
1940 backupGestures_.clear(); in ClearGesture()