Home
last modified time | relevance | path

Searched refs:HandleTouchMove (Results 1 - 25 of 40) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/
H A Drender_drag_bar.h42 void HandleTouchMove(const Offset& movePoint);
H A Drender_drag_bar.cpp247 dragBar->HandleTouchMove(info.GetTouches().front().GetGlobalLocation()); in InitializeRecognizer()
281 void RenderDragBar::HandleTouchMove(const Offset& movePoint) in HandleTouchMove() function in OHOS::Ace::RenderDragBar
/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.h54 void HandleTouchMove(const TouchEvent& touchEvent);
H A Dressched_report.cpp170 HandleTouchMove(touchEvent); in OnTouchEvent()
221 void ResSchedReport::HandleTouchMove(const TouchEvent& touchEvent) in HandleTouchMove() function in OHOS::Ace::ResSchedReport
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test.cpp266 g_webPattern->HandleTouchMove(event, true); in HWTEST_F()
268 g_webPattern->HandleTouchMove(event, true); in HWTEST_F()
273 g_webPattern->HandleTouchMove(event, true); in HWTEST_F()
H A Dweb_pattern_web_test_ng.cpp1220 * @tc.name: HandleTouchMove
1221 * @tc.desc: HandleTouchMove.
1224 HWTEST_F(WebPatternWebTest, HandleTouchMove, TestSize.Level1) in HWTEST_F()
1240 webPattern->HandleTouchMove(info, true); in HWTEST_F()
1243 webPattern->HandleTouchMove(info, false); in HWTEST_F()
1245 webPattern->HandleTouchMove(info, true); in HWTEST_F()
1247 webPattern->HandleTouchMove(info, true); in HWTEST_F()
H A Dweb_pattern_focus_test_ng.cpp1214 * @tc.desc: HandleTouchMove
1234 webPattern->HandleTouchMove(event, true); in HWTEST_F()
1240 * @tc.desc: HandleTouchMove
1262 webPattern->HandleTouchMove(event, true); in HWTEST_F()
1268 * @tc.desc: HandleTouchMove
1291 webPattern->HandleTouchMove(event, true); in HWTEST_F()
1297 * @tc.desc: HandleTouchMove
1321 webPattern->HandleTouchMove(event, true); in HWTEST_F()
H A Dmock_web_delegate.cpp870 void WebDelegate::HandleTouchMove(const int32_t& id, const double& x, const double& y, bool from_overlay) {} in HandleTouchMove() function in OHOS::Ace::WebDelegate
871 void WebDelegate::HandleTouchMove( in HandleTouchMove() function in OHOS::Ace::WebDelegate
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.h61 virtual void HandleTouchMove(const TouchEventInfo& info);
H A Drender_indexer_circle.h46 void HandleTouchMove(const TouchEventInfo& info) override;
H A Drender_indexer.cpp52 sp->HandleTouchMove(info); in RenderIndexer()
259 void RenderIndexer::HandleTouchMove(const TouchEventInfo& info) in HandleTouchMove() function in OHOS::Ace::RenderIndexer
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Ddrag_bar_pattern.h100 void HandleTouchMove(const TouchLocationInfo& info);
H A Ddrag_bar_pattern.cpp283 HandleTouchMove(frontInfo); in HandleTouchEvent()
298 void DragBarPattern::HandleTouchMove(const TouchLocationInfo& info) in HandleTouchMove() function in OHOS::Ace::NG::DragBarPattern
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_delegate_interface.h93 virtual void HandleTouchMove(const int32_t& id, const double& x, const double& y, bool from_overlay = false) = 0;
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.h66 virtual void HandleTouchMove(const TouchEventInfo& info);
H A Drender_indexer.cpp49 sp->HandleTouchMove(info); in RenderIndexer()
258 void RenderIndexer::HandleTouchMove(const TouchEventInfo& info) in HandleTouchMove() function in OHOS::Ace::V2::RenderIndexer
269 LOGI("[indexer] item is HandleTouchMove x:%{public}lf, y:%{public}lf", touchPostion_.GetX(), touchPostion_.GetY()); in HandleTouchMove()
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.h129 void HandleTouchMove(const TouchEventInfo& info);
H A Drender_stepper.cpp188 client->HandleTouchMove(info); in InitRecognizer()
952 void RenderStepper::HandleTouchMove(const TouchEventInfo& info) in HandleTouchMove() function in OHOS::Ace::RenderStepper
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.h96 void HandleTouchMove(const TouchEventInfo& info, bool fromOverlay);
H A Drender_web.cpp428 item->HandleTouchMove(info, false); in Initialize()
519 void RenderWeb::HandleTouchMove(const TouchEventInfo& info, bool fromOverlay) in HandleTouchMove() function in OHOS::Ace::RenderWeb
537 delegate_->HandleTouchMove(touchPoint.id, touchPoint.x, touchPoint.y, fromOverlay); in HandleTouchMove()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp173 pattern->HandleTouchMove(info, false); in InitTouchEvent()
977 void WebPattern::HandleTouchMove(const TouchEventInfo& info, bool fromOverlay) in HandleTouchMove() function in OHOS::Ace::NG::WebPattern
999 delegate_->HandleTouchMove(touchPoint.id, touchPoint.x, touchPoint.y, fromOverlay); in HandleTouchMove()
H A Dweb_delegate_cross.h343 void HandleTouchMove(const int32_t& id, const double& x, const double& y, bool from_overlay) override;
H A Dweb_pattern.h587 void HandleTouchMove(const TouchEventInfo& info, bool fromOverlay);
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_keyboard_shortcut_test_ng.cpp1272 * @tc.desc: test HandleTouchMove
1290 richEditorPattern->HandleTouchMove(offset1); in HWTEST_F()
1299 richEditorPattern->HandleTouchMove(offset2); in HWTEST_F()
1308 richEditorPattern->HandleTouchMove(offset3); in HWTEST_F()
1322 richEditorPattern->HandleTouchMove(offset4); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h424 void HandleTouchMove(const TouchEventInfo& info);

Completed in 27 milliseconds

12