Home
last modified time | relevance | path

Searched refs:secondPointOffset (Results 1 - 3 of 3) sorted by relevance

/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp856 std::vector<float> &secondPointOffset) const in GetPointOffset()
896 secondPointOffset.push_back(xPointS - xPointDownS); // secondOffsetX in GetPointOffset()
897 secondPointOffset.push_back(yPointS - yPointDownS); // secondOffsetY in GetPointOffset()
905 std::vector<float> secondPointOffset; in IsDragGestureAccept() local
906 GetPointOffset(event, firstPointOffset, secondPointOffset); in IsDragGestureAccept()
907 if (firstPointOffset.size() != SCREEN_AXIS_NUM || secondPointOffset.size() != SCREEN_AXIS_NUM) { in IsDragGestureAccept()
913 float secondOffsetX = secondPointOffset[0]; in IsDragGestureAccept()
914 float secondOffsetY = secondPointOffset[1]; in IsDragGestureAccept()
935 std::vector<float> secondPointOffset; in IsRealMoveState() local
936 GetPointOffset(event, firstPointOffset, secondPointOffset); in IsRealMoveState()
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp856 std::vector<float> &secondPointOffset) const in GetPointOffset()
896 secondPointOffset.push_back(xPointS - xPointDownS); // secondOffsetX in GetPointOffset()
897 secondPointOffset.push_back(yPointS - yPointDownS); // secondOffsetY in GetPointOffset()
905 std::vector<float> secondPointOffset; in IsDragGestureAccept() local
906 GetPointOffset(event, firstPointOffset, secondPointOffset); in IsDragGestureAccept()
907 if (firstPointOffset.size() != SCREEN_AXIS_NUM || secondPointOffset.size() != SCREEN_AXIS_NUM) { in IsDragGestureAccept()
913 float secondOffsetX = secondPointOffset[0]; in IsDragGestureAccept()
914 float secondOffsetY = secondPointOffset[1]; in IsDragGestureAccept()
935 std::vector<float> secondPointOffset; in IsRealMoveState() local
936 GetPointOffset(event, firstPointOffset, secondPointOffset); in IsRealMoveState()
[all...]
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_touch_guider.h355 std::vector<float> &secondPointOffset) const;

Completed in 7 milliseconds