Home
last modified time | relevance | path

Searched refs:HandleTouchInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_multi_app_strategy_test.cpp151 multiAppStrategy_->HandleTouchInfo(touchInfo);
160 multiAppStrategy_->HandleTouchInfo(touchInfo);
169 multiAppStrategy_->HandleTouchInfo(touchInfo);
208 multiAppStrategy_->HandleTouchInfo(touchInfo);
216 multiAppStrategy_->HandleTouchInfo(touchInfo);
220 multiAppStrategy_->HandleTouchInfo(touchInfo);
262 multiAppStrategy_->HandleTouchInfo(touchInfo);
271 multiAppStrategy_->HandleTouchInfo(touchInfo);
275 multiAppStrategy_->HandleTouchInfo(touchInfo);
307 multiAppStrategy_->HandleTouchInfo(touchInfo);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_multi_app_strategy.h50 void HandleTouchInfo(const TouchInfo& touchInfo);
H A Dhgm_frame_rate_manager.cpp168 multiAppStrategy_.HandleTouchInfo(touchInfo); in InitTouchManager()
179 multiAppStrategy_.HandleTouchInfo(touchInfo); in InitTouchManager()
294 multiAppStrategy_.HandleTouchInfo(touchInfo); in UpdateGuaranteedPlanVote()
H A Dhgm_multi_app_strategy.cpp75 void HgmMultiAppStrategy::HandleTouchInfo(const TouchInfo& touchInfo) in HandleTouchInfo() function in OHOS::Rosen::HgmMultiAppStrategy