Home
last modified time | relevance | path

Searched refs:HandleTouchCancel (Results 1 - 25 of 27) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.h55 void HandleTouchCancel(const TouchEvent& touchEvent);
H A Dressched_report.cpp173 HandleTouchCancel(touchEvent); in OnTouchEvent()
234 void ResSchedReport::HandleTouchCancel(const TouchEvent& touchEvent) in HandleTouchCancel() function in OHOS::Ace::ResSchedReport
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Drender_grid.h95 void HandleTouchCancel();
H A Drender_grid.cpp91 sp->HandleTouchCancel(); in RenderGrid()
927 void RenderGrid::HandleTouchCancel() in HandleTouchCancel() function in RenderGrid
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_delegate_interface.h94 virtual void HandleTouchCancel() = 0;
H A Dweb_pattern.cpp1186 pattern->HandleTouchCancel(info); in InitTouchEvent()
3362 delegate_->HandleTouchCancel(); in HandleTouchUp()
3483 delegate_->HandleTouchCancel(); in OnSelectHandleDone()
3591 void WebPattern::HandleTouchCancel(const TouchEventInfo& info) in HandleTouchCancel() function in OHOS::Ace::NG::WebPattern
3598 delegate_->HandleTouchCancel(); in HandleTouchCancel()
H A Dweb_pattern.h895 void HandleTouchCancel(const TouchEventInfo& info);
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.h97 void HandleTouchCancel(const TouchEventInfo& info);
H A Drender_web.cpp434 item->HandleTouchCancel(info); in Initialize()
541 void RenderWeb::HandleTouchCancel(const TouchEventInfo& info) in HandleTouchCancel() function in OHOS::Ace::RenderWeb
546 delegate_->HandleTouchCancel(); in HandleTouchCancel()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp181 pattern->HandleTouchCancel(info); in InitTouchEvent()
1003 void WebPattern::HandleTouchCancel(const TouchEventInfo& info) in HandleTouchCancel() function in OHOS::Ace::NG::WebPattern
1006 delegate_->HandleTouchCancel(); in HandleTouchCancel()
H A Dweb_delegate_cross.h344 void HandleTouchCancel() override;
H A Dweb_pattern.h589 void HandleTouchCancel(const TouchEventInfo& info);
H A Dweb_delegate_cross.cpp896 void WebDelegateCross::HandleTouchCancel() in HandleTouchCancel() function in OHOS::Ace::WebDelegateCross
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.h176 void HandleTouchCancel();
H A Dscrollable.cpp197 scroll->HandleTouchCancel(); in Initialize()
277 void Scrollable::HandleTouchCancel() in HandleTouchCancel() function in OHOS::Ace::Scrollable
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h425 void HandleTouchCancel(const TouchEventInfo& info);
H A Drender_swiper.cpp521 client->HandleTouchCancel(info); in InitRawDragRecognizer()
752 void RenderSwiper::HandleTouchCancel(const TouchEventInfo& info) in HandleTouchCancel() function in OHOS::Ace::RenderSwiper
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h185 void HandleTouchCancel();
H A Dscrollable.cpp266 void Scrollable::HandleTouchCancel() in HandleTouchCancel() function in OHOS::Ace::NG::Scrollable
269 ACE_SCOPED_TRACE("HandleTouchCancel, id:%d, tag:%s", nodeId_, nodeTag_.c_str()); in HandleTouchCancel()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test.cpp274 g_webPattern->HandleTouchCancel(event); in HWTEST_F()
H A Dweb_pattern_focus_test_ng.cpp1327 * @tc.desc: HandleTouchCancel
1347 webPattern->HandleTouchCancel(event); in HWTEST_F()
1353 * @tc.desc: HandleTouchCancel
1375 webPattern->HandleTouchCancel(event); in HWTEST_F()
H A Dweb_pattern_web_test_ng.cpp1295 * @tc.name: HandleTouchCancel
1296 * @tc.desc: HandleTouchCancel.
1299 HWTEST_F(WebPatternWebTest, HandleTouchCancel, TestSize.Level1) in HWTEST_F()
1323 webPattern->HandleTouchCancel(info); in HWTEST_F()
H A Dmock_web_delegate.cpp874 void WebDelegate::HandleTouchCancel() {} in HandleTouchCancel() function in OHOS::Ace::WebDelegate
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h797 void HandleTouchCancel();
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp380 * @tc.desc: Test the behavior of the HandleTouchCancel method
394 * @tc.steps: step2. HandleTouchCancel and scrollOverCallback are properly called in HWTEST_F()
396 scrollable->HandleTouchCancel(); in HWTEST_F()

Completed in 52 milliseconds

12