Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Ddrag_adapter_impl.cpp48 internalDragAction->touchPointY = dragAction->touchPointY; in DragActionConvert()
H A Dnode_drag_modifier.cpp54 event.dragEvent.touchPointY = info->GetPreviewRect().GetOffset().GetY(); in SetDragEventProperty()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Dinternal_drag_action.h70 float touchPointY = 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.cpp91 EXPECT_EQ(interalDragAction->touchPointY, 1.0); in HWTEST_F()
122 EXPECT_EQ(interalDragAction->touchPointY, 1.0); in HWTEST_F()
517 dragEvent.touchPointY = TOUCH_POINT_Y; 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
420 analyzerUIConfig_.touchInfo.touchPoint.y = touchPointY - analyzerUIConfig_.overlayOffset.GetY(); in UpdateOverlayTouchInfo()
/foundation/arkui/ace_engine/interfaces/native/event/
H A Ddrag_and_drop_impl.cpp206 dragActions->touchPointY = y; in OH_ArkUI_DragAction_SetTouchPointY()
586 auto result = static_cast<float>(dragEvent->touchPointY); in OH_ArkUI_DragEvent_GetPreviewTouchPointY()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.cpp71 double y = dragAction->touchPointY; in GetShadowInfoArray()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h246 ArkUI_Float64 touchPointY; member
1462 ArkUI_Float64 touchPointY = 0.0f; member

Completed in 28 milliseconds