Searched defs:actionUpdate (Results 1 – 8 of 8) sorted by relevance
73 auto actionUpdate = [weak = WeakClaim(this)](GestureEvent& info) { in OnCollectTouchTarget() local79 auto actionUpdate = panEvent->GetActionUpdateEventFunc(); in OnCollectTouchTarget() local
429 auto actionUpdate = [weak = WeakClaim(this)](GestureEvent& info) { in OnCollectTouchTarget() local
55 GestureEventFunc actionUpdate = [&unknownPropertyValue]( variable145 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon74fe3dc90602() variable200 GestureEventFunc actionUpdate = [&unknownPropertyValue]( variable352 GestureEventFunc actionUpdate = [&unknownPropertyValue](GestureEvent& info) { in __anon74fe3dc91202() variable413 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon74fe3dc91602() variable481 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon74fe3dc91a02() variable528 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon74fe3dc91e02() variable620 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon74fe3dc92202() variable698 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon74fe3dc92602() variable1930 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anon74fe3dc93502() variable
152 GestureEventFunc actionUpdate = [&unknownPropertyValue]( variable
338 … auto actionUpdate = gestureHub->GetDragEventActuator()->userCallback_->GetActionUpdateEventFunc(); variable
120 auto actionUpdate = [weakScroll = AceType::WeakClaim(this)](const GestureEvent& info) { in Initialize() local
158 auto actionUpdate = [weakScroll = AceType::WeakClaim(this)](const GestureEvent& info) { in Initialize() local
2220 …GestureEventFunc&& actionUpdate, GestureEventFunc&& actionEnd, GestureEventNoParameter&& actionCan… in AddPanEvent()