Home
last modified time | relevance | path

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

/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp555 float secondXCos = GetAngleCos(secondOffsetX, secondOffsetY, true); in IsDragGestureAccept() local
557 if ((firstXCos * secondXCos + firstYCos * secondYCos) < MAX_DRAG_GESTURE_COSINE) { in IsDragGestureAccept()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_touch_guider.cpp555 float secondXCos = GetAngleCos(secondOffsetX, secondOffsetY, true); in IsDragGestureAccept() local
557 if ((firstXCos * secondXCos + firstYCos * secondYCos) < MAX_DRAG_GESTURE_COSINE) { in IsDragGestureAccept()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp922 float secondXCos = GetAngleCos(secondOffsetX, secondOffsetY, true); in IsDragGestureAccept() local
924 if ((firstXCos * secondXCos + firstYCos * secondYCos) < MAX_DRAG_GESTURE_COSINE) { in IsDragGestureAccept()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp922 float secondXCos = GetAngleCos(secondOffsetX, secondOffsetY, true); in IsDragGestureAccept() local
924 if ((firstXCos * secondXCos + firstYCos * secondYCos) < MAX_DRAG_GESTURE_COSINE) { in IsDragGestureAccept()

Completed in 7 milliseconds