/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_touch_guider.cpp | 501 float TouchGuider::GetAngleCos(float offsetX, float offsetY, bool isGetX) in GetAngleCos() function in OHOS::Accessibility::TouchGuider 553 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, true); in IsDragGestureAccept() 554 float firstYCos = GetAngleCos(firstOffsetX, firstOffsetY, false); in IsDragGestureAccept() 555 float secondXCos = GetAngleCos(secondOffsetX, secondOffsetY, true); in IsDragGestureAccept() 556 float secondYCos = GetAngleCos(secondOffsetX, secondOffsetY, false); in IsDragGestureAccept()
|
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
H A D | mock_mt_accessibility_touch_guider.cpp | 501 float MockTouchGuider::GetAngleCos(float offsetX, float offsetY, bool isGetX) in GetAngleCos() function in OHOS::Accessibility::MockTouchGuider 553 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, true); in IsDragGestureAccept() 554 float firstYCos = GetAngleCos(firstOffsetX, firstOffsetY, false); in IsDragGestureAccept() 555 float secondXCos = GetAngleCos(secondOffsetX, secondOffsetY, true); in IsDragGestureAccept() 556 float secondYCos = GetAngleCos(secondOffsetX, secondOffsetY, false); in IsDragGestureAccept()
|
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/ |
H A D | sa_get_attribute_value_benchmark.cpp | 843 float GetAttributeValueTest::GetAngleCos(float offsetX, float offsetY, bool isGetX) in GetAngleCos() function in OHOS::A11y::GetAttributeValueTest 920 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, true); in IsDragGestureAccept() 921 float firstYCos = GetAngleCos(firstOffsetX, firstOffsetY, false); in IsDragGestureAccept() 922 float secondXCos = GetAngleCos(secondOffsetX, secondOffsetY, true); in IsDragGestureAccept() 923 float secondYCos = GetAngleCos(secondOffsetX, secondOffsetY, false); in IsDragGestureAccept()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_touch_guider.cpp | 843 float TouchGuider::GetAngleCos(float offsetX, float offsetY, bool isGetX) in GetAngleCos() function in OHOS::Accessibility::TouchGuider 920 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, true); in IsDragGestureAccept() 921 float firstYCos = GetAngleCos(firstOffsetX, firstOffsetY, false); in IsDragGestureAccept() 922 float secondXCos = GetAngleCos(secondOffsetX, secondOffsetY, true); in IsDragGestureAccept() 923 float secondYCos = GetAngleCos(secondOffsetX, secondOffsetY, false); in IsDragGestureAccept()
|
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_touch_guider.h | 371 float GetAngleCos(float offsetX, float offsetY, bool isGetX);
|