Home
last modified time | relevance | path

Searched refs:touchPointX (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Ddrag_adapter_impl.cpp47 internalDragAction->touchPointX = dragAction->touchPointX; in DragActionConvert()
H A Dnode_drag_modifier.cpp53 event.dragEvent.touchPointX = info->GetPreviewRect().GetOffset().GetX(); in SetDragEventProperty()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Dinternal_drag_action.h69 float touchPointX = 0.0; member
/foundation/arkui/ace_engine/frameworks/core/common/ai/
H A Dimage_analyzer_manager.h60 void UpdateOverlayTouchInfo(int touchPointX, int touchPointY, TouchType touchType);
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_image_analyzer_manager.cpp103 void ImageAnalyzerManager::UpdateOverlayTouchInfo(int touchPointX, int touchPointY, TouchType touchType) in UpdateOverlayTouchInfo() argument
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrag_and_drop_test.cpp90 EXPECT_EQ(interalDragAction->touchPointX, 1.0); in HWTEST_F()
121 EXPECT_EQ(interalDragAction->touchPointX, 1.0); in HWTEST_F()
516 dragEvent.touchPointX = TOUCH_POINT_X; in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_analyzer_manager.cpp417 void ImageAnalyzerManager::UpdateOverlayTouchInfo(int touchPointX, int touchPointY, TouchType touchType) in UpdateOverlayTouchInfo() argument
419 analyzerUIConfig_.touchInfo.touchPoint.x = touchPointX - analyzerUIConfig_.overlayOffset.GetX(); in UpdateOverlayTouchInfo()
/foundation/arkui/ace_engine/interfaces/native/event/
H A Ddrag_and_drop_impl.cpp192 dragActions->touchPointX = x; in OH_ArkUI_DragAction_SetTouchPointX()
576 auto result = static_cast<float>(dragEvent->touchPointX); in OH_ArkUI_DragEvent_GetPreviewTouchPointX()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.cpp70 double x = dragAction->touchPointX; in GetShadowInfoArray()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h245 ArkUI_Float64 touchPointX; member
1461 ArkUI_Float64 touchPointX = 0.0f; member

Completed in 25 milliseconds