/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/ |
H A D | render_drag_bar.h | 42 void HandleTouchMove(const Offset& movePoint);
|
H A D | render_drag_bar.cpp | 247 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 D | ressched_report.h | 54 void HandleTouchMove(const TouchEvent& touchEvent);
|
H A D | ressched_report.cpp | 170 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 D | web_pattern_test.cpp | 266 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 D | web_pattern_web_test_ng.cpp | 1220 * @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 D | web_pattern_focus_test_ng.cpp | 1214 * @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 D | mock_web_delegate.cpp | 870 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 D | render_indexer.h | 61 virtual void HandleTouchMove(const TouchEventInfo& info);
|
H A D | render_indexer_circle.h | 46 void HandleTouchMove(const TouchEventInfo& info) override;
|
H A D | render_indexer.cpp | 52 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 D | drag_bar_pattern.h | 100 void HandleTouchMove(const TouchLocationInfo& info);
|
H A D | drag_bar_pattern.cpp | 283 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 D | web_delegate_interface.h | 93 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 D | render_indexer.h | 66 virtual void HandleTouchMove(const TouchEventInfo& info);
|
H A D | render_indexer.cpp | 49 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 D | render_stepper.h | 129 void HandleTouchMove(const TouchEventInfo& info);
|
H A D | render_stepper.cpp | 188 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 D | render_web.h | 96 void HandleTouchMove(const TouchEventInfo& info, bool fromOverlay);
|
H A D | render_web.cpp | 428 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 D | web_pattern.cpp | 173 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 D | web_delegate_cross.h | 343 void HandleTouchMove(const int32_t& id, const double& x, const double& y, bool from_overlay) override;
|
H A D | web_pattern.h | 587 void HandleTouchMove(const TouchEventInfo& info, bool fromOverlay);
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_keyboard_shortcut_test_ng.cpp | 1272 * @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 D | render_swiper.h | 424 void HandleTouchMove(const TouchEventInfo& info);
|