Searched refs:TouchInterceptFunc (Results 1 – 9 of 9) sorted by relevance
89 using TouchInterceptFunc = std::function<NG::HitTestMode(TouchEventInfo&)>; variable311 void SetOnTouchIntercept(TouchInterceptFunc&& touchInterceptFunc);313 TouchInterceptFunc GetOnTouchIntercept() const;834 TouchInterceptFunc touchInterceptFunc_;
1385 void GestureEventHub::SetOnTouchIntercept(TouchInterceptFunc&& touchInterceptFunc) in SetOnTouchIntercept()1390 TouchInterceptFunc GestureEventHub::GetOnTouchIntercept() const in GetOnTouchIntercept()
376 …TouchInterceptFunc touchInterceptFunc = [](TouchEventInfo& touchEventInfo) { return HitTestMode::H… in __anoncee0c4270402()
458 TouchInterceptFunc touchInterceptFunc;485 TouchInterceptFunc touchInterceptFunc;
268 static void SetOnTouchIntercept(TouchInterceptFunc &&touchInterceptFunc);744 static void SetOnTouchIntercept(FrameNode* frameNode, TouchInterceptFunc &&touchInterceptFunc);
262 virtual void SetOnTouchIntercept(NG::TouchInterceptFunc&& touchInterceptFunc) = 0;
927 void SetOnTouchIntercept(NG::TouchInterceptFunc&& touchInterceptFunc) override in SetOnTouchIntercept()
1101 void ViewAbstract::SetOnTouchIntercept(TouchInterceptFunc&& touchInterceptFunc) in SetOnTouchIntercept()4878 void ViewAbstract::SetOnTouchIntercept(FrameNode* frameNode, TouchInterceptFunc&& touchInterceptFun… in SetOnTouchIntercept()
187 void SetOnTouchIntercept(NG::TouchInterceptFunc&& touchInterceptFunc) override {} in SetOnTouchIntercept()