Home
last modified time | relevance | path

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

/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-on-child-touch-test.md11 ## onChildTouchTest section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-on-child-touch-test.md11 ## onChildTouchTest section
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_base.cpp70 bool RenderPickerBase::onChildTouchTest( in onChildTouchTest() function in OHOS::Ace::RenderPickerBase
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng_for_property_config.cpp563 NG::OnChildTouchTestFunc onChildTouchTest; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h239 void SetOnTouchTestFunc(NG::OnChildTouchTestFunc&& onChildTouchTest) override {}; in SetOnTouchTestFunc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h1226 void SetOnTouchTestFunc(NG::OnChildTouchTestFunc&& onChildTouchTest) override in SetOnTouchTestFunc()
H A Dview_abstract.cpp1390 void ViewAbstract::SetOnTouchTestFunc(NG::OnChildTouchTestFunc&& onChildTouchTest) in SetOnTouchTestFunc()