Home
last modified time | relevance | path

Searched defs:actionStart (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dpan_event.cpp51 auto actionStart = [weak = WeakClaim(this)](GestureEvent& info) { in OnCollectTouchTarget() local
57 auto actionStart = panEvent->GetActionStartEventFunc(); in OnCollectTouchTarget() local
H A Ddrag_event.cpp307 auto actionStart = [weak = WeakClaim(this), this](GestureEvent& info) { in OnCollectTouchTarget() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng.cpp53 GestureEventFunc actionStart = [&unknownPropertyValue]( variable
144 GestureEventFunc actionStart = [](GestureEvent& info) {}; in __anon74fe3dc90502() variable
198 GestureEventFunc actionStart = [&unknownPropertyValue]( variable
284 auto actionStart = [](GestureEvent&) {}; in __anon74fe3dc90d02() variable
349 GestureEventFunc actionStart = [&unknownPropertyValue](GestureEvent& info) { in __anon74fe3dc91102() variable
412 GestureEventFunc actionStart = [](GestureEvent& info) {}; in __anon74fe3dc91502() variable
480 GestureEventFunc actionStart = [](GestureEvent& info) {}; in __anon74fe3dc91902() variable
527 GestureEventFunc actionStart = [](GestureEvent& info) {}; in __anon74fe3dc91d02() variable
619 …auto actionStart = [&unknownPropertyValue](GestureEvent& info) { unknownPropertyValue = info.GetSc… in __anon74fe3dc92102() variable
697 GestureEventFunc actionStart = [](GestureEvent& info) {}; in __anon74fe3dc92502() variable
[all …]
H A Dpan_event_test_ng.cpp150 GestureEventFunc actionStart = [&unknownPropertyValue]( variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp104 auto actionStart = [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.cpp150 auto actionStart = [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.cpp2219 …iperPattern::AddPanEvent(const RefPtr<GestureEventHub>& gestureHub, GestureEventFunc&& actionStart, in AddPanEvent()