Home
last modified time | relevance | path

Searched refs:firstOffsetX (Results 1 - 4 of 4) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp545 float firstOffsetX = xPointF - xPointDownF; 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.cpp545 float firstOffsetX = xPointF - xPointDownF; 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/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp894 firstPointOffset.push_back(xPointF - xPointDownF); // firstOffsetX in GetPointOffset()
911 float firstOffsetX = firstPointOffset[0]; 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.cpp894 firstPointOffset.push_back(xPointF - xPointDownF); // firstOffsetX in GetPointOffset()
911 float firstOffsetX = firstPointOffset[0]; 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