Home
last modified time | relevance | path

Searched refs:TouchInfo (Results 1 - 13 of 13) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_multi_app_strategy.h42 struct TouchInfo { struct in OHOS::Rosen::final
49 void HandleTouchInfo(const TouchInfo& touchInfo);
100 TouchInfo touchInfo_ = { "", TouchState::IDLE_STATE, OLED_120_HZ }; // pkgName, touchState
101 std::unique_ptr<TouchInfo> uniqueTouchInfo_ = nullptr;
H A Dhgm_multi_app_strategy.cpp74 void HgmMultiAppStrategy::HandleTouchInfo(const TouchInfo& touchInfo) in HandleTouchInfo()
107 uniqueTouchInfo_ = std::make_unique<TouchInfo>(touchInfo_); in CalcVote()
H A Dhgm_frame_rate_manager.cpp201 HgmMultiAppStrategy::TouchInfo touchInfo = { in InitTouchManager()
212 HgmMultiAppStrategy::TouchInfo touchInfo = { in InitTouchManager()
367 HgmMultiAppStrategy::TouchInfo touchInfo = { in UpdateGuaranteedPlanVote()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
H A Dimage_analyzer.h73 struct TouchInfo { struct
110 OHOS::Ace::TouchInfo touchInfo;
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_multi_app_strategy_test.cpp166 HgmMultiAppStrategy::TouchInfo touchInfo = { in HWTEST_F()
219 HgmMultiAppStrategy::TouchInfo touchInfo = { in HWTEST_F()
272 HgmMultiAppStrategy::TouchInfo touchInfo = { in HWTEST_F()
314 HgmMultiAppStrategy::TouchInfo touchInfo = { in HWTEST_F()
353 HgmMultiAppStrategy::TouchInfo touchInfo = { in HWTEST_F()
392 HgmMultiAppStrategy::TouchInfo touchInfo = { in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.h43 struct TouchInfo { struct
175 bool ParseTouchInfo(const TouchEventInfo& info, std::list<TouchInfo>& touchInfos, const TouchType& touchType);
H A Drender_web.cpp477 std::list<TouchInfo> touchInfos; in HandleTouchDown()
502 std::list<TouchInfo> touchInfos; in HandleTouchUp()
528 std::list<TouchInfo> touchInfos; in HandleTouchMove()
549 bool RenderWeb::ParseTouchInfo(const TouchEventInfo& info, std::list<TouchInfo>& touchInfos, const TouchType& touchType) in ParseTouchInfo()
559 TouchInfo touchInfo; in ParseTouchInfo()
572 TouchInfo touchInfo; in ParseTouchInfo()
585 TouchInfo touchInfo; in ParseTouchInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h57 struct TouchInfo { struct
593 struct TouchInfo { struct in OHOS::Ace::NG::WebPattern
598 static bool ParseTouchInfo(const TouchEventInfo& info, std::list<TouchInfo>& touchInfos);
H A Dweb_pattern.cpp945 std::list<TouchInfo> touchInfos; in HandleTouchDown()
961 std::list<TouchInfo> touchInfos; in HandleTouchUp()
990 std::list<TouchInfo> touchInfos; in HandleTouchMove()
1009 bool WebPattern::ParseTouchInfo(const TouchEventInfo& info, std::list<TouchInfo>& touchInfos) in ParseTouchInfo()
1018 TouchInfo touchInfo; in ParseTouchInfo()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_focus_test_ng.cpp1396 std::list<OHOS::Ace::NG::WebPattern::TouchInfo> touchInfos; in HWTEST_F()
1824 webPattern->touchOverlayInfo_.push_back(WebPattern::TouchInfo { 1, 10.0, 1 }); in HWTEST_F()
1825 webPattern->touchOverlayInfo_.push_back(WebPattern::TouchInfo { 2, 30.0, 2 }); in HWTEST_F()
1826 webPattern->touchOverlayInfo_.push_back(WebPattern::TouchInfo { 3, 50.0, 3 }); in HWTEST_F()
1852 webPattern->touchOverlayInfo_.push_back(WebPattern::TouchInfo { 3, 50.0, 3 }); in HWTEST_F()
1853 webPattern->touchOverlayInfo_.push_back(WebPattern::TouchInfo { 4, 70.0, 4 }); in HWTEST_F()
1854 webPattern->touchOverlayInfo_.push_back(WebPattern::TouchInfo { 5, 90.0, 5 }); in HWTEST_F()
H A Dweb_pattern_web_test_ng.cpp792 std::list<OHOS::Ace::NG::WebPattern::TouchInfo> touchInfos; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h87 struct TouchInfo { struct
941 struct TouchInfo { struct in OHOS::OHOS::Ace::NG::WebPattern
946 static bool ParseTouchInfo(const TouchEventInfo& info, std::list<TouchInfo>& touchInfos);
1098 std::list<TouchInfo> touchOverlayInfo_;
H A Dweb_pattern.cpp3315 std::list<TouchInfo> touchInfos; in HandleTouchDown()
3346 std::list<TouchInfo> touchInfos; in HandleTouchUp()
3415 TouchInfo touchPoint; in HandleTouchClickEventFromOverlay()
3454 TouchInfo touchPoint; in OnSelectHandleStart()
3473 TouchInfo touchPoint; in OnSelectHandleDone()
3522 TouchInfo touchPoint; in OnSelectHandleMove()
3550 std::list<TouchInfo> touchInfos; in HandleTouchMove()
3565 touchInfos.sort([](const TouchInfo &point1, const TouchInfo &point2) { in HandleTouchMove()
3606 bool WebPattern::ParseTouchInfo(const TouchEventInfo& info, std::list<TouchInfo>
[all...]

Completed in 25 milliseconds