Searched refs:UpdateOverlayTouchInfo (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ai/ |
H A D | image_analyzer_manager.h | 48 void UpdateOverlayTouchInfo(int touchPointX, int touchPointY, TouchType touchType);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_analyzer_manager.cpp | 348 void ImageAnalyzerManager::UpdateOverlayTouchInfo(int touchPointX, int touchPointY, TouchType touch… in UpdateOverlayTouchInfo() function in OHOS::Ace::ImageAnalyzerManager
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 3261 … imageAnalyzerManager_->UpdateOverlayTouchInfo(touchPoint.x, touchPoint.y, TouchType::DOWN); in HandleTouchDown() 3292 … imageAnalyzerManager_->UpdateOverlayTouchInfo(touchPoint.x, touchPoint.y, TouchType::UP); in HandleTouchUp() 3394 imageAnalyzerManager_->UpdateOverlayTouchInfo(touchPoint.x, touchPoint.y, TouchType::DOWN); in OnSelectHandleStart() 3413 imageAnalyzerManager_->UpdateOverlayTouchInfo(touchPoint.x, touchPoint.y, TouchType::UP); in OnSelectHandleDone() 3451 imageAnalyzerManager_->UpdateOverlayTouchInfo(touchPoint.x, touchPoint.y, TouchType::MOVE); in OnSelectHandleMove() 3508 … imageAnalyzerManager_->UpdateOverlayTouchInfo(touchPoint.x, touchPoint.y, TouchType::MOVE); in HandleTouchMove() 3526 imageAnalyzerManager_->UpdateOverlayTouchInfo(0, 0, TouchType::CANCEL); in HandleTouchCancel()
|