Home
last modified time | relevance | path

Searched defs:hitTestType (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/
Dpattern.h358 virtual void OnTouchTestHit(SourceType hitTestType) {} in OnTouchTestHit()
/foundation/arkui/ace_engine/frameworks/core/event/
Dtouch_event.h257 SourceType hitTestType = SourceType::TOUCH; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_pattern.cpp1314 void SwiperPattern::OnTouchTestHit(SourceType hitTestType) in OnTouchTestHit()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/swiper/
Dswiper_test_ng.cpp10365 auto hitTestType = SourceType::MOUSE; variable