Home
last modified time | relevance | path

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

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