Home
last modified time | relevance | path

Searched defs:actionUpdate (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dpan_event.cpp72 auto actionUpdate = [weak = WeakClaim(this)](GestureEvent& info) { in OnCollectTouchTarget() local
76 auto actionUpdate = panEvent->GetActionUpdateEventFunc(); in OnCollectTouchTarget() local
Ddrag_event.cpp241 auto actionUpdate = [weak = WeakClaim(this)](GestureEvent& info) { in OnCollectTouchTarget() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/event/drag_event/
Ddrag_event_test_ng.cpp87 GestureEventFunc actionUpdate = [&unknownPropertyValue]( variable
177 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anone288a5080702() variable
226 GestureEventFunc actionUpdate = [&unknownPropertyValue]( variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/event/pan_event/
Dpan_event_test_ng.cpp151 GestureEventFunc actionUpdate = [&unknownPropertyValue]( variable
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Dscrollable.cpp136 auto actionUpdate = [weakScroll = AceType::WeakClaim(this)](const GestureEvent& info) { in Initialize() local