Home
last modified time | relevance | path

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

/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp553 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, 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.cpp553 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, 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.cpp920 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, 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.cpp920 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, true); in IsDragGestureAccept() local
924 if ((firstXCos * secondXCos + firstYCos * secondYCos) < MAX_DRAG_GESTURE_COSINE) { in IsDragGestureAccept()

Completed in 6 milliseconds