Home
last modified time | relevance | path

Searched refs:firstOffsetY (Results 1 - 5 of 5) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp546 float firstOffsetY = yPointF - yPointDownF; in IsDragGestureAccept() local
549 if ((!firstOffsetX && !firstOffsetY) || (!secondOffsetX && !secondOffsetY)) { in IsDragGestureAccept()
553 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, true); in IsDragGestureAccept()
554 float firstYCos = GetAngleCos(firstOffsetX, firstOffsetY, false); in IsDragGestureAccept()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_touch_guider.cpp546 float firstOffsetY = yPointF - yPointDownF; in IsDragGestureAccept() local
549 if ((!firstOffsetX && !firstOffsetY) || (!secondOffsetX && !secondOffsetY)) { in IsDragGestureAccept()
553 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, true); in IsDragGestureAccept()
554 float firstYCos = GetAngleCos(firstOffsetX, firstOffsetY, false); in IsDragGestureAccept()
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_select_test_ng.cpp33 float firstOffsetY = 0.f; in Touch() local
35 firstOffsetY = GetChildY(frameNode_, 0); in Touch()
37 TouchEventInfo touchEventInfo = CreateTouchEventInfo(touchType, Offset(0.f, locationY + firstOffsetY)); in Touch()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp895 firstPointOffset.push_back(yPointF - yPointDownF); // firstOffsetY in GetPointOffset()
912 float firstOffsetY = firstPointOffset[1]; in IsDragGestureAccept() local
915 if ((!firstOffsetX && !firstOffsetY) || in IsDragGestureAccept()
920 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, true); in IsDragGestureAccept()
921 float firstYCos = GetAngleCos(firstOffsetX, firstOffsetY, false); in IsDragGestureAccept()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp895 firstPointOffset.push_back(yPointF - yPointDownF); // firstOffsetY in GetPointOffset()
912 float firstOffsetY = firstPointOffset[1]; in IsDragGestureAccept() local
915 if ((!firstOffsetX && !firstOffsetY) || in IsDragGestureAccept()
920 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, true); in IsDragGestureAccept()
921 float firstYCos = GetAngleCos(firstOffsetX, firstOffsetY, false); in IsDragGestureAccept()

Completed in 7 milliseconds