Home
last modified time | relevance | path

Searched refs:recreateGesture_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h175 if (!recreateGesture_) { in AddGesture()
181 recreateGesture_ = true; in AddGesture()
190 recreateGesture_ = true; in AttachGesture()
198 recreateGesture_ = true; in RemoveGesture()
744 return recreateGesture_; in WillRecreateGesture()
812 bool recreateGesture_ = true; variable
H A Dgesture_event_hub.cpp202 if (recreateGesture_) { in OnModifyDone()
204 recreateGesture_ = false; in OnModifyDone()
1722 recreateGesture_ = true; in CopyGestures()
1897 recreateGesture_ = true; in RemoveGesturesByTag()
1907 recreateGesture_ = true; in ClearModifierGesture()
1941 recreateGesture_ = true; in ClearGesture()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng_property_config.cpp810 EXPECT_FALSE(gestureEventHub->recreateGesture_);
823 EXPECT_FALSE(gestureEventHub->recreateGesture_);
836 EXPECT_FALSE(gestureEventHub->recreateGesture_);
843 EXPECT_FALSE(gestureEventHub->recreateGesture_);
881 EXPECT_FALSE(gestureEventHub->recreateGesture_);
888 EXPECT_FALSE(gestureEventHub->recreateGesture_);
1814 EXPECT_TRUE(gestureEventHubDest->recreateGesture_);
H A Dgesture_event_hub_test_ng.cpp601 EXPECT_FALSE(gestureEventHub->recreateGesture_);
609 EXPECT_FALSE(gestureEventHub->recreateGesture_);
617 gestureEventHub->recreateGesture_ = true;
621 EXPECT_FALSE(gestureEventHub->recreateGesture_);
840 gestureEventHub->recreateGesture_ = true;
1810 gestureEventHub->recreateGesture_ = true;