Searched refs:firstPointOffset (Results 1 - 4 of 4) sorted by relevance
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/ |
H A D | sa_get_attribute_value_benchmark.cpp | 855 void GetAttributeValueTest::GetPointOffset(MMI::PointerEvent &event, std::vector<float> &firstPointOffset, in GetPointOffset() argument 894 firstPointOffset.push_back(xPointF - xPointDownF); // firstOffsetX in GetPointOffset() 895 firstPointOffset.push_back(yPointF - yPointDownF); // firstOffsetY in GetPointOffset() 904 std::vector<float> firstPointOffset; in IsDragGestureAccept() local 906 GetPointOffset(event, firstPointOffset, secondPointOffset); in IsDragGestureAccept() 907 if (firstPointOffset.size() != SCREEN_AXIS_NUM || secondPointOffset.size() != SCREEN_AXIS_NUM) { in IsDragGestureAccept() 911 float firstOffsetX = firstPointOffset[0]; in IsDragGestureAccept() 912 float firstOffsetY = firstPointOffset[1]; in IsDragGestureAccept() 934 std::vector<float> firstPointOffset; in IsRealMoveState() local 936 GetPointOffset(event, firstPointOffset, secondPointOffse in IsRealMoveState() [all...] |
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_touch_guider.cpp | 855 void TouchGuider::GetPointOffset(MMI::PointerEvent &event, std::vector<float> &firstPointOffset, in GetPointOffset() argument 894 firstPointOffset.push_back(xPointF - xPointDownF); // firstOffsetX in GetPointOffset() 895 firstPointOffset.push_back(yPointF - yPointDownF); // firstOffsetY in GetPointOffset() 904 std::vector<float> firstPointOffset; in IsDragGestureAccept() local 906 GetPointOffset(event, firstPointOffset, secondPointOffset); in IsDragGestureAccept() 907 if (firstPointOffset.size() != SCREEN_AXIS_NUM || secondPointOffset.size() != SCREEN_AXIS_NUM) { in IsDragGestureAccept() 911 float firstOffsetX = firstPointOffset[0]; in IsDragGestureAccept() 912 float firstOffsetY = firstPointOffset[1]; in IsDragGestureAccept() 934 std::vector<float> firstPointOffset; in IsRealMoveState() local 936 GetPointOffset(event, firstPointOffset, secondPointOffse in IsRealMoveState() [all...] |
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_touch_guider.h | 351 * @param firstPointOffset the first finger offset result, xAxis offset and yAxis offset. 352 * @param firstPointOffset the second finger offset result, xAxis offset and yAxis offset. 354 void GetPointOffset(MMI::PointerEvent &event, std::vector<float> &firstPointOffset,
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/patternlock/ |
H A D | patternlock_test_ng.cpp | 1582 auto firstPointOffset = OffsetF(DEFAULT_SIDE_LENGTH / PATTERN_LOCK_COL_COUNT / RADIUS_TO_DIAMETER, in HWTEST_F() local 1584 EXPECT_EQ(patternlockModifier->connectedLineTailPoint_->Get(), firstPointOffset); in HWTEST_F() 1585 EXPECT_EQ(patternlockModifier->canceledLineTailPoint_->Get(), firstPointOffset); in HWTEST_F()
|
Completed in 11 milliseconds