Searched refs:OnChildTouchTestFunc (Results 1 – 10 of 10) sorted by relevance
144 using OnChildTouchTestFunc = std::function<TouchResult(const std::vector<TouchTestInfo>& touchInfo)… variable503 void SetOnTouchTestFunc(OnChildTouchTestFunc&& callback) in SetOnTouchTestFunc()508 const OnChildTouchTestFunc& GetOnTouchTestFunc() in GetOnTouchTestFunc()827 OnChildTouchTestFunc onChildTouchTestFunc_;
353 OnChildTouchTestFunc callback = [](const std::vector<TouchTestInfo>& touchInfo) { in __anon37c5be3c0302()386 OnChildTouchTestFunc test = GET_PARENT->GetOnTouchTestFunc();393 OnChildTouchTestFunc callback = [](const std::vector<TouchTestInfo>& touchInfo) { in __anon37c5be3c0402()408 OnChildTouchTestFunc res = GET_PARENT->GetOnTouchTestFunc();539 OnChildTouchTestFunc callback = [](const std::vector<TouchTestInfo>& touchInfo) { in __anon37c5be3c0502()
563 NG::OnChildTouchTestFunc onChildTouchTest;
239 void SetOnTouchTestFunc(NG::OnChildTouchTestFunc&& onChildTouchTest) override {}; in SetOnTouchTestFunc()
341 virtual void SetOnTouchTestFunc(NG::OnChildTouchTestFunc&& onChildTouchTest) = 0;
695 OnChildTouchTestFunc GetOnTouchTestFunc();
303 static void SetOnTouchTestFunc(NG::OnChildTouchTestFunc&& onChildTouchTest);
1226 void SetOnTouchTestFunc(NG::OnChildTouchTestFunc&& onChildTouchTest) override in SetOnTouchTestFunc()
1390 void ViewAbstract::SetOnTouchTestFunc(NG::OnChildTouchTestFunc&& onChildTouchTest) in SetOnTouchTestFunc()
4818 OnChildTouchTestFunc FrameNode::GetOnTouchTestFunc() in GetOnTouchTestFunc()