Home
last modified time | relevance | path

Searched refs:touchPointY (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Ddrag_adapter_impl.cpp63 internalDragAction->touchPointY = dragAction->touchPointY; in DragActionConvert()
H A Dnode_drag_modifier.cpp90 event.dragEvent.touchPointY = info->GetPreviewRect().GetOffset().GetY(); in SetDragEventProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Dinternal_drag_action.h70 float touchPointY = 0.0; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ai/
H A Dimage_analyzer_manager.h48 void UpdateOverlayTouchInfo(int touchPointX, int touchPointY, TouchType touchType);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrag_and_drop_test.cpp91 EXPECT_EQ(interalDragAction->touchPointY, 1.0);
122 EXPECT_EQ(interalDragAction->touchPointY, 1.0);
517 dragEvent.touchPointY = TOUCH_POINT_Y;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_analyzer_manager.cpp348 void ImageAnalyzerManager::UpdateOverlayTouchInfo(int touchPointX, int touchPointY, TouchType touch… in UpdateOverlayTouchInfo() argument
351 analyzerUIConfig_.touchInfo.touchPoint.y = touchPointY - analyzerUIConfig_.overlayOffset.GetY(); in UpdateOverlayTouchInfo()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/event/
H A Ddrag_and_drop_impl.cpp218 dragActions->touchPointY = y; in OH_ArkUI_DragAction_SetTouchPointY()
598 auto result = static_cast<float>(dragEvent->touchPointY); in OH_ArkUI_DragEvent_GetPreviewTouchPointY()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.cpp77 double y = dragAction->touchPointY; in GetShadowInfoArray()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h1183 float touchPointY = 0; variable
H A Dweb_pattern.cpp3258 touchPointY = touchPoint.y; in HandleTouchDown()
3500 touchPointY = touchPoint.y; in HandleTouchMove()
4055 ShowMagnifier(static_cast<int>(touchPointX), static_cast<int>(touchPointY)); in RunQuickMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h246 ArkUI_Float64 touchPointY; member
1481 ArkUI_Float64 touchPointY = 0.0f; member