Searched defs:actionUpdate (Results 1 – 8 of 8) sorted by relevance
71 auto actionUpdate = [weak = WeakClaim(this)](GestureEvent& info) { in OnCollectTouchTarget() local75 auto actionUpdate = panEvent->GetActionUpdateEventFunc(); in OnCollectTouchTarget() local
421 auto actionUpdate = [weak = WeakClaim(this)](GestureEvent& info) { in OnCollectTouchTarget() local
55 GestureEventFunc actionUpdate = [&unknownPropertyValue]( variable145 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anone51290910602() variable200 GestureEventFunc actionUpdate = [&unknownPropertyValue]( variable352 GestureEventFunc actionUpdate = [&unknownPropertyValue](GestureEvent& info) { in __anone51290911202() variable413 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anone51290911602() variable481 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anone51290911a02() variable528 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anone51290911e02() variable620 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anone51290912202() variable698 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anone51290912602() variable1930 GestureEventFunc actionUpdate = [](GestureEvent& info) {}; in __anone51290913502() 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
152 auto actionUpdate = [weakScroll = AceType::WeakClaim(this)](const GestureEvent& info) { in Initialize() local
2229 …GestureEventFunc&& actionUpdate, GestureEventFunc&& actionEnd, GestureEventNoParameter&& actionCan… in AddPanEvent()