Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dpan_event.cpp73 auto actionUpdate = [weak = WeakClaim(this)](GestureEvent& info) { in OnCollectTouchTarget() local
79 auto actionUpdate = panEvent->GetActionUpdateEventFunc(); in OnCollectTouchTarget() local
Ddrag_event.cpp429 auto actionUpdate = [weak = WeakClaim(this)](GestureEvent& info) { in OnCollectTouchTarget() local
/foundation/arkui/ace_engine/test/unittest/core/event/
Ddrag_event_test_ng.cpp55 GestureEventFunc actionUpdate = [&unknownPropertyValue]( variable
145 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon513313120602() variable
200 GestureEventFunc actionUpdate = [&unknownPropertyValue]( variable
352 GestureEventFunc actionUpdate = [&unknownPropertyValue](GestureEvent& info) { in __anon513313121202() variable
413 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon513313121602() variable
481 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon513313121a02() variable
528 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon513313121e02() variable
620 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon513313122202() variable
698 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon513313122602() variable
1930 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon513313123502() variable
Dpan_event_test_ng.cpp152 GestureEventFunc actionUpdate = [&unknownPropertyValue]( variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
Dtool_bar_test_ng.cpp338 … auto actionUpdate = gestureHub->GetDragEventActuator()->userCallback_->GetActionUpdateEventFunc(); variable
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Dscrollable.cpp120 auto actionUpdate = [weakScroll = AceType::WeakClaim(this)](const GestureEvent& info) { in Initialize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dscrollable.cpp158 auto actionUpdate = [weakScroll = AceType::WeakClaim(this)](const GestureEvent& info) { in Initialize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_pattern.cpp2220GestureEventFunc&& actionUpdate, GestureEventFunc&& actionEnd, GestureEventNoParameter&& actionCan… in AddPanEvent()